|
incomplete remote address with netstat
Hi I have a (probably) stupid question about netstat output. I've not been able to find something good from google.
What can I do to obtain the remote end of the tcp socket, I mean the complete ip address ? My problem is that whatever option I use, I have always the same
problem : the remote address is truncated....perhaps for the "ffff" that is added......
For example, a portion of the output from netstat -tv :
tcp6 0 0 ::ffff:212.31.234.1:ssh ::ffff:192.168.227:4932 ESTABLISHED
tcp6 0 0 ::ffff:212.31.234.1:ssh ::ffff:192.168.227:1039 ESTABLISHED
tcp6 0 0 ::ffff:212.31.234.1:ssh ::ffff:192.168.227:2137 ESTABLISHED
Do you know if it is possible to obtain in someway the full ip of the address ?
The point is that on some other machines, the same command "netstat -tv" gives all complete foreign address......
Why this different behaviour ?
The version is the same, on both machines :
netstat -V
net-tools 1.60
netstat 1.42 (2001-04-15)
Any idea please?
|