netstat 多个本地地址 - 从 LAN 中的其他 PC 到 Internet 的连接

netstat 多个本地地址 - 从 LAN 中的其他 PC 到 Internet 的连接

在局域网中,在我的 Ubuntu 12.04 上运行 netstat 会显示如下条目:

Proto Recv-Q Send-Q Local Address           Foreign Address         State  
tcp        0      0 other-pc-in-lan-hostname.lo:44790    xx.xx.xx.xx:http     VERBUNDEN  
tcp        1      0 my-lan-hostname.lo:51875 mulberry.canonical:http CLOSE_WAIT 
tcp        0      0 other-pc-in-lan-hostname.lo:47235    xx.xx.xx.xx:http      VERBUNDEN  
tcp        0      0 my-lan-hostname.lo:38583 xx.xx.xx.xx:http VERBUNDEN  
tcp        0      0 other-pc-in-lan-hostname.lo:44791    xx.xx.xx.xx:http     VERBUNDEN  

它基本上显示(或似乎显示)我的局域网中另一台 PC(也运行 Ubuntu 12.04)与互联网之间的开放连接。我只设置了一个主机名,并且只有一个接口处于活动状态。

我是否误解了 netstats 的输出?

相关内容