Results 1 to 1 of 1
like this
Code:
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 4357 192.168.1.221:2366 80.178.209.15:6881 ESTABLISHED
tcp 0 1 192.168.1.221:3303 190.50.172.243:4549 LAST_ACK
tcp 0 ...
- 02-12-2007 #1Just Joined!
- Join Date
- Feb 2005
- Location
- Ireland
- Posts
- 50
Netstat spits out incomplete IP addresses
like this
notice how it chops off the last few digits of the tcp6 destination IP's. why does it do that? I can get the addresses from /proc/net/tcp6 but those are all in hex. ss doesn't show them either, not even with -i6Code:Active Internet connections (w/o servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 4357 192.168.1.221:2366 80.178.209.15:6881 ESTABLISHED tcp 0 1 192.168.1.221:3303 190.50.172.243:4549 LAST_ACK tcp 0 0 192.168.1.221:3303 82.2.148.74:1396 ESTABLISHED tcp 0 638 192.168.1.221:3303 59.34.135.224:3356 ESTABLISHED tcp 0 0 192.168.1.221:110 86.43.88.90:51244 TIME_WAIT tcp 0 0 192.168.1.221:3303 200.60.39.60:60606 ESTABLISHED tcp 0 639 192.168.1.221:3303 83.71.141.73:2441 ESTABLISHED tcp 0 638 192.168.1.221:3303 58.69.102.83:2256 ESTABLISHED tcp 0 0 192.168.1.221:3231 203.217.37.175:8051 ESTABLISHED tcp 0 0 192.168.1.221:2049 192.168.1.2:702 ESTABLISHED tcp 0 0 192.168.1.221:3303 190.50.174.65:2111 ESTABLISHED tcp 0 0 192.168.1.221:3303 190.50.172.243:3257 ESTABLISHED tcp 0 0 192.168.1.221:3303 217.122.89.189:62811 ESTABLISHED tcp 0 638 192.168.1.221:3303 82.34.95.43:1312 ESTABLISHED tcp 0 0 192.168.1.221:3303 82.35.244.62:34526 ESTABLISHED tcp6 0 896 ::ffff:192.168.1.221:22 ::ffff:86.43.88.9:63500 ESTABLISHED tcp6 0 0 ::ffff:192.168.1.221:80 ::ffff:24.128.96.1:3884 ESTABLISHED tcp6 0 0 ::ffff:192.168.1.221:80 ::ffff:74.6.68.20:56818 TIME_WAIT tcp6 0 0 ::ffff:192.168.1.221:80 ::ffff:220.237.17:60034 TIME_WAIT


Reply With Quote