Java Viewer Problem Upgrading to 4.0
Mark D. Latzko
mlatzko "at" hotmail.com
Thu Aug 12 15:15:01 2004
Here's what I get when I check. I'm not sure, but it doesn't look like the
server is listening on port 5900 for my server either?
Active Connections
Proto Local Address Foreign Address State
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING
TCP 0.0.0.0:135 0.0.0.0:0 LISTENING
TCP 0.0.0.0:443 0.0.0.0:0 LISTENING
TCP 0.0.0.0:445 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1025 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1030 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1031 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1098 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1101 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1455 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1466 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1473 0.0.0.0:0 LISTENING
TCP 0.0.0.0:3306 0.0.0.0:0 LISTENING
TCP 0.0.0.0:5000 0.0.0.0:0 LISTENING
TCP 0.0.0.0:5800 0.0.0.0:0 LISTENING
TCP 0.0.0.0:5900 0.0.0.0:0 LISTENING
TCP 64.105.???.???:80 213.23.45.117:3889 TIME_WAIT
TCP 64.105.???.???:139 0.0.0.0:0
LISTENING
TCP 64.105.???.???:1025 202.105.22.247:4308 ESTABLISHED
TCP 64.105.???.???:1098 207.46.107.172:1863 ESTABLISHED
TCP 64.105.???.???:1454 0.0.0.0:0
LISTENING
TCP 64.105.???.???:1454 64.105.???.???:139 ESTABLISHED
TCP 64.105.???.???:1466 207.46.108.72:1863 ESTABLISHED
TCP 64.105.???.???:1473 66.177.55.93:1840 ESTABLISHED
TCP 64.105.???.???:7474 0.0.0.0:0
LISTENING
TCP 127.0.0.1:25 0.0.0.0:0
LISTENING
TCP 127.0.0.1:110 0.0.0.0:0
LISTENING
TCP 127.0.0.1:143 0.0.0.0:0
LISTENING
TCP 127.0.0.1:445 127.0.0.1:1455
ESTABLISHED
TCP 127.0.0.1:1455 127.0.0.1:445
ESTABLISHED
----- Original Message -----
From: <Paul.Wasik "at" ipc.com>
To: <mlatzko "at" hotmail.com>; <jnw "at" realvnc.com>; <vnc-list "at" realvnc.com>
Sent: Thursday, August 12, 2004 7:13 AM
Subject: RE: Java Viewer Problem Upgrading to 4.0
> Have you checked to see if the server is listening on port 5800 i.e.
netstat
> -an? I noticed my system is not.
>
> Paul