IPV6配置失败。咋搞。(杜甫里面装了pve)

查看 76|回复 3
作者:afkool   
根据后台v6的地址、网关设置完后,ping6提示Network is unreachable
跟机器里装了pve没关系吧?
[ol]# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug enp5s0
iface enp5s0 inet static
        address 85.xxx.xx.xx/32
        gateway 85.xxx.xx.1
        pointopoint 85.xxx.xxx.1
        # dns-* options are implemented by the resolvconf package, if installed
        dns-nameservers 62.xx.xx.5 62.xx.xx.4 62.141.32.3
        dns-search dus4.fastwebserver.de
iface enp5s0 inet6 static
        address 2001:4fs0:fff3:33/64
        gateway fe80::1/128[/ol]复制代码
cat /proc/sys/net/ipv6/conf/all/disable_ipv6 结果为0
[ol]ip -6 route show
::1 dev lo proto kernel metric 256 pref medium
2001:4fs0:fff3:33::/64 dev enp5s0 proto kernel metric 256 pref medium
fe80::/64 dev enp5s0 proto kernel metric 256 pref medium[/ol]复制代码

装了, 代码, 杜甫

zc035   
address 2001:4fs0:fff3:33/64 这地址是错误的吧??
16进制数有 S ? 而且不规范啊! 这是乱写的?
还有网关也是乱写??
菜单   
格式化算了。
笑花落半世琉璃   
50友情价,我可以试试
您需要登录后才可以回帖 登录 | 立即注册

返回顶部