路由器不断在 ipv6 上做广告

Que*_*low 0 networking ipv6 wireless-router icmp

尽管禁用了无线 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
Run Code Online (Sandbox Code Playgroud)

这种行为正常吗?如果没有,我该如何阻止?

slu*_*man 5

这是 IPv6 路由器通告 IPv6 子网的正常行为。

这是 IPv6 邻居发现协议 (NDP) 的一部分,它使用 ICMPv6 允许在加入新网络的主机上自动配置 IPv6。

如果要禁用此行为,则必须在路由器上禁用它。