데비안은 IPv6 네트워크에 접근할 수 없습니다

데비안은 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 google.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

제공될 수 있는 도움을 주시면 대단히 감사하겠습니다. 이것은 간단할 수도 있지만 저는 데비안을 처음 접했습니다.

관련 정보