16
回編集
差分
編集の要約なし
send vendor-class.ntt = concat(06, suffix(hardware, 6));
send dhcp6.ia-pd 1;
send dhcp6.client-id = concat(00:03:00, hardware);
also request dhcp6.name-servers, dhcp6.domain-search, dhcp6.sntp-servers, dhcp6.sip-servers-addresses, dhcp6.vendor-opts;
* /etc/network/interfaces
<nowiki>
iface eth0 inet6 manualdhcp #(ip pre-upでip -6 address show dev eth0 の結果がtentativeでなくなるのを待って) #(NGNの経路を足してupでNGNの経路を足す) up /sbin/dhclient -1 -6 -P -D LL -pf /run/dhclient6.eth0.pid -lf /var/lib/dhcp/dhclient6.eth0.leases -I -df /var/lib/dhcp/dhclient.eth0.leases eth0 pre-down /sbin/dhclient -r -pf /run/dhclient6.eth0.pid eth0
</nowiki>