尽管我禁用了无线 IPv6 连接,但我仍每隔几秒钟就会从 IPv6 上的路由器收到以下路由器广告:
# tcpdump -vv 'ip6 and icmp6'
tcpdump: listening on wlth0, link-type EN10MB (Ethernet), capture size 65535 bytes
10:01:33.260428 IP6 (hlim 255, next-header ICMPv6 (58) payload length: 56) fe80::220:70ff:feb3:91d2 > ff02::1: [icmp6 sum ok] ICMP6, router advertisement, length 56
hop limit 64, Flags [other stateful], pref low, router lifetime 0s, reachable time 0ms, retrans time 0ms
rdnss option (25), length 24 (3): lifetime 30s, addr: fe80::220:70ff:feb3:91d2
0x0000: 0000 0000 001e fe80 0000 0000 0000 0220
0x0010: 70ff feb3 91d2
mtu option (5), length 8 (1): 1280
0x0000: 0000 0000 0500
source link-address option (1), length 8 (1): 00:26:55:b0:92:d1
0x0000: 0026 55b0 92d1
这种行为正常吗?如果不正常,我该如何阻止它?
答案1
这是 IPv6 路由器通告 IPv6 子网的正常行为。
这是 IPv6 邻居发现协议 (NDP) 的一部分,它使用 ICMPv6 允许在加入新网络的主机上自动配置 IPv6。
如果您想禁用此行为,则必须在路由器上禁用它。