VNC Solaris 8 to Windows 2000

Björn Persson bjorn_persson@sverige.nu
Fri Apr 25 22:17:01 2003


Liu, Terence wrote:
> I couldn't find the parameters of netstat to show PID or program name on
> Solaris.

I think we can manage without it.

> I did netstat on server site (IP=169.144.80.61) and
> client site (IP=169.144.81.165).
>
> Can anyone find anything wrong based on the informaiton below?
> Or I have to provide more infromaiton?

It looks like you didn't get listening sockets included, only established 
connections. Could you try "netstat -f inet -n -a" on the Solaris box? If you 
see something listening on 6001, turn off the VNC server and run Netstat 
again to see if it was VNC or something else that was listening.

Also try "telnet localhost 6001", "telnet 127.0.0.1 6001", "telnet mickey 
6001" and "telnet 169.144.80.61 6001" while the VNC server is running, to see 
if it's possible to connect.

Bjvrn Persson