我可以使用dhcp获取ipv4地址,但无法获取ipv6地址。
dhcp 服务器也支持 ipv6 服务。
ifconfig eth0
eth0 Link encap:Ethernet HWaddr: 00:21:85:d3:a3:36
inet addr:10.16.31.183 broadcast:10.16.31.255 netmask:255.255.255.0
inet6 addr: fe80::221:85ff:fed3:a336/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
关于ipv6的其他配置:
$ cd /proc/sys/net/ipv6/conf/all
$ grep "" disable_ipv6 forwarding autoconf
disable_ipv6:0
forwarding:1
autoconf:1
有什么办法可以解决这个问题吗?