Ubuntu Server 16.10 が近隣要請に応答しない (IPv6)

Ubuntu Server 16.10 が近隣要請に応答しない (IPv6)

ある Ubuntu ボックスから別の Ubuntu ボックスへ ping を実行しています。 連携していない Ubuntu ボックスのアドレスは次のとおりです。

2000::1:215:5dff:fe091:229/64fe80::215:5dff:fe01:299/64

上流ルーターは、これらのアドレスの最初のものに対して近隣要請を送信しています。A はtcpdump、Ubuntu が自身のアドレスに対する要請を受信して​​いることを確認しましたが、応答していません。何が足りないのでしょうか?

ipconfig/tcpdump出力:

husband@ipv6-client:~$ sudo ifconfig
eth0      Link encap:Ethernet  HWaddr 00:15:5d:01:02:29
          inet6 addr: 2000::1:215:5dff:fe01:229/64 Scope:Global
          inet6 addr: fe80::215:5dff:fe01:229/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:7475 errors:0 dropped:628 overruns:0 frame:0
          TX packets:4148 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1247888 (1.2 MB)  TX bytes:1112316 (1.1 MB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:355015 errors:0 dropped:0 overruns:0 frame:0
          TX packets:355015 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1
          RX bytes:26412928 (26.4 MB)  TX bytes:26412928 (26.4 MB)

husband@ipv6-client:~$ sudo tcpdump -i eth0
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 262144 bytes
18:07:08.230956 IP6 fe80::c609:39ff:fee5:10 > ff02::1:ff01:299: ICMP6, neighbor solicitation, who has 2000::1:215:5dff:fe01:299, length 32
18:07:09.226625 IP6 fe80::c609:39ff:fee5:10 > ff02::1:ff01:299: ICMP6, neighbor solicitation, who has 2000::1:215:5dff:fe01:299, length 32
^C
2 packets captured
2 packets received by filter
0 packets dropped by kernel

ip6tables/ip -6 route出力:

husband@ipv6-client:~$ sudo ip6tables --list
Chain INPUT (policy ACCEPT)
target     prot opt source               destination

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
husband@ipv6-client:~$ ip -6 route
2000:0:0:1::/64 dev eth0  proto kernel  metric 256  expires 2591898sec pref medium
fe80::/64 dev eth0  proto kernel  metric 256  pref medium
default via fe80::c609:39ff:fee5:10 dev eth0  proto ra  metric 1024  expires 1698sec hoplimit 64 pref medium

答え1

さあ、皆さん。シートベルトを締めてください。これから人生最大の IPv6 の旅に出ます。準備はいいですか? はい、それでは始めましょう。

1 桁違うアドレスに ping しました。最後のオクテットは 299 ではなく 229 です。

関連情報