Debian は IPv6 ネットワークにアクセスできません

Debian は IPv6 ネットワークにアクセスできません

私は約1時間私の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

提供できる助けをいただきありがとうございます。これは簡単かもしれませんが、私は初めてDebianに触れました。

ベストアンサー1

おすすめ記事