나는 그것을 얻을 수 없다 net.ipv6.conf.eth0.autoconf to = 1
. 재부팅할 때마다 0으로 돌아가므로 eth0은 글로벌 IPv6 주소를 자동으로 얻지 못합니다. 저는 헤드리스 Debian Jessie(커널 3.16.0-4-amd64)를 실행하고 있습니다.
ULA 주소를 eth0에 올바르게 할당한 후의 모습은 다음과 같습니다.
콘텐츠 /etc/network/interfaces
:
allow-hotplug eth0
iface eth0 inet static
address 192.168.1.100
netmask 255.255.255.0
broadcast 192.168.1.255
gateway 192.168.1.1
dns-nameservers 192.168.1.1
auto eth0
iface eth0 inet6 static
address fd69:6666::
netmask 64
내가 지금까지 시도한 것 :
net.ipv6.conf.eth0.autoconf=1
에 추가하다/etc/sysctl.conf
;- 설정
net.ipv6.conf.all.autoconf=1
및net.ipv6.conf.default.autoconf=1
/etc/sysctl.conf
앞으로eth0은 자동으로 구성됩니다. 재부팅 후에도 올바르게 1로 유지됩니다. - 다른 곳( )에 설정되어 있지 않은지 확인하세요
grep -iR 'autoconf' /etc
. - 내 /etc/network/interfaces
pre-up sysctl -w net.ipv6.conf.eth0.autoconf=1
에 스탠자가 추가되었습니다 .inet6 static