You are not logged in.

#1 2010-08-06 00:32:19

lawful_evil
Member
Registered: 2010-03-16
Posts: 13

netstat shows my webserver ip, but only the first 3 octets of tomcat

No full ip shown for my tomcats? Why? full ip shown for webserver on 80....  I have man netstat and can't figure it out.  help appreciated

   

# netstat -an|grep LIST
tcp        0      0 192.168.10.132:80       0.0.0.0:*               LISTEN     
tcp        0      0 ::ffff:192.168.10.:8080 :::*                    LISTEN     
tcp        0      0 ::ffff:192.168.10.:8080 :::*                    LISTEN     
tcp        0      0 ::ffff:192.168.10.:8081 :::*                    LISTEN     
tcp        0      0 ::ffff:192.168.10.:8081 :::*                    LISTEN     
tcp        0      0 ::ffff:192.168.10.:8082 :::*                    LISTEN     
tcp        0      0 ::ffff:192.168.10.:8083 :::*                    LISTEN     
tcp        0      0 ::ffff:127.0.0.1:8001   :::*                    LISTEN     
tcp        0      0 ::ffff:127.0.0.1:8002   :::*                    LISTEN     
tcp        0      0 ::ffff:127.0.0.1:8005   :::*                    LISTEN     
tcp        0      0 ::ffff:127.0.0.1:8006   :::*                    LISTEN     
tcp        0      0 ::ffff:127.0.0.1:8007   :::*                    LISTEN     
tcp        0      0 ::ffff:127.0.0.1:8008   :::*                    LISTEN     
tcp        0      0 ::ffff:192.168.10.:8009 :::*                    LISTEN     
tcp        0      0 ::ffff:192.168.10.:8009 :::*                    LISTEN     
tcp        0      0 ::ffff:192.168.10.:8010 :::*                    LISTEN     
tcp        0      0 ::ffff:192.168.10.:8010 :::*                    LISTEN     
tcp        0      0 ::ffff:192.168.10.:8011 :::*                    LISTEN     
tcp        0      0 ::ffff:192.168.10.:8012 :::*                    LISTEN     
unix  2      [ ACC ]     STREAM     LISTENING     3620   /tmp/.X11-unix/X0
unix  2      [ ACC ]     STREAM     LISTENING     3619   @/tmp/.X11-unix/X0
unix  2      [ ACC ]     STREAM     LISTENING     3470   /dev/log
unix  2      [ ACC ]     STREAM     LISTENING     3473   /var/run/syslog-ng.ctl

Offline

#2 2010-08-06 00:44:36

lawful_evil
Member
Registered: 2010-03-16
Posts: 13

Re: netstat shows my webserver ip, but only the first 3 octets of tomcat

ps: there are 6 tomcats 4 on first of 2 ip

Offline

#3 2010-08-06 17:17:50

lawful_evil
Member
Registered: 2010-03-16
Posts: 13

Re: netstat shows my webserver ip, but only the first 3 octets of tomcat

netstat -ta

wow

man page fail

very hard to glean that from man page

http://www.faqs.org/docs/linux_network/ … tstat.html  thanks to this got it

Offline

Board footer

Powered by FluxBB