> Must be more to it than that.  I am running several other servers on the
> same machine (Apache, FTP, Fictional Daemon, etc) and I have no problem
> accessing them from the outside.  In netstat, they show up bound
> specifically to both "inside" and  the "outside" IP addresses, not
0.0.0.0.
>
> e.g.
>
>     12.34.56.78:80    LISTENING    (ok)
>     12.34.56.78:23    LISTENING    (ok)
>     0.0.0.0:5800        LISTENING    (fails)
>     0.0.0.0:5900        LISTENING    (fails)


I'm afraid there isn't.  The first two addresses above are bound to the IP
address of a specific network interface (in this case I assume one available
to the Internet?).  The second two will accept incoming connections from any
network interface, including local loopback.

Are you sure there is no firewalling between the machines & have you tried
telnetting to ports 5900 and 5800 on the target machine?

Cheers,

James "Wez" Weatherall
--
          "The path to enlightenment is /usr/bin/enlightenment"
Laboratory for Communications Engineering, Cambridge - Tel : 766513
AT&T Labs Cambridge, UK                              - Tel : 343000
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------

Reply via email to