이것은 쉬운 일이 아니지만, 내가 볼 때 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
ifconfig
수년 동안 더 이상 사용되지 않습니다. 최신 Linux 배포판에는 기본적으로 포함되어 있지 않지만 (어쨌든 여전히 설치할 수는 있습니다). 조만간 ifconfig
완전히 사라 지므로 변환해야합니다 .
ifconfig
, 사용ip addr
대신.