Debian 无法访问 IPv6 网络

Debian 无法访问 IPv6 网络

我已经尝试在我的 proxmox 服务器上配置 ipv6 大约一个小时了,但我似乎无法正确配置。

/etc/网络/接口:

auto lo
iface lo inet loopback

auto vmbr0
iface vmbr0 inet static
    address xxx.xxx.xxx.2
    netmask 255.255.255.0
    gateway xxx.xxx.xxx.1
    bridge_ports eth2
    bridge_stp off
    bridge_fd 0

iface vmbr0 inet6 static
    address 2604:xxxx:xxxx:xxxx:0000:0000:0000:0002
    netmask 64
    gateway 2604:xxxx:xxxx:xxxx:0000:0000:0000:0001

ip -6 路由

2604:xxx:x:2::/64 dev vmbr0  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 0
fe80::1 dev venet0  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 0
fe80::/64 dev venet0  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 0
fe80::/64 dev eth2  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 0
fe80::/64 dev vmbr0  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 0
default via 2604:xxx:x:2::1 dev vmbr0  metric 1024  mtu 1500 advmss 1440 hoplimit 0

ping6 谷歌.com

PING google.com(dfw06s46-in-x0e.1e100.net) 56 data bytes
From 2604:xxx:x:2::2 icmp_seq=2 Destination unreachable: Address unreachable
From 2604:xxx:x:2::2 icmp_seq=3 Destination unreachable: Address unreachable
From 2604:xxx:x:2::2 icmp_seq=4 Destination unreachable: Address unreachable

将不胜感激可以提供的任何帮助。这可能很简单,但我对 debian 有点陌生。

相关内容