Hi Chris,
I haven't the command iptables in the directory you specified. Anyway I can
use the command, but it doesn't know the parameter "stop". Any other idea?
Regards,
Jochen
PS: Here the log file from VNC:
01/10/2004 18:24:45 Xvnc version XF4VNC-4.3.0.104
01/10/2004 18:24:45 Copyright (C) 2001-2003 Alan Hourihane.
01/10/2004 18:24:45 Copyright (C) 2000-2003 Constantin Kaplinsky
01/10/2004 18:24:45 Copyright (C) 1999 AT&T Laboratories Cambridge
01/10/2004 18:24:45 All Rights Reserved.
01/10/2004 18:24:45 See
http://www.tightvnc.com/ for information on TightVNC
01/10/2004 18:24:45 See
http://xf4vnc.sf.net for xf4vnc-specific information
01/10/2004 18:24:45 Desktop name 'X' (sgsademo05:1)
01/10/2004 18:24:45 Protocol versions supported: 3.130, 3.3
01/10/2004 18:24:45 RGB format 8 8 8
01/10/2004 18:24:45 Listening for VNC connections on TCP port 5901
01/10/2004 18:24:45 Listening for HTTP connections on TCP port 5801
01/10/2004 18:24:45 URL
http://sgsademo05:5801
Could not init font path element /usr/X11R6/lib/X11/fonts/local, removing
from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi:unscaled,
removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/CID, removing from
list!
xrdb: No such file or directory
xrdb: can't open file '/root/.Xresources'
01/10/2004 18:24:46 Xvnc version XF4VNC-4.3.0.104
01/10/2004 18:24:46 Copyright (C) 2001-2003 Alan Hourihane.
01/10/2004 18:24:46 Copyright (C) 2000-2003 Constantin Kaplinsky
01/10/2004 18:24:46 Copyright (C) 1999 AT&T Laboratories Cambridge
01/10/2004 18:24:46 All Rights Reserved.
01/10/2004 18:24:46 See
http://www.tightvnc.com/ for information on TightVNC
01/10/2004 18:24:46 See
http://xf4vnc.sf.net for xf4vnc-specific information
01/10/2004 18:24:46 Desktop name 'X' (sgsademo05:1)
01/10/2004 18:24:46 Protocol versions supported: 3.130, 3.3
01/10/2004 18:24:46 RGB format 8 8 8
01/10/2004 18:24:46 Listening for VNC connections on TCP port 5901
01/10/2004 18:24:46 Listening for HTTP connections on TCP port 5801
01/10/2004 18:24:46 URL
http://sgsademo05:5801
Could not init font path element /usr/X11R6/lib/X11/fonts/local, removing
from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi:unscaled,
removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/CID, removing from
list!
01/10/2004 18:24:46 Xvnc version XF4VNC-4.3.0.104
01/10/2004 18:24:46 Copyright (C) 2001-2003 Alan Hourihane.
01/10/2004 18:24:46 Copyright (C) 2000-2003 Constantin Kaplinsky
01/10/2004 18:24:46 Copyright (C) 1999 AT&T Laboratories Cambridge
01/10/2004 18:24:46 All Rights Reserved.
01/10/2004 18:24:46 See
http://www.tightvnc.com/ for information on TightVNC
01/10/2004 18:24:46 See
http://xf4vnc.sf.net for xf4vnc-specific information
01/10/2004 18:24:46 Desktop name 'X' (sgsademo05:1)
01/10/2004 18:24:46 Protocol versions supported: 3.130, 3.3
01/10/2004 18:24:46 RGB format 8 8 8
01/10/2004 18:24:46 Listening for VNC connections on TCP port 5901
01/10/2004 18:24:46 Listening for HTTP connections on TCP port 5801
01/10/2004 18:24:46 URL
http://sgsademo05:5801
Could not init font path element /usr/X11R6/lib/X11/fonts/local, removing
from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi:unscaled,
removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/CID, removing from
list!
01/10/2004 18:25:18
01/10/2004 18:25:18 Got connection from client 10.33.190.80
01/10/2004 18:25:18 Protocol version 3.8
01/10/2004 18:25:18 Ignoring minor version mismatch
<chris-(E-Mail Removed)> wrote in message
news:bq9t22-(E-Mail Removed)...
> Jochen Rundholz <(E-Mail Removed)> wrote:
> > I want to use VNC to controll a server (Linux) remotly from my PC
(WinXP). I
> > started vncserver on my Linuxbox entered a password and tryed to log on
from
> > the client entering IP:1 in the vncviewer. In the log file of the server
I
> > can see that a client did connect, but on my client I don't get any
screen
> > (I even don't get the password dialog). Any idea what is wrong?
>
> Sounds like there may be a firewall enabled on your GNU/Linux box that
> is blocking the port. At this stage, try turning off the firewall and
> see if that helps ("/etc/init.d/iptables stop", or some such equivalent).
>
> Chris