这可能很容易,但是当我查看时,ifconfig
它列出了两个不同的全局 IPv6地址。我要分配两个人有原因吗?我不应该只得到一个地址吗?
valorin@gandalf:~$ ifconfig
eth0 Link encap:Ethernet HWaddr e8:9a:8f:6d:6a:aa
inet addr:172.10.10.1 Bcast:172.10.10.255 Mask:255.255.255.0
inet6 addr: 2400:4000:cafe:2014:48c8:f262:ebe8:297b/64 Scope:Global
inet6 addr: 2400:4000:cafe:2014:ea9a:8fff:fe6d:6aaa/64 Scope:Global
inet6 addr: fe80::ea9a:8fff:fe6d:6aaa/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:258 errors:0 dropped:0 overruns:0 frame:0
TX packets:313 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:78280 (78.2 KB) TX bytes:46173 (46.1 KB)
Interrupt:41 Base address:0xe000
似乎不再如此了。在14.04、15.04,debian 8.2甚至Windows 10中。您现在应该只获得一个全球IPV6地址
—
vigilian 2015年
我可以问@MichaelHampton吗?
—
hdl
@hdl因为
—
迈克尔·汉普顿
ifconfig
已弃用多年。默认情况下,现代Linux发行版中甚至都没有包含它(但仍然可以安装一段时间)。您将需要进行转换,因为迟早ifconfig
会完全消失。
2400:4000:CAFE:...真漂亮
—
-KevinOrr
ifconfig
,ip addr
而是使用。