> The fact that *none* of the ports match would suggest (but not prove) that
> someone in the middle is closing the connections, and not telling either
> end about it.
> 
> Do the netstat -anop again; it should be more interesting.
> 
>  - Chuck
> 

[Pantvaidya, Vishwajit] Tomcat server port 11065, connector port 21065

On Httpd Side:

Proto Recv-Q Send-Q Local Address               Foreign Address             
State       PID/Program name    Timer
...
tcp        0      0 0.0.0.0:25                  0.0.0.0:*                   
LISTEN      -                   off (0.00/0/0)
tcp        1      0 129.41.29.243:44003         172.27.127.201:21065        
CLOSE_WAIT  -                   keepalive (7194.80/0/0)
tcp        1      0 129.41.29.243:44002         172.27.127.201:21065        
CLOSE_WAIT  -                   keepalive (7194.43/0/0)
tcp        1      0 129.41.29.243:44001         172.27.127.201:21065        
CLOSE_WAIT  -                   keepalive (7192.26/0/0)
tcp        1      0 129.41.29.243:44000         172.27.127.201:21065        
CLOSE_WAIT  -                   keepalive (7189.64/0/0)
tcp        1      0 129.41.29.243:43990         172.27.127.201:21065        
CLOSE_WAIT  -                   keepalive (7016.23/0/0)
tcp        1      0 129.41.29.243:43999         172.27.127.201:21065        
CLOSE_WAIT  -                   keepalive (7189.30/0/0)
tcp        1      0 129.41.29.243:43998         172.27.127.201:21065        
CLOSE_WAIT  -                   keepalive (7186.76/0/0)
tcp        1      0 129.41.29.243:43996         172.27.127.201:21065        
CLOSE_WAIT  -                   keepalive (7183.86/0/0)
tcp        1      0 129.41.29.243:43994         172.27.127.201:21065        
CLOSE_WAIT  -                   keepalive (7174.09/0/0)
tcp        1      0 129.41.29.243:43993         172.27.127.201:21065        
CLOSE_WAIT  -                   keepalive (7164.63/0/0)
...


On Tomcat side:

(Not all processes could be identified, non-owned process info
 will not be shown, you would have to be root to see it all.)
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address               Foreign Address             
State       PID/Program name    Timer
...
tcp        0      0 :::21065                    :::*                        
LISTEN      6988/java           off (0.00/0/0)
tcp        0      0 ::ffff:127.0.0.1:11065      :::*                        
LISTEN      6988/java           off (0.00/0/0)
tcp        0      0 ::ffff:172.27.127.201:21065 ::ffff:129.41.29.243:43992  
FIN_WAIT2   -                   timewait (56.71/0/0)
tcp        0      0 ::ffff:172.27.127.201:21065 ::ffff:129.41.29.243:43991  
FIN_WAIT2   -                   timewait (56.24/0/0)
...



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to