This is the exact output that I have been getting...
10/03/06 09:07:52 Xvnc version 3.3.3r2+tight1.2.2
10/03/06 09:07:52 Copyright (C) AT&T Laboratories Cambridge.
10/03/06 09:07:52 All Rights Reserved.
10/03/06 09:07:52 See
http://www.uk.research.att.com/vnc for information on
VNC
10/03/06 09:07:52 Desktop name 'X' (localhost.localdomain:1)
10/03/06 09:07:52 Protocol version supported 3.3
10/03/06 09:07:52 Listening for VNC connections on TCP port 5901
10/03/06 09:07:52 Listening for HTTP connections on TCP port 5801
10/03/06 09:07:52 URL
http://localhost.localdomain:5801
SESSION_MANAGER=local/localhost.localdomain:/tmp/.ICE-unix/2498
Option given which is no longer supported in this version of gnome-terminal;
you might want to create a profile with the desired setting, and use the
new --window-with-profile option
10/03/06 09:08:20 Refused connection from client 192.168.0.2
10/03/06 09:10:22 Refused connection from client 192.168.0.2
10/03/06 09:10:36 Refused connection from client 192.168.0.2
10/03/06 09:18:14 Refused connection from client 192.168.0.2
10/03/06 09:18:55 Refused connection from client 192.168.0.2
10/03/06 09:20:47 Refused connection from client 192.168.0.2
Now, I am not sure, should I be able to use the 192.168.0.3:1 command to
connect via internal LAN? It is just that I was wondering if for some
reason it might be rejecting me because of that. I notice that the log
doesn't say anything about the IP address, just the localhost. I pretty
much just installed the RPM and didn't configure anything. Like I said, it
seemed to work ok, just won't connect.
Just trying to get this strait a little, too. If I am using :1 to connect,
in which instances would the 5801 and 5901 be used? Externally? As in when
I was trying to get on from outside the LAN? Maybe I should wait for that
question until I can at least connect with an internal computer.
Thank you for all your help,
Scott
"Chris Davies" <chris-(E-Mail Removed)> wrote in message
news:98j8e3-(E-Mail Removed)...
>
> Xrak <(E-Mail Removed)> wrote:
>> I started looking for a Remote Desktop program [...]
>> and found vncserver 3.3.3r2-47. So, I installed it.
>
>> When I run "vncserver" it reports a port number and seems to start
>> just great.
>
> Can you post the actual output it produces, please.
>
>
>> When I try to connect from my windows desktop, though, it doesn't
>> connect correctly. I run vncviewer, and it asks me for the IP and port,
>> it just disappears.
>
> That's typical of the situation where you're trying to connect to a
> non-existant server/port.
>
>> I am using port 1, 5801 and 5901 for the correct service.
>
> So that should be vncviewer remote_server:1
>
>> I took a look at the logfile for vncserver and it reports that the
>> connection was refused.
>
> Can you provide the exact output, please.
>
>
> "Chris Davies" <chris-(E-Mail Removed)> asked:
>> Ah. Did you set a vncserver password? The command is "vncpasswd"
>
> Xrak <(E-Mail Removed)> wrote:
>> No, I guess that the password I already set was correct. I used the
>> vncpasswd command, set it, and got the same result. Still refuses the
>> connection. Again, I cleared the iptables so that nothing was in there.
>
> What happens if, on the box that you normally run vncviewer on, you run
> this command (to exit, you can use Ctrl/] then q):
>
> telnet remote_server 5901
>
> Chris