View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#136
Originally Posted by kaos_king View Post
Netstat gives:

Code:
kaos@laptop:~$ netstat -a -n | grep 5900
tcp        0      0 0.0.0.0:5900            0.0.0.0:*               LISTEN     
tcp6       0      0 :::5900                 :::*                    LISTEN
Im hoping thats not what it should be and there is an easy fix to all this
Nope, that's fine - 0.0.0.0 indicates that it's listening on all interfaces. What was the result from telnet?