[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(usagi-users 01927) "netstat" shows different IP address.



Hi,
     IPv6 address of my system is  "fe80::250:baff:fe8c:9b65".
But netstat shows the IP as "fe80::250:baff:fe8" in the following listing
(with port numbers 6524, 6525).
What is wrong here....? pleas help me...
 
regards
-Sijo
 
     
 
[root@Priya IPv6Bak]# netstat -nlptu
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 0.0.0.0:1024            0.0.0.0:*               LISTEN      469/rpc.statd
tcp        0      0 0.0.0.0:901             0.0.0.0:*               LISTEN      661/xinetd
tcp        0      0 0.0.0.0:7               0.0.0.0:*               LISTEN      661/xinetd
tcp        0      0 0.0.0.0:199             0.0.0.0:*               LISTEN      629/snmpd
tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      757/smbd
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      454/portmap
tcp        0      0 0.0.0.0:6000            0.0.0.0:*               LISTEN      851/X
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      641/sshd
tcp        0      0 0.0.0.0:23              0.0.0.0:*               LISTEN      661/xinetd
tcp        0      0 fe80::250:baff:fe8:6524 :::*                    LISTEN      1517/java
tcp        0      0 fe80::250:baff:fe8:6525 :::*                    LISTEN      1517/java
udp        0      0 0.0.0.0:1024            0.0.0.0:*                           469/rpc.statd
udp        0      0 0.0.0.0:517             0.0.0.0:*                           661/xinetd
udp        0      0 0.0.0.0:645             0.0.0.0:*                           469/rpc.statd
udp        0      0 0.0.0.0:7               0.0.0.0:*                           661/xinetd
udp        0      0 10.0.0.117:137          0.0.0.0:*                           762/nmbd
udp     1152      0 0.0.0.0:137             0.0.0.0:*                           762/nmbd
udp        0      0 10.0.0.117:138          0.0.0.0:*                           762/nmbd
udp        0      0 0.0.0.0:138             0.0.0.0:*                           762/nmbd
udp        0      0 0.0.0.0:161             0.0.0.0:*                           629/snmpd
udp        0      0 0.0.0.0:111             0.0.0.0:*                           454/portmap
udp        0      0 :::1900                 :::*                                1517/java
[root@Priya IPv6Bak]#
[root@Priya IPv6Bak]# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:50:BA:8C:9B:65
          inet addr:10.0.0.117  Bcast:10.255.255.255  Mask:255.0.0.0
          inet6 addr: fe80::250:baff:fe8c:9b65/10 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:812827 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3284 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          Interrupt:11 Base address:0xd000
 
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:44 errors:0 dropped:0 overruns:0 frame:0
          TX packets:44 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
 
[root@Priya IPv6Bak]#