Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#595 - odhcpd in relay mode floods network with NS packets #5725

Closed
openwrt-bot opened this issue Mar 5, 2017 · 12 comments
Closed

FS#595 - odhcpd in relay mode floods network with NS packets #5725

openwrt-bot opened this issue Mar 5, 2017 · 12 comments
Labels

Comments

@openwrt-bot
Copy link

netprince:

  • Device problem occurs on (all are ar71xx devices)

2x NETGEAR WNDR3700
3x WD My Net N750
1x GL AR150

  • Software versions of LEDE release, packages, etc.

LEDE Reboot 17.01-SNAPSHOT r2993+234-ef5cb96

  • Steps to reproduce

I setup 6 routers, wan has a static IPv4, wan6 set to dhcpv6. I use odhcpd in relay mode because our network does not do prefix delegation. All routers have separate physical internal LAN networks, but they share the same physical external WAN/WAN6 network. After approx 8-12 hours the symptoms occur. If I stop odhcpd on all routers, the problem goes away.

When the problem occurs, ipv6 appears to work normally. odchpd hogs the cpu, anywhere from 20%-35% constant. Also logread reports many addresses are 'forgot' and 'learned' (see below)

config dhcp 'lan' option interface 'lan' option start '100' option limit '99' option leasetime '12h' #option dhcpv6 'relay' option ndp 'relay' option ra 'relay'

config dhcp 'wan'
option interface 'wan'
option ignore '1'

config dhcp 'wan6'
option interface 'wan'
#option dhcpv6 'relay'
option ndp 'relay'
option ra 'relay'
option master '1'

config odhcpd 'odhcpd'
option maindhcp '0'
option leasefile '/tmp/hosts/odhcpd'
option leasetrigger '/usr/sbin/odhcpd-update'

Sample traffic from the WAN using 'tcpdump -i eth0 icmp6'

NOTE: my routers end in:

70b7
77a8
2c21
71fb
4e2e
652a

NOTE: It looks to me like my 5 remote routers seem to be repeating every request to this router.

20:22:31.174215 IP6 ----.----.----.----:e291:f5ff:fe00:70b7 > ff02::1:ff88:f822: ICMP6, neighbor solicitation, who has ----.----.----.----:a014:6ffb:6188:f822, length 32 20:22:31.175013 IP6 ----.----.----.----:290:a9ff:feac:2c21 > ff02::1:ff88:f822: ICMP6, neighbor solicitation, who has ----.----.----.----:a014:6ffb:6188:f822, length 32 20:22:31.267340 IP6 ----.----.----.----:c23f:eff:fe7c:77a8 > ff02::1:ff71:2d25: ICMP6, neighbor solicitation, who has ----.----.----.----:8c42:9741:e071:2d25, length 32 20:22:31.271541 IP6 ----.----.----.----:e695:6eff:fe40:652a > ff02::1:ff71:2d25: ICMP6, neighbor solicitation, who has ----.----.----.----:8c42:9741:e071:2d25, length 32 20:22:31.273514 IP6 ----.----.----.----:e291:f5ff:fe00:70b7 > ff02::1:ff78:6cf: ICMP6, neighbor solicitation, who has ----.----.----.----:bcc1:bb13:d978:6cf, length 32 20:22:31.276696 IP6 ----.----.----.----:290:a9ff:feac:2c21 > ff02::1:ff71:2d25: ICMP6, neighbor solicitation, who has ----.----.----.----:8c42:9741:e071:2d25, length 32 20:22:31.276805 IP6 ----.----.----.----:290:a9ff:feac:2c21 > ff02::1:ff9e:ae42: ICMP6, neighbor solicitation, who has ----.----.----.----:ecc6:8d71:969e:ae42, length 32 20:22:31.276845 IP6 ----.----.----.----:e291:f5ff:fe00:70b7 > ff02::1:ff9e:ae42: ICMP6, neighbor solicitation, who has ----.----.----.----:ecc6:8d71:969e:ae42, length 32 20:22:31.281947 IP6 ----.----.----.----:c24a:ff:fedd:4e2e > ff02::1:ff78:6cf: ICMP6, neighbor solicitation, who has ----.----.----.----:bcc1:bb13:d978:6cf, length 32 20:22:31.287344 IP6 ----.----.----.----:c23f:eff:fe7c:77a8 > ff02::1:ff78:6cf: ICMP6, neighbor solicitation, who has ----.----.----.----:bcc1:bb13:d978:6cf, length 32 20:22:31.289173 IP6 ----.----.----.----:c24a:ff:fedd:4e2e > ff02::1:ff9e:ae42: ICMP6, neighbor solicitation, who has ----.----.----.----:ecc6:8d71:969e:ae42, length 32 20:22:31.295130 IP6 ----.----.----.----:290:a9ff:feac:2c21 > ff02::1:ff78:6cf: ICMP6, neighbor solicitation, who has ----.----.----.----:bcc1:bb13:d978:6cf, length 32 20:22:31.297330 IP6 ----.----.----.----:c23f:eff:fe7c:77a8 > ff02::1:ff9e:ae42: ICMP6, neighbor solicitation, who has ----.----.----.----:ecc6:8d71:969e:ae42, length 32 20:22:31.309099 IP6 ----.----.----.----:c24a:ff:fedd:4e2e > ff02::1:ff76:1ec6: ICMP6, neighbor solicitation, who has ----.----.----.----:6c23:859:3176:1ec6, length 32 20:22:31.312935 IP6 ----.----.----.----:290:a9ff:fe0a:71fb > ff02::1:ff76:1ec6: ICMP6, neighbor solicitation, who has ----.----.----.----:6c23:859:3176:1ec6, length 32 20:22:31.319048 IP6 ----.----.----.----:c24a:ff:fedd:4e2e > ff02::1:ff78:3d89: ICMP6, neighbor solicitation, who has ----.----.----.----:d58d:572c:5b78:3d89, length 32 20:22:31.321767 IP6 ----.----.----.----:e695:6eff:fe40:652a > ff02::1:ff78:3d89: ICMP6, neighbor solicitation, who has ----.----.----.----:d58d:572c:5b78:3d89, length 32 20:22:31.323445 IP6 ----.----.----.----:e291:f5ff:fe00:70b7 > ff02::1:fff7:20b6: ICMP6, neighbor solicitation, who has ----.----.----.----:acbd:d21e:c1f7:20b6, length 32 20:22:31.325102 IP6 ----.----.----.----:290:a9ff:feac:2c21 > ff02::1:ff78:3d89: ICMP6, neighbor solicitation, who has ----.----.----.----:d58d:572c:5b78:3d89, length 32 20:22:31.343370 IP6 ----.----.----.----:e291:f5ff:fe00:70b7 > ff02::1:ff72:784e: ICMP6, neighbor solicitation, who has ----.----.----.----:6424:6738:e372:784e, length 32 20:22:31.374977 IP6 ----.----.----.----:e291:f5ff:fe00:70b7 > ff02::1:ffcf:6641: ICMP6, neighbor solicitation, who has ----.----.----.----:2d19:ffb9:d1cf:6641, length 32 20:22:31.378299 IP6 ----.----.----.----:c23f:eff:fe7c:77a8 > ff02::1:ffcf:6641: ICMP6, neighbor solicitation, who has ----.----.----.----:2d19:ffb9:d1cf:6641, length 32 20:22:31.379198 IP6 ----.----.----.----:c23f:eff:fe7c:77a8 > ff02::1:ff28:7b4e: ICMP6, neighbor solicitation, who has ----.----.----.----:3854:5501:cc28:7b4e, length 32 20:22:31.381563 IP6 ----.----.----.----:e695:6eff:fe40:652a > ff02::1:ffcf:6641: ICMP6, neighbor solicitation, who has ----.----.----.----:2d19:ffb9:d1cf:6641, length 32 20:22:31.390391 IP6 ----.----.----.----:c24a:ff:fedd:4e2e > ff02::1:ffcf:6641: ICMP6, neighbor solicitation, who has ----.----.----.----:2d19:ffb9:d1cf:6641, length 32 20:22:31.391852 IP6 ----.----.----.----:c24a:ff:fedd:4e2e > ff02::1:ff4f:2b05: ICMP6, neighbor solicitation, who has ----.----.----.----:f425:368d:474f:2b05, length 32 20:22:31.393423 IP6 ----.----.----.----:e291:f5ff:fe00:70b7 > ff02::1:ff2c:cd43: ICMP6, neighbor solicitation, who has ----.----.----.----:9db5:6935:912c:cd43, length 32 20:22:31.399896 IP6 ----.----.----.----:290:a9ff:fe0a:71fb > ff02::1:ff4f:2b05: ICMP6, neighbor solicitation, who has ----.----.----.----:f425:368d:474f:2b05, length 32 20:22:31.403539 IP6 ----.----.----.----:e291:f5ff:fe00:70b7 > ff02::1:ff4f:2b05: ICMP6, neighbor solicitation, who has ----.----.----.----:f425:368d:474f:2b05, length 32 20:22:31.405243 IP6 ----.----.----.----:290:a9ff:feac:2c21 > ff02::1:ff4f:2b05: ICMP6, neighbor solicitation, who has ----.----.----.----:f425:368d:474f:2b05, length 32 20:22:31.451497 IP6 ----.----.----.----:e695:6eff:fe40:652a > ff02::1:ff45:65ca: ICMP6, neighbor solicitation, who has ----.----.----.----:c907:6475:bb45:65ca, length 32 20:22:31.455172 IP6 ----.----.----.----:290:a9ff:feac:2c21 > ff02::1:ff45:65ca: ICMP6, neighbor solicitation, who has ----.----.----.----:c907:6475:bb45:65ca, length 32 20:22:31.455774 IP6 ----.----.----.----:e291:f5ff:fe00:70b7 > ff02::1:ff45:65ca: ICMP6, neighbor solicitation, who has ----.----.----.----:c907:6475:bb45:65ca, length 32 20:22:31.457361 IP6 ----.----.----.----:c23f:eff:fe7c:77a8 > ff02::1:ff45:65ca: ICMP6, neighbor solicitation, who has ----.----.----.----:c907:6475:bb45:65ca, length 32 20:22:31.468974 IP6 ----.----.----.----:c24a:ff:fedd:4e2e > ff02::1:ff45:65ca: ICMP6, neighbor solicitation, who has ----.----.----.----:c907:6475:bb45:65ca, length 32 20:22:31.481548 IP6 ----.----.----.----:e695:6eff:fe40:652a > ff02::1:ff28:ee0e: ICMP6, neighbor solicitation, who has ----.----.----.----:f86b:f6d6:8428:ee0e, length 32 20:22:31.485020 IP6 ----.----.----.----:290:a9ff:feac:2c21 > ff02::1:ffd2:afdf: ICMP6, neighbor solicitation, who has ----.----.----.----:a93d:5064:1ad2:afdf, length 32 20:22:31.493501 IP6 ----.----.----.----:e291:f5ff:fe00:70b7 > ff02::1:ff28:ee0e: ICMP6, neighbor solicitation, who has ----.----.----.----:f86b:f6d6:8428:ee0e, length 32 20:22:31.493968 IP6 ----.----.----.----:e291:f5ff:fe00:70b7 > ff02::1:ffd2:afdf: ICMP6, neighbor solicitation, who has ----.----.----.----:a93d:5064:1ad2:afdf, length 32 20:22:31.498987 IP6 ----.----.----.----:c24a:ff:fedd:4e2e > ff02::1:ff28:ee0e: ICMP6, neighbor solicitation, who has ----.----.----.----:f86b:f6d6:8428:ee0e, length 32 20:22:31.501784 IP6 ----.----.----.----:e695:6eff:fe40:652a > ff02::1:ffd2:afdf: ICMP6, neighbor solicitation, who has ----.----.----.----:a93d:5064:1ad2:afdf, length 32 20:22:31.502581 IP6 ----.----.----.----:290:a9ff:fe0a:71fb > ff02::1:ffaf:d42b: ICMP6, neighbor solicitation, who has ----.----.----.----:dd55:2a9d:47af:d42b, length 32 20:22:31.506759 IP6 ----.----.----.----:290:a9ff:feac:2c21 > ff02::1:ff28:ee0e: ICMP6, neighbor solicitation, who has ----.----.----.----:f86b:f6d6:8428:ee0e, length 32 20:22:31.507418 IP6 ----.----.----.----:c23f:eff:fe7c:77a8 > ff02::1:ffaf:d42b: ICMP6, neighbor solicitation, who has ----.----.----.----:dd55:2a9d:47af:d42b, length 32 20:22:31.507537 IP6 ----.----.----.----:c23f:eff:fe7c:77a8 > ff02::1:ff28:ee0e: ICMP6, neighbor solicitation, who has ----.----.----.----:f86b:f6d6:8428:ee0e, length 32 20:22:31.509177 IP6 ----.----.----.----:c24a:ff:fedd:4e2e > ff02::1:ffaf:d42b: ICMP6, neighbor solicitation, who has ----.----.----.----:dd55:2a9d:47af:d42b, length 32 20:22:31.509908 IP6 ----.----.----.----:290:a9ff:fe0a:71fb > ff02::1:ff28:ee0e: ICMP6, neighbor solicitation, who has ----.----.----.----:f86b:f6d6:8428:ee0e, length 32 20:22:31.511697 IP6 ----.----.----.----:e695:6eff:fe40:652a > ff02::1:ffaf:d42b: ICMP6, neighbor solicitation, who has ----.----.----.----:dd55:2a9d:47af:d42b, length 32 20:22:31.589949 IP6 ----.----.----.----:290:a9ff:fe0a:71fb > ff02::1:ff68:1854: ICMP6, neighbor solicitation, who has ----.----.----.----:e070:5789:9468:1854, length 32 20:22:31.595038 IP6 ----.----.----.----:290:a9ff:feac:2c21 > ff02::1:ff68:1854: ICMP6, neighbor solicitation, who has ----.----.----.----:e070:5789:9468:1854, length 32 20:22:31.595647 IP6 ----.----.----.----:e291:f5ff:fe00:70b7 > ff02::1:ff68:1854: ICMP6, neighbor solicitation, who has ----.----.----.----:e070:5789:9468:1854, length 32 20:22:31.597299 IP6 ----.----.----.----:c23f:eff:fe7c:77a8 > ff02::1:ff68:1854: ICMP6, neighbor solicitation, who has ----.----.----.----:e070:5789:9468:1854, length 32 20:22:31.599099 IP6 ----.----.----.----:c24a:ff:fedd:4e2e > ff02::1:ff68:1854: ICMP6, neighbor solicitation, who has ----.----.----.----:e070:5789:9468:1854, length 32 20:22:31.607771 IP6 ----.----.----.----:e695:6eff:fe40:652a > ff02::1:ff68:1854: ICMP6, neighbor solicitation, who has ----.----.----.----:e070:5789:9468:1854, length 32 20:22:31.615131 IP6 ----.----.----.----:290:a9ff:feac:2c21 > ff02::1:ff86:89c6: ICMP6, neighbor solicitation, who has ----.----.----.----:60ad:68ca:1686:89c6, length 32 20:22:31.621774 IP6 ----.----.----.----:e695:6eff:fe40:652a > ff02::1:ff86:89c6: ICMP6, neighbor solicitation, who has ----.----.----.----:60ad:68ca:1686:89c6, length 32 20:22:31.622647 IP6 ----.----.----.----:290:a9ff:fe0a:71fb > ff02::1:ff86:89c6: ICMP6, neighbor solicitation, who has ----.----.----.----:60ad:68ca:1686:89c6, length 32

Sample from logread:

Sat Mar 4 20:28:41 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:79d2:b259:6f7f:b4d0 on eth0 Sat Mar 4 20:28:41 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:f425:368d:474f:2b05 on eth0 Sat Mar 4 20:28:41 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:f914:3130:37e9:11f6 on eth0 Sat Mar 4 20:28:41 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:f86b:f6d6:8428:ee0e on eth0 Sat Mar 4 20:28:41 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:e852:37cf:eb0d:6ec6 on eth0 Sat Mar 4 20:28:41 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:dd55:2a9d:47af:d42b on eth0 Sat Mar 4 20:28:41 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:65e5:7c5d:a3fe:5a3 on eth0 Sat Mar 4 20:28:41 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:290:a9ff:fe0a:71fb on eth0 Sat Mar 4 20:28:41 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:945b:446d:a137:71fa on eth0 Sat Mar 4 20:28:41 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:d4ca:9bcf:b16f:fa1c on eth0 Sat Mar 4 20:28:41 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:98b8:cca6:a4ae:777a on eth0 Sat Mar 4 20:28:41 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:3150:4be0:2276:1e58 on eth0 Sat Mar 4 20:28:41 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:d58d:572c:5b78:3d89 on eth0 Sat Mar 4 20:28:41 2017 daemon.notice odhcpd[1724]: Learned about ----.----.----.----::1 on eth0 Sat Mar 4 20:28:41 2017 daemon.notice odhcpd[1724]: Learned about ----.----.----.----:1:d00d::40 on eth0 Sat Mar 4 20:28:41 2017 daemon.notice odhcpd[1724]: Learned about ----.----.----.----:b859:fcda:2fa4:f901 on eth0 Sat Mar 4 20:28:56 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:f86b:f6d6:8428:ee0e on eth0 Sat Mar 4 20:28:56 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:dd55:2a9d:47af:d42b on eth0 Sat Mar 4 20:28:56 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:8c42:9741:e071:2d25 on eth0 Sat Mar 4 20:28:56 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:a93d:5064:1ad2:afdf on eth0 Sat Mar 4 20:28:56 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:f425:368d:474f:2b05 on br-lan Sat Mar 4 20:28:56 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:1:d00d::40 on eth0 Sat Mar 4 20:28:56 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:b859:fcda:2fa4:f901 on eth0 Sat Mar 4 20:28:56 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:3150:4be0:2276:1e58 on eth0 Sat Mar 4 20:28:56 2017 daemon.notice odhcpd[1724]: Learned about ----.----.----.----::1 on eth0 Sat Mar 4 20:29:11 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:79d2:b259:6f7f:b4d0 on eth0 Sat Mar 4 20:29:11 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:f86b:f6d6:8428:ee0e on eth0 Sat Mar 4 20:29:11 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:acbd:d21e:c1f7:20b6 on eth0 Sat Mar 4 20:29:11 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:dd55:2a9d:47af:d42b on eth0 Sat Mar 4 20:29:11 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:60ad:68ca:1686:89c6 on eth0 Sat Mar 4 20:29:11 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----::1 on br-lan Sat Mar 4 20:29:11 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:65e5:7c5d:a3fe:5a3 on eth0 Sat Mar 4 20:29:11 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:3854:5501:cc28:7b4e on eth0 Sat Mar 4 20:29:11 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:bcc1:bb13:d978:6cf on eth0 Sat Mar 4 20:29:11 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:d58d:572c:5b78:3d89 on eth0 Sat Mar 4 20:29:11 2017 daemon.notice odhcpd[1724]: Learned about ----.----.----.----::1 on eth0 Sat Mar 4 20:29:15 2017 daemon.notice odhcpd[1724]: Learned about ----.----.----.----::1 on eth0 Sat Mar 4 20:29:15 2017 daemon.notice odhcpd[1724]: Learned about ----.----.----.----::1 on eth0 Sat Mar 4 20:29:25 2017 daemon.notice odhcpd[1724]: Learned about ----.----.----.----:1:d00d::40 on eth0 Sat Mar 4 20:29:26 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:f914:3130:37e9:11f6 on eth0 Sat Mar 4 20:29:26 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:dd55:2a9d:47af:d42b on eth0 Sat Mar 4 20:29:26 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:6424:6738:e372:784e on eth0 Sat Mar 4 20:29:26 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:e695:6eff:fe40:652a on br-lan Sat Mar 4 20:29:26 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:3854:5501:cc28:7b4e on eth0 Sat Mar 4 20:29:26 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:8c42:9741:e071:2d25 on eth0 Sat Mar 4 20:29:26 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:bcc1:bb13:d978:6cf on eth0 Sat Mar 4 20:29:26 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:e070:5789:9468:1854 on eth0 Sat Mar 4 20:29:26 2017 daemon.notice odhcpd[1724]: Forgot about ----.----.----.----:3150:4be0:2276:1e58 on eth0 Sat Mar 4 20:29:26 2017 daemon.notice odhcpd[1724]: Learned about ----.----.----.----::1 on eth0 Sat Mar 4 20:29:26 2017 daemon.notice odhcpd[1724]: Learned about ----.----.----.----:1:d00d::40 on eth0
@openwrt-bot
Copy link
Author

@openwrt-bot
Copy link
Author

netprince:

IPv6 Routing Tables by Room
----:----:----:---- is our buildings IPv6 Prefix

My Office

ip -6 route show
default from ----:----:----:----::/64 via fe80::82ac:ac01:33ee:7af0 dev eth0 proto static metric 512 pref medium
----:----:----:----:1:d00d::37 dev eth0 proto static metric 1024 pref medium
----:----:----:----:1:d00d::40 dev eth0 proto static metric 1024 pref medium
----:----:----:----::/64 dev eth0 proto static metric 256 pref medium
fddf:2ab8:2488:10::/64 dev br-lan proto static metric 1024 pref medium
unreachable fddf:2ab8:2488::/48 dev lo proto static metric 2147483647 error -148 pref medium
fe80::/64 dev br-lan proto kernel metric 256 pref medium
fe80::/64 dev eth0 proto kernel metric 256 pref medium
fe80::/64 dev wlan0 proto kernel metric 256 pref medium

Room 104

ip -6 route show
default from ----:----:----:----::/64 via fe80::82ac:ac01:33ee:7af0 dev eth0.2 proto static metric 512 pref medium
----:----:----:----::1 dev eth0.2 proto static metric 1024 pref medium
----:----:----:----:1:d00d::37 dev eth0.2 proto static metric 1024 pref medium
----:----:----:----::/64 dev eth0.2 proto static metric 256 pref medium
fddf:2ab8:2488:10::/64 dev br-lan proto static metric 1024 pref medium
fddf:2ab8:2488:330::/64 dev tun9 proto kernel metric 256 pref medium
fddf:2ab8:2488:840::/64 dev tun9 metric 1024 pref medium
fddf:2ab8:2488:870::/64 dev tun9 metric 1024 pref medium
unreachable fddf:2ab8:2488::/48 dev lo proto static metric 2147483647 error -148 pref medium
fe80::/64 dev eth0 proto kernel metric 256 pref medium
fe80::/64 dev eth0.2 proto kernel metric 256 pref medium
fe80::/64 dev br-lan proto kernel metric 256 pref medium

Room 109

ip -6 route show
default from ----:----:----:----::/64 via fe80::82ac:ac01:33ee:7af0 dev eth0.2 proto static metric 512 pref medium
----:----:----:----::1 dev eth0.2 proto static metric 1024 pref medium
----:----:----:----:1:d00d::37 dev eth0.2 proto static metric 1024 pref medium
----:----:----:----:211:32ff:fe57:9b54 dev eth0.2 proto static metric 1024 pref medium
----:----:----:----:945b:446d:a137:71fa dev eth0.2 proto static metric 1024 pref medium
----:----:----:----::/64 dev eth0.2 proto static metric 256 pref medium
fddf:2ab8:2488:10::/64 dev br-lan proto static metric 1024 pref medium
fddf:2ab8:2488:330::/64 dev tun9 proto kernel metric 256 pref medium
fddf:2ab8:2488:840::/64 dev tun9 metric 1024 pref medium
fddf:2ab8:2488:870::/64 dev tun9 metric 1024 pref medium
unreachable fddf:2ab8:2488::/48 dev lo proto static metric 2147483647 error -148 pref medium
fe80::/64 dev eth0 proto kernel metric 256 pref medium
fe80::/64 dev eth0.2 proto kernel metric 256 pref medium
fe80::/64 dev br-lan proto kernel metric 256 pref medium

Room 139

default from ----:----:----:----::/64 via fe80::82ac:ac01:33ee:7af0 dev eth1 proto static metric 512 pref medium
----:----:----:----:1:d00d::37 dev eth1 proto static metric 1024 pref medium
----:----:----:----:211:32ff:fe57:9b54 dev eth1 proto static metric 1024 pref medium
----:----:----:----:290:a9ff:fecb:18eb dev eth1 proto static metric 1024 pref medium
----:----:----:----:945b:446d:a137:71fa dev eth1 proto static metric 1024 pref medium
----:----:----:----::/64 dev eth1 proto static metric 256 pref medium
fddf:2ab8:2488:10::/64 dev br-lan proto static metric 1024 pref medium
fddf:2ab8:2488:330::/64 dev tun9 proto kernel metric 256 pref medium
fddf:2ab8:2488:840::/64 dev tun9 metric 1024 pref medium
fddf:2ab8:2488:870::/64 dev tun9 metric 1024 pref medium
unreachable fddf:2ab8:2488::/48 dev lo proto static metric 2147483647 error -148 pref medium
fe80::/64 dev br-lan proto kernel metric 256 pref medium
fe80::/64 dev eth1 proto kernel metric 256 pref medium

Room 145

ip -6 route show
default from ----:----:----:----::/64 via fe80::82ac:ac01:33ee:7af0 dev eth0.2 proto static metric 512 pref medium
----:----:----:----:1:d00d::37 dev eth0.2 proto static metric 1024 pref medium
----:----:----:----:211:32ff:fe57:9b54 dev eth0.2 proto static metric 1024 pref medium
----:----:----:----:290:a9ff:fecb:18eb dev eth0.2 proto static metric 1024 pref medium
----:----:----:----:e852:37cf:eb0d:6ec6 dev br-lan proto static metric 1024 pref medium
----:----:----:----::/64 dev eth0.2 proto static metric 256 pref medium
fddf:2ab8:2488:10::/64 dev br-lan proto static metric 1024 pref medium
fddf:2ab8:2488:330::/64 dev tun9 proto kernel metric 256 pref medium
fddf:2ab8:2488:840::/64 dev tun9 metric 1024 pref medium
fddf:2ab8:2488:870::/64 dev tun9 metric 1024 pref medium
unreachable fddf:2ab8:2488::/48 dev lo proto static metric 2147483647 error -148 pref medium
fe80::/64 dev eth0 proto kernel metric 256 pref medium
fe80::/64 dev eth0.2 proto kernel metric 256 pref medium
fe80::/64 dev br-lan proto kernel metric 256 pref medium

Room 149

ip -6 route show
default from ----:----:----:----::/64 via fe80::82ac:ac01:33ee:7af0 dev eth0.2 proto static metric 512 pref medium
----:----:----:----:1:d00d::37 dev eth0.2 proto static metric 1024 pref medium
----:----:----:----:e852:37cf:eb0d:6ec6 dev br-lan proto static metric 1024 pref medium
----:----:----:----::/64 dev eth0.2 proto static metric 256 pref medium
fddf:2ab8:2488:10::/64 dev br-lan proto static metric 1024 pref medium
fddf:2ab8:2488:330::/64 dev tun9 proto kernel metric 256 pref medium
fddf:2ab8:2488:840::/64 dev tun9 metric 1024 pref medium
fddf:2ab8:2488:870::/64 dev tun9 metric 1024 pref medium
unreachable fddf:2ab8:2488::/48 dev lo proto static metric 2147483647 error -148 pref medium
fe80::/64 dev eth0 proto kernel metric 256 pref medium
fe80::/64 dev eth0.2 proto kernel metric 256 pref medium
fe80::/64 dev br-lan proto kernel metric 256 pref medium

@openwrt-bot
Copy link
Author

netprince:

This is a tcpdump with just two routers running odhcpd... I stopped odhcpd on all 6 routers, then started it again on 2:

The two routers running odhcpd have IPv6 suffixes:

2c21
40

tcpdump -i eth0.2 icmp6 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on eth0.2, link-type EN10MB (Ethernet), capture size 262144 bytes 09:30:03.146745 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffae:777a: ICMP6, neighbor solicitation, who has ----:----:----:----:98b8:cca6:a4ae:777a, length 32 09:30:03.226751 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff26:6e4d: ICMP6, neighbor solicitation, who has ----:----:----:----:c8e2:905f:4c26:6e4d, length 32 09:30:03.246777 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffb3:ba2b: ICMP6, neighbor solicitation, who has ----:----:----:----:a14c:766a:69b3:ba2b, length 32 09:30:03.247759 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff76:1e58: ICMP6, neighbor solicitation, who has ----:----:----:----:3150:4be0:2276:1e58, length 32 09:30:03.266768 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff4f:2b05: ICMP6, neighbor solicitation, who has ----:----:----:----:f425:368d:474f:2b05, length 32 09:30:03.267756 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff78:3d89: ICMP6, neighbor solicitation, who has ----:----:----:----:d58d:572c:5b78:3d89, length 32 09:30:03.276786 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff0d:6ec6: ICMP6, neighbor solicitation, who has ----:----:----:----:e852:37cf:eb0d:6ec6, length 32 09:30:03.277788 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff28:7b4e: ICMP6, neighbor solicitation, who has ----:----:----:----:3854:5501:cc28:7b4e, length 32 09:30:03.277928 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff06:b9ca: ICMP6, neighbor solicitation, who has ----:----:----:----:940c:7a19:5006:b9ca, length 32 09:30:03.416765 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff32:bc41: ICMP6, neighbor solicitation, who has ----:----:----:----:2c8e:d82:4632:bc41, length 32 09:30:03.416860 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffa5:5309: ICMP6, neighbor solicitation, who has ----:----:----:----:90c8:736e:e7a5:5309, length 32 09:30:03.486765 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffec:c98f: ICMP6, neighbor solicitation, who has ----:----:----:----:c10f:4a96:9fec:c98f, length 32 09:30:03.506772 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff68:1854: ICMP6, neighbor solicitation, who has ----:----:----:----:e070:5789:9468:1854, length 32 09:30:03.507768 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff3d:25c3: ICMP6, neighbor solicitation, who has ----:----:----:----:f94d:9a2c:7d3d:25c3, length 32 09:30:03.507838 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffaf:d42b: ICMP6, neighbor solicitation, who has ----:----:----:----:dd55:2a9d:47af:d42b, length 32 09:30:03.516797 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff71:2d25: ICMP6, neighbor solicitation, who has ----:----:----:----:8c42:9741:e071:2d25, length 32 09:30:03.522806 IP6 ----:----:----:----:290:a9ff:feac:2c21 > jeru.cns.ipv6.vt.edu: ICMP6, destination unreachable, unreachable port, ----:----:----:----:290:a9ff:feac:2c21 udp port 29977, length 216 09:30:03.566757 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff6d:b507: ICMP6, neighbor solicitation, who has ----:----:----:----:3406:dc33:356d:b507, length 32 09:30:03.596369 IP6 ----:----:----:----:290:a9ff:feac:2c21 > milo.cns.ipv6.vt.edu: ICMP6, destination unreachable, unreachable port, ----:----:----:----:290:a9ff:feac:2c21 udp port 29977, length 216 09:30:03.596766 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffe9:11f6: ICMP6, neighbor solicitation, who has ----:----:----:----:f914:3130:37e9:11f6, length 32 09:30:03.596868 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffe8:aa9d: ICMP6, neighbor solicitation, who has ----:----:----:----:903f:94e3:32e8:aa9d, length 32 09:30:03.596906 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff6f:fa1c: ICMP6, neighbor solicitation, who has ----:----:----:----:d4ca:9bcf:b16f:fa1c, length 32 09:30:03.620897 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffec:c98f: ICMP6, neighbor solicitation, who has ----:----:----:----:c10f:4a96:9fec:c98f, length 32 09:30:03.620994 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff3d:25c3: ICMP6, neighbor solicitation, who has ----:----:----:----:f94d:9a2c:7d3d:25c3, length 32 09:30:03.640859 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff32:bc41: ICMP6, neighbor solicitation, who has ----:----:----:----:2c8e:d82:4632:bc41, length 32 09:30:03.640968 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffe9:11f6: ICMP6, neighbor solicitation, who has ----:----:----:----:f914:3130:37e9:11f6, length 32 09:30:03.660862 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffaf:d42b: ICMP6, neighbor solicitation, who has ----:----:----:----:dd55:2a9d:47af:d42b, length 32 09:30:03.660970 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff68:1854: ICMP6, neighbor solicitation, who has ----:----:----:----:e070:5789:9468:1854, length 32 09:30:03.690855 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffa5:5309: ICMP6, neighbor solicitation, who has ----:----:----:----:90c8:736e:e7a5:5309, length 32 09:30:03.700892 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff6f:fa1c: ICMP6, neighbor solicitation, who has ----:----:----:----:d4ca:9bcf:b16f:fa1c, length 32 09:30:03.710878 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff78:3d89: ICMP6, neighbor solicitation, who has ----:----:----:----:d58d:572c:5b78:3d89, length 32 09:30:03.710989 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffae:777a: ICMP6, neighbor solicitation, who has ----:----:----:----:98b8:cca6:a4ae:777a, length 32 09:30:03.711072 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff4f:2b05: ICMP6, neighbor solicitation, who has ----:----:----:----:f425:368d:474f:2b05, length 32 09:30:03.720884 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff6d:b507: ICMP6, neighbor solicitation, who has ----:----:----:----:3406:dc33:356d:b507, length 32 09:30:03.720993 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffe8:aa9d: ICMP6, neighbor solicitation, who has ----:----:----:----:903f:94e3:32e8:aa9d, length 32 09:30:03.721075 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff26:6e4d: ICMP6, neighbor solicitation, who has ----:----:----:----:c8e2:905f:4c26:6e4d, length 32 09:30:03.730887 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff71:2d25: ICMP6, neighbor solicitation, who has ----:----:----:----:8c42:9741:e071:2d25, length 32 09:30:03.730998 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff0d:6ec6: ICMP6, neighbor solicitation, who has ----:----:----:----:e852:37cf:eb0d:6ec6, length 32 09:30:03.740884 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffb3:ba2b: ICMP6, neighbor solicitation, who has ----:----:----:----:a14c:766a:69b3:ba2b, length 32 09:30:03.760861 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff06:b9ca: ICMP6, neighbor solicitation, who has ----:----:----:----:940c:7a19:5006:b9ca, length 32 09:30:03.760967 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff76:1e58: ICMP6, neighbor solicitation, who has ----:----:----:----:3150:4be0:2276:1e58, length 32 09:30:03.761051 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff28:7b4e: ICMP6, neighbor solicitation, who has ----:----:----:----:3854:5501:cc28:7b4e, length 32 09:30:03.951802 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff3c:d7f9: ICMP6, neighbor solicitation, who has ----:----:----:----:20d:b9ff:fe3c:d7f9, length 32 09:30:03.982428 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff68:2f9c: ICMP6, neighbor solicitation, who has ----:----:----:----:44da:1c6d:5168:2f9c, length 32 09:30:03.983220 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff9b:3c47: ICMP6, neighbor solicitation, who has ----:----:----:----:c0a2:f4ea:e99b:3c47, length 32 09:30:04.001873 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:fff2:e252: ICMP6, neighbor solicitation, who has ----:----:----:----:ed12:7494:d6f2:e252, length 32 09:30:04.416778 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff32:bc41: ICMP6, neighbor solicitation, who has ----:----:----:----:2c8e:d82:4632:bc41, length 32 09:30:04.486781 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffec:c98f: ICMP6, neighbor solicitation, who has ----:----:----:----:c10f:4a96:9fec:c98f, length 32 09:30:04.506785 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffaf:d42b: ICMP6, neighbor solicitation, who has ----:----:----:----:dd55:2a9d:47af:d42b, length 32 09:30:04.506883 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff3d:25c3: ICMP6, neighbor solicitation, who has ----:----:----:----:f94d:9a2c:7d3d:25c3, length 32 09:30:04.506922 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff68:1854: ICMP6, neighbor solicitation, who has ----:----:----:----:e070:5789:9468:1854, length 32 09:30:04.566790 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff6d:b507: ICMP6, neighbor solicitation, who has ----:----:----:----:3406:dc33:356d:b507, length 32 09:30:04.596848 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff6f:fa1c: ICMP6, neighbor solicitation, who has ----:----:----:----:d4ca:9bcf:b16f:fa1c, length 32 09:30:04.597159 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffe8:aa9d: ICMP6, neighbor solicitation, who has ----:----:----:----:903f:94e3:32e8:aa9d, length 32 09:30:04.597253 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffe9:11f6: ICMP6, neighbor solicitation, who has ----:----:----:----:f914:3130:37e9:11f6, length 32 09:30:04.687369 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffa5:5309: ICMP6, neighbor solicitation, who has ----:----:----:----:90c8:736e:e7a5:5309, length 32 09:30:04.707654 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffae:777a: ICMP6, neighbor solicitation, who has ----:----:----:----:98b8:cca6:a4ae:777a, length 32 09:30:04.707970 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff78:3d89: ICMP6, neighbor solicitation, who has ----:----:----:----:d58d:572c:5b78:3d89, length 32 09:30:04.728055 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff0d:6ec6: ICMP6, neighbor solicitation, who has ----:----:----:----:e852:37cf:eb0d:6ec6, length 32 09:30:04.728394 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff71:2d25: ICMP6, neighbor solicitation, who has ----:----:----:----:8c42:9741:e071:2d25, length 32 09:30:04.728673 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff26:6e4d: ICMP6, neighbor solicitation, who has ----:----:----:----:c8e2:905f:4c26:6e4d, length 32 09:30:04.728979 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff4f:2b05: ICMP6, neighbor solicitation, who has ----:----:----:----:f425:368d:474f:2b05, length 32 09:30:04.747392 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffb3:ba2b: ICMP6, neighbor solicitation, who has ----:----:----:----:a14c:766a:69b3:ba2b, length 32 09:30:04.767898 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff28:7b4e: ICMP6, neighbor solicitation, who has ----:----:----:----:3854:5501:cc28:7b4e, length 32 09:30:04.768195 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff76:1e58: ICMP6, neighbor solicitation, who has ----:----:----:----:3150:4be0:2276:1e58, length 32 09:30:04.768480 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff06:b9ca: ICMP6, neighbor solicitation, who has ----:----:----:----:940c:7a19:5006:b9ca, length 32 09:30:04.950868 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff3c:d7f9: ICMP6, neighbor solicitation, who has ----:----:----:----:20d:b9ff:fe3c:d7f9, length 32 09:30:04.980854 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff9b:3c47: ICMP6, neighbor solicitation, who has ----:----:----:----:c0a2:f4ea:e99b:3c47, length 32 09:30:04.980968 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff68:2f9c: ICMP6, neighbor solicitation, who has ----:----:----:----:44da:1c6d:5168:2f9c, length 32 09:30:05.000860 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:fff2:e252: ICMP6, neighbor solicitation, who has ----:----:----:----:ed12:7494:d6f2:e252, length 32 09:30:05.142067 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffae:777a: ICMP6, neighbor solicitation, who has ----:----:----:----:98b8:cca6:a4ae:777a, length 32 09:30:05.222073 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff26:6e4d: ICMP6, neighbor solicitation, who has ----:----:----:----:c8e2:905f:4c26:6e4d, length 32 09:30:05.242626 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffb3:ba2b: ICMP6, neighbor solicitation, who has ----:----:----:----:a14c:766a:69b3:ba2b, length 32 09:30:05.244643 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff76:1e58: ICMP6, neighbor solicitation, who has ----:----:----:----:3150:4be0:2276:1e58, length 32 09:30:05.262539 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff4f:2b05: ICMP6, neighbor solicitation, who has ----:----:----:----:f425:368d:474f:2b05, length 32 09:30:05.264519 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff78:3d89: ICMP6, neighbor solicitation, who has ----:----:----:----:d58d:572c:5b78:3d89, length 32 09:30:05.273026 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff0d:6ec6: ICMP6, neighbor solicitation, who has ----:----:----:----:e852:37cf:eb0d:6ec6, length 32 09:30:05.275035 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff28:7b4e: ICMP6, neighbor solicitation, who has ----:----:----:----:3854:5501:cc28:7b4e, length 32 09:30:05.276828 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff06:b9ca: ICMP6, neighbor solicitation, who has ----:----:----:----:940c:7a19:5006:b9ca, length 32 09:30:05.412539 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff32:bc41: ICMP6, neighbor solicitation, who has ----:----:----:----:2c8e:d82:4632:bc41, length 32 09:30:05.415238 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffa5:5309: ICMP6, neighbor solicitation, who has ----:----:----:----:90c8:736e:e7a5:5309, length 32 09:30:05.482099 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffec:c98f: ICMP6, neighbor solicitation, who has ----:----:----:----:c10f:4a96:9fec:c98f, length 32 09:30:05.502570 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff3d:25c3: ICMP6, neighbor solicitation, who has ----:----:----:----:f94d:9a2c:7d3d:25c3, length 32 09:30:05.504582 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffaf:d42b: ICMP6, neighbor solicitation, who has ----:----:----:----:dd55:2a9d:47af:d42b, length 32 09:30:05.512557 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff71:2d25: ICMP6, neighbor solicitation, who has ----:----:----:----:8c42:9741:e071:2d25, length 32 09:30:05.514564 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff68:1854: ICMP6, neighbor solicitation, who has ----:----:----:----:e070:5789:9468:1854, length 32 09:30:05.562086 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff6d:b507: ICMP6, neighbor solicitation, who has ----:----:----:----:3406:dc33:356d:b507, length 32 09:30:05.592532 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffe8:aa9d: ICMP6, neighbor solicitation, who has ----:----:----:----:903f:94e3:32e8:aa9d, length 32 09:30:05.594337 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff6f:fa1c: ICMP6, neighbor solicitation, who has ----:----:----:----:d4ca:9bcf:b16f:fa1c, length 32 09:30:05.602113 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffe9:11f6: ICMP6, neighbor solicitation, who has ----:----:----:----:f914:3130:37e9:11f6, length 32 09:30:05.617592 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffec:c98f: ICMP6, neighbor solicitation, who has ----:----:----:----:c10f:4a96:9fec:c98f, length 32 09:30:05.617938 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff3d:25c3: ICMP6, neighbor solicitation, who has ----:----:----:----:f94d:9a2c:7d3d:25c3, length 32 09:30:05.647596 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff32:bc41: ICMP6, neighbor solicitation, who has ----:----:----:----:2c8e:d82:4632:bc41, length 32 09:30:05.647901 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffe9:11f6: ICMP6, neighbor solicitation, who has ----:----:----:----:f914:3130:37e9:11f6, length 32 09:30:05.657576 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffaf:d42b: ICMP6, neighbor solicitation, who has ----:----:----:----:dd55:2a9d:47af:d42b, length 32 09:30:05.657914 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff68:1854: ICMP6, neighbor solicitation, who has ----:----:----:----:e070:5789:9468:1854, length 32 09:30:05.686853 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffa5:5309: ICMP6, neighbor solicitation, who has ----:----:----:----:90c8:736e:e7a5:5309, length 32 09:30:05.697585 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff6f:fa1c: ICMP6, neighbor solicitation, who has ----:----:----:----:d4ca:9bcf:b16f:fa1c, length 32 09:30:05.706819 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff78:3d89: ICMP6, neighbor solicitation, who has ----:----:----:----:d58d:572c:5b78:3d89, length 32 09:30:05.707115 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffae:777a: ICMP6, neighbor solicitation, who has ----:----:----:----:98b8:cca6:a4ae:777a, length 32 09:30:05.717342 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff6d:b507: ICMP6, neighbor solicitation, who has ----:----:----:----:3406:dc33:356d:b507, length 32 09:30:05.726828 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff4f:2b05: ICMP6, neighbor solicitation, who has ----:----:----:----:f425:368d:474f:2b05, length 32 09:30:05.727135 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff26:6e4d: ICMP6, neighbor solicitation, who has ----:----:----:----:c8e2:905f:4c26:6e4d, length 32 09:30:05.727196 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff71:2d25: ICMP6, neighbor solicitation, who has ----:----:----:----:8c42:9741:e071:2d25, length 32 09:30:05.727227 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff0d:6ec6: ICMP6, neighbor solicitation, who has ----:----:----:----:e852:37cf:eb0d:6ec6, length 32 09:30:05.737494 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffe8:aa9d: ICMP6, neighbor solicitation, who has ----:----:----:----:903f:94e3:32e8:aa9d, length 32 09:30:05.746825 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffb3:ba2b: ICMP6, neighbor solicitation, who has ----:----:----:----:a14c:766a:69b3:ba2b, length 32 09:30:05.766836 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff06:b9ca: ICMP6, neighbor solicitation, who has ----:----:----:----:940c:7a19:5006:b9ca, length 32 09:30:05.767139 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff76:1e58: ICMP6, neighbor solicitation, who has ----:----:----:----:3150:4be0:2276:1e58, length 32 09:30:05.767199 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff28:7b4e: ICMP6, neighbor solicitation, who has ----:----:----:----:3854:5501:cc28:7b4e, length 32 09:30:05.950858 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff3c:d7f9: ICMP6, neighbor solicitation, who has ----:----:----:----:20d:b9ff:fe3c:d7f9, length 32 09:30:05.980858 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff68:2f9c: ICMP6, neighbor solicitation, who has ----:----:----:----:44da:1c6d:5168:2f9c, length 32 09:30:05.980968 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff9b:3c47: ICMP6, neighbor solicitation, who has ----:----:----:----:c0a2:f4ea:e99b:3c47, length 32 09:30:06.000862 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:fff2:e252: ICMP6, neighbor solicitation, who has ----:----:----:----:ed12:7494:d6f2:e252, length 32 09:30:06.140857 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffae:777a: ICMP6, neighbor solicitation, who has ----:----:----:----:98b8:cca6:a4ae:777a, length 32 09:30:06.220875 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff26:6e4d: ICMP6, neighbor solicitation, who has ----:----:----:----:c8e2:905f:4c26:6e4d, length 32 09:30:06.240858 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff76:1e58: ICMP6, neighbor solicitation, who has ----:----:----:----:3150:4be0:2276:1e58, length 32 09:30:06.240966 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffb3:ba2b: ICMP6, neighbor solicitation, who has ----:----:----:----:a14c:766a:69b3:ba2b, length 32 09:30:06.260870 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff78:3d89: ICMP6, neighbor solicitation, who has ----:----:----:----:d58d:572c:5b78:3d89, length 32 09:30:06.260978 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff4f:2b05: ICMP6, neighbor solicitation, who has ----:----:----:----:f425:368d:474f:2b05, length 32 09:30:06.270915 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff06:b9ca: ICMP6, neighbor solicitation, who has ----:----:----:----:940c:7a19:5006:b9ca, length 32 09:30:06.271024 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff28:7b4e: ICMP6, neighbor solicitation, who has ----:----:----:----:3854:5501:cc28:7b4e, length 32 09:30:06.271105 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff0d:6ec6: ICMP6, neighbor solicitation, who has ----:----:----:----:e852:37cf:eb0d:6ec6, length 32 09:30:06.410857 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffa5:5309: ICMP6, neighbor solicitation, who has ----:----:----:----:90c8:736e:e7a5:5309, length 32 09:30:06.410966 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff32:bc41: ICMP6, neighbor solicitation, who has ----:----:----:----:2c8e:d82:4632:bc41, length 32 09:30:06.480866 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffec:c98f: ICMP6, neighbor solicitation, who has ----:----:----:----:c10f:4a96:9fec:c98f, length 32 09:30:06.500859 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffaf:d42b: ICMP6, neighbor solicitation, who has ----:----:----:----:dd55:2a9d:47af:d42b, length 32 09:30:06.500971 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff3d:25c3: ICMP6, neighbor solicitation, who has ----:----:----:----:f94d:9a2c:7d3d:25c3, length 32 09:30:06.510876 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff68:1854: ICMP6, neighbor solicitation, who has ----:----:----:----:e070:5789:9468:1854, length 32 09:30:06.510985 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff71:2d25: ICMP6, neighbor solicitation, who has ----:----:----:----:8c42:9741:e071:2d25, length 32 09:30:06.560853 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff6d:b507: ICMP6, neighbor solicitation, who has ----:----:----:----:3406:dc33:356d:b507, length 32 09:30:06.590866 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff6f:fa1c: ICMP6, neighbor solicitation, who has ----:----:----:----:d4ca:9bcf:b16f:fa1c, length 32 09:30:06.590977 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffe8:aa9d: ICMP6, neighbor solicitation, who has ----:----:----:----:903f:94e3:32e8:aa9d, length 32 09:30:06.600888 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffe9:11f6: ICMP6, neighbor solicitation, who has ----:----:----:----:f914:3130:37e9:11f6, length 32 09:30:06.616846 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff3d:25c3: ICMP6, neighbor solicitation, who has ----:----:----:----:f94d:9a2c:7d3d:25c3, length 32 09:30:06.618016 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffec:c98f: ICMP6, neighbor solicitation, who has ----:----:----:----:c10f:4a96:9fec:c98f, length 32 09:30:06.646848 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffe9:11f6: ICMP6, neighbor solicitation, who has ----:----:----:----:f914:3130:37e9:11f6, length 32 09:30:06.647170 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff32:bc41: ICMP6, neighbor solicitation, who has ----:----:----:----:2c8e:d82:4632:bc41, length 32 09:30:06.656866 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff68:1854: ICMP6, neighbor solicitation, who has ----:----:----:----:e070:5789:9468:1854, length 32 09:30:06.657161 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffaf:d42b: ICMP6, neighbor solicitation, who has ----:----:----:----:dd55:2a9d:47af:d42b, length 32 09:30:06.686843 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffa5:5309: ICMP6, neighbor solicitation, who has ----:----:----:----:90c8:736e:e7a5:5309, length 32 09:30:06.696684 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff6f:fa1c: ICMP6, neighbor solicitation, who has ----:----:----:----:d4ca:9bcf:b16f:fa1c, length 32 09:30:06.706847 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffae:777a: ICMP6, neighbor solicitation, who has ----:----:----:----:98b8:cca6:a4ae:777a, length 32 09:30:06.707163 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff78:3d89: ICMP6, neighbor solicitation, who has ----:----:----:----:d58d:572c:5b78:3d89, length 32 09:30:06.716836 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff6d:b507: ICMP6, neighbor solicitation, who has ----:----:----:----:3406:dc33:356d:b507, length 32 09:30:06.726873 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff0d:6ec6: ICMP6, neighbor solicitation, who has ----:----:----:----:e852:37cf:eb0d:6ec6, length 32 09:30:06.727632 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff71:2d25: ICMP6, neighbor solicitation, who has ----:----:----:----:8c42:9741:e071:2d25, length 32 09:30:06.727703 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff26:6e4d: ICMP6, neighbor solicitation, who has ----:----:----:----:c8e2:905f:4c26:6e4d, length 32 09:30:06.727732 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff4f:2b05: ICMP6, neighbor solicitation, who has ----:----:----:----:f425:368d:474f:2b05, length 32 09:30:06.736889 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffe8:aa9d: ICMP6, neighbor solicitation, who has ----:----:----:----:903f:94e3:32e8:aa9d, length 32 09:30:06.746846 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffb3:ba2b: ICMP6, neighbor solicitation, who has ----:----:----:----:a14c:766a:69b3:ba2b, length 32 09:30:06.766864 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff28:7b4e: ICMP6, neighbor solicitation, who has ----:----:----:----:3854:5501:cc28:7b4e, length 32 09:30:06.767622 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff76:1e58: ICMP6, neighbor solicitation, who has ----:----:----:----:3150:4be0:2276:1e58, length 32 09:30:06.767693 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff06:b9ca: ICMP6, neighbor solicitation, who has ----:----:----:----:940c:7a19:5006:b9ca, length 32 09:30:06.957408 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff3c:d7f9: ICMP6, neighbor solicitation, who has ----:----:----:----:20d:b9ff:fe3c:d7f9, length 32 09:30:06.977526 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff9b:3c47: ICMP6, neighbor solicitation, who has ----:----:----:----:c0a2:f4ea:e99b:3c47, length 32 09:30:06.977875 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff68:2f9c: ICMP6, neighbor solicitation, who has ----:----:----:----:44da:1c6d:5168:2f9c, length 32 09:30:07.007594 IP6 ----:----:----:----:1:d00d::40 > ff02::1:fff2:e252: ICMP6, neighbor solicitation, who has ----:----:----:----:ed12:7494:d6f2:e252, length 32 09:30:07.140857 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffae:777a: ICMP6, neighbor solicitation, who has ----:----:----:----:98b8:cca6:a4ae:777a, length 32 09:30:07.220852 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff26:6e4d: ICMP6, neighbor solicitation, who has ----:----:----:----:c8e2:905f:4c26:6e4d, length 32 09:30:07.240854 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffb3:ba2b: ICMP6, neighbor solicitation, who has ----:----:----:----:a14c:766a:69b3:ba2b, length 32 09:30:07.240961 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff76:1e58: ICMP6, neighbor solicitation, who has ----:----:----:----:3150:4be0:2276:1e58, length 32 09:30:07.260858 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff4f:2b05: ICMP6, neighbor solicitation, who has ----:----:----:----:f425:368d:474f:2b05, length 32 09:30:07.260968 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff78:3d89: ICMP6, neighbor solicitation, who has ----:----:----:----:d58d:572c:5b78:3d89, length 32 09:30:07.270875 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff0d:6ec6: ICMP6, neighbor solicitation, who has ----:----:----:----:e852:37cf:eb0d:6ec6, length 32 09:30:07.270983 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff28:7b4e: ICMP6, neighbor solicitation, who has ----:----:----:----:3854:5501:cc28:7b4e, length 32 09:30:07.271062 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff06:b9ca: ICMP6, neighbor solicitation, who has ----:----:----:----:940c:7a19:5006:b9ca, length 32 09:30:07.410854 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff32:bc41: ICMP6, neighbor solicitation, who has ----:----:----:----:2c8e:d82:4632:bc41, length 32 09:30:07.410994 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffa5:5309: ICMP6, neighbor solicitation, who has ----:----:----:----:90c8:736e:e7a5:5309, length 32 09:30:07.480867 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffec:c98f: ICMP6, neighbor solicitation, who has ----:----:----:----:c10f:4a96:9fec:c98f, length 32 09:30:07.500865 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff3d:25c3: ICMP6, neighbor solicitation, who has ----:----:----:----:f94d:9a2c:7d3d:25c3, length 32 09:30:07.500975 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffaf:d42b: ICMP6, neighbor solicitation, who has ----:----:----:----:dd55:2a9d:47af:d42b, length 32 09:30:07.510878 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff71:2d25: ICMP6, neighbor solicitation, who has ----:----:----:----:8c42:9741:e071:2d25, length 32 09:30:07.510987 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff68:1854: ICMP6, neighbor solicitation, who has ----:----:----:----:e070:5789:9468:1854, length 32 09:30:07.560854 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff6d:b507: ICMP6, neighbor solicitation, who has ----:----:----:----:3406:dc33:356d:b507, length 32 09:30:07.590856 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffe8:aa9d: ICMP6, neighbor solicitation, who has ----:----:----:----:903f:94e3:32e8:aa9d, length 32 09:30:07.590964 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff6f:fa1c: ICMP6, neighbor solicitation, who has ----:----:----:----:d4ca:9bcf:b16f:fa1c, length 32 09:30:07.600883 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffe9:11f6: ICMP6, neighbor solicitation, who has ----:----:----:----:f914:3130:37e9:11f6, length 32 09:30:07.616697 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffec:c98f: ICMP6, neighbor solicitation, who has ----:----:----:----:c10f:4a96:9fec:c98f, length 32 09:30:07.616993 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff3d:25c3: ICMP6, neighbor solicitation, who has ----:----:----:----:f94d:9a2c:7d3d:25c3, length 32 09:30:07.646865 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff32:bc41: ICMP6, neighbor solicitation, who has ----:----:----:----:2c8e:d82:4632:bc41, length 32 09:30:07.647177 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffe9:11f6: ICMP6, neighbor solicitation, who has ----:----:----:----:f914:3130:37e9:11f6, length 32 09:30:07.656870 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffaf:d42b: ICMP6, neighbor solicitation, who has ----:----:----:----:dd55:2a9d:47af:d42b, length 32 09:30:07.657163 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff68:1854: ICMP6, neighbor solicitation, who has ----:----:----:----:e070:5789:9468:1854, length 32 09:30:07.696879 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff6f:fa1c: ICMP6, neighbor solicitation, who has ----:----:----:----:d4ca:9bcf:b16f:fa1c, length 32 09:30:07.716751 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff6d:b507: ICMP6, neighbor solicitation, who has ----:----:----:----:3406:dc33:356d:b507, length 32 09:30:07.736755 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffe8:aa9d: ICMP6, neighbor solicitation, who has ----:----:----:----:903f:94e3:32e8:aa9d, length 32 09:30:07.956872 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff3c:d7f9: ICMP6, neighbor solicitation, who has ----:----:----:----:20d:b9ff:fe3c:d7f9, length 32 09:30:07.976895 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff68:2f9c: ICMP6, neighbor solicitation, who has ----:----:----:----:44da:1c6d:5168:2f9c, length 32 09:30:07.977188 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff9b:3c47: ICMP6, neighbor solicitation, who has ----:----:----:----:c0a2:f4ea:e99b:3c47, length 32 09:30:08.006703 IP6 ----:----:----:----:1:d00d::40 > ff02::1:fff2:e252: ICMP6, neighbor solicitation, who has ----:----:----:----:ed12:7494:d6f2:e252, length 32 09:30:08.137418 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffae:777a: ICMP6, neighbor solicitation, who has ----:----:----:----:98b8:cca6:a4ae:777a, length 32 09:30:08.227587 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff26:6e4d: ICMP6, neighbor solicitation, who has ----:----:----:----:c8e2:905f:4c26:6e4d, length 32 09:30:08.237636 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff76:1e58: ICMP6, neighbor solicitation, who has ----:----:----:----:3150:4be0:2276:1e58, length 32 09:30:08.237949 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffb3:ba2b: ICMP6, neighbor solicitation, who has ----:----:----:----:a14c:766a:69b3:ba2b, length 32 09:30:08.267999 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff4f:2b05: ICMP6, neighbor solicitation, who has ----:----:----:----:f425:368d:474f:2b05, length 32 09:30:08.268300 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff28:7b4e: ICMP6, neighbor solicitation, who has ----:----:----:----:3854:5501:cc28:7b4e, length 32 09:30:08.268598 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff78:3d89: ICMP6, neighbor solicitation, who has ----:----:----:----:d58d:572c:5b78:3d89, length 32 09:30:08.268895 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff0d:6ec6: ICMP6, neighbor solicitation, who has ----:----:----:----:e852:37cf:eb0d:6ec6, length 32 09:30:08.277541 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff06:b9ca: ICMP6, neighbor solicitation, who has ----:----:----:----:940c:7a19:5006:b9ca, length 32 09:30:08.407549 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffa5:5309: ICMP6, neighbor solicitation, who has ----:----:----:----:90c8:736e:e7a5:5309, length 32 09:30:08.507503 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff71:2d25: ICMP6, neighbor solicitation, who has ----:----:----:----:8c42:9741:e071:2d25, length 32 09:30:08.520887 IP6 fe80::290:a9ff:feac:2c21 > fe80::82ac:ac01:33ee:7af0: ICMP6, neighbor solicitation, who has fe80::82ac:ac01:33ee:7af0, length 32 09:30:08.525583 IP6 fe80::82ac:ac01:33ee:7af0 > fe80::290:a9ff:feac:2c21: ICMP6, neighbor advertisement, tgt is fe80::82ac:ac01:33ee:7af0, length 24 09:30:08.612067 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffec:c98f: ICMP6, neighbor solicitation, who has ----:----:----:----:c10f:4a96:9fec:c98f, length 32 09:30:08.622183 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff3d:25c3: ICMP6, neighbor solicitation, who has ----:----:----:----:f94d:9a2c:7d3d:25c3, length 32 09:30:08.642078 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff32:bc41: ICMP6, neighbor solicitation, who has ----:----:----:----:2c8e:d82:4632:bc41, length 32 09:30:08.652539 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffaf:d42b: ICMP6, neighbor solicitation, who has ----:----:----:----:dd55:2a9d:47af:d42b, length 32 09:30:08.654674 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffe9:11f6: ICMP6, neighbor solicitation, who has ----:----:----:----:f914:3130:37e9:11f6, length 32 09:30:08.662103 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff68:1854: ICMP6, neighbor solicitation, who has ----:----:----:----:e070:5789:9468:1854, length 32 09:30:08.682088 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffa5:5309: ICMP6, neighbor solicitation, who has ----:----:----:----:90c8:736e:e7a5:5309, length 32 09:30:08.692062 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff6f:fa1c: ICMP6, neighbor solicitation, who has ----:----:----:----:d4ca:9bcf:b16f:fa1c, length 32 09:30:08.702805 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffae:777a: ICMP6, neighbor solicitation, who has ----:----:----:----:98b8:cca6:a4ae:777a, length 32 09:30:08.704606 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff78:3d89: ICMP6, neighbor solicitation, who has ----:----:----:----:d58d:572c:5b78:3d89, length 32 09:30:08.712075 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff6d:b507: ICMP6, neighbor solicitation, who has ----:----:----:----:3406:dc33:356d:b507, length 32 09:30:08.722711 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff26:6e4d: ICMP6, neighbor solicitation, who has ----:----:----:----:c8e2:905f:4c26:6e4d, length 32 09:30:08.724860 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff4f:2b05: ICMP6, neighbor solicitation, who has ----:----:----:----:f425:368d:474f:2b05, length 32 09:30:08.733077 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffe8:aa9d: ICMP6, neighbor solicitation, who has ----:----:----:----:903f:94e3:32e8:aa9d, length 32 09:30:08.735078 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff0d:6ec6: ICMP6, neighbor solicitation, who has ----:----:----:----:e852:37cf:eb0d:6ec6, length 32 09:30:08.736865 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff71:2d25: ICMP6, neighbor solicitation, who has ----:----:----:----:8c42:9741:e071:2d25, length 32 09:30:08.742111 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffb3:ba2b: ICMP6, neighbor solicitation, who has ----:----:----:----:a14c:766a:69b3:ba2b, length 32 09:30:08.762573 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff76:1e58: ICMP6, neighbor solicitation, who has ----:----:----:----:3150:4be0:2276:1e58, length 32 09:30:08.764584 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff06:b9ca: ICMP6, neighbor solicitation, who has ----:----:----:----:940c:7a19:5006:b9ca, length 32 09:30:08.772074 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff28:7b4e: ICMP6, neighbor solicitation, who has ----:----:----:----:3854:5501:cc28:7b4e, length 32 09:30:08.956767 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff3c:d7f9: ICMP6, neighbor solicitation, who has ----:----:----:----:20d:b9ff:fe3c:d7f9, length 32 09:30:08.976919 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff9b:3c47: ICMP6, neighbor solicitation, who has ----:----:----:----:c0a2:f4ea:e99b:3c47, length 32 09:30:08.977215 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff68:2f9c: ICMP6, neighbor solicitation, who has ----:----:----:----:44da:1c6d:5168:2f9c, length 32 09:30:09.006925 IP6 ----:----:----:----:1:d00d::40 > ff02::1:fff2:e252: ICMP6, neighbor solicitation, who has ----:----:----:----:ed12:7494:d6f2:e252, length 32 09:30:09.136740 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffae:777a: ICMP6, neighbor solicitation, who has ----:----:----:----:98b8:cca6:a4ae:777a, length 32 09:30:09.226895 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff26:6e4d: ICMP6, neighbor solicitation, who has ----:----:----:----:c8e2:905f:4c26:6e4d, length 32 09:30:09.236908 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffb3:ba2b: ICMP6, neighbor solicitation, who has ----:----:----:----:a14c:766a:69b3:ba2b, length 32 09:30:09.237203 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff76:1e58: ICMP6, neighbor solicitation, who has ----:----:----:----:3150:4be0:2276:1e58, length 32 09:30:09.266920 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff0d:6ec6: ICMP6, neighbor solicitation, who has ----:----:----:----:e852:37cf:eb0d:6ec6, length 32 09:30:09.267232 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff78:3d89: ICMP6, neighbor solicitation, who has ----:----:----:----:d58d:572c:5b78:3d89, length 32 09:30:09.267295 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff28:7b4e: ICMP6, neighbor solicitation, who has ----:----:----:----:3854:5501:cc28:7b4e, length 32 09:30:09.267326 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff4f:2b05: ICMP6, neighbor solicitation, who has ----:----:----:----:f425:368d:474f:2b05, length 32 09:30:09.276823 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff06:b9ca: ICMP6, neighbor solicitation, who has ----:----:----:----:940c:7a19:5006:b9ca, length 32 09:30:09.406909 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffa5:5309: ICMP6, neighbor solicitation, who has ----:----:----:----:90c8:736e:e7a5:5309, length 32 09:30:09.407501 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff32:bc41: ICMP6, neighbor solicitation, who has ----:----:----:----:2c8e:d82:4632:bc41, length 32 09:30:09.487582 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffec:c98f: ICMP6, neighbor solicitation, who has ----:----:----:----:c10f:4a96:9fec:c98f, length 32 09:30:09.506941 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff71:2d25: ICMP6, neighbor solicitation, who has ----:----:----:----:8c42:9741:e071:2d25, length 32 09:30:09.507852 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff3d:25c3: ICMP6, neighbor solicitation, who has ----:----:----:----:f94d:9a2c:7d3d:25c3, length 32 09:30:09.508296 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffaf:d42b: ICMP6, neighbor solicitation, who has ----:----:----:----:dd55:2a9d:47af:d42b, length 32 09:30:09.527608 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff68:1854: ICMP6, neighbor solicitation, who has ----:----:----:----:e070:5789:9468:1854, length 32 09:30:09.557505 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff6d:b507: ICMP6, neighbor solicitation, who has ----:----:----:----:3406:dc33:356d:b507, length 32 09:30:09.587734 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ff6f:fa1c: ICMP6, neighbor solicitation, who has ----:----:----:----:d4ca:9bcf:b16f:fa1c, length 32 09:30:09.588049 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffe8:aa9d: ICMP6, neighbor solicitation, who has ----:----:----:----:903f:94e3:32e8:aa9d, length 32 09:30:09.597564 IP6 ----:----:----:----:1:d00d::40 > ff02::1:ffe9:11f6: ICMP6, neighbor solicitation, who has ----:----:----:----:f914:3130:37e9:11f6, length 32 09:30:09.610863 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffec:c98f: ICMP6, neighbor solicitation, who has ----:----:----:----:c10f:4a96:9fec:c98f, length 32 09:30:09.620884 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff3d:25c3: ICMP6, neighbor solicitation, who has ----:----:----:----:f94d:9a2c:7d3d:25c3, length 32 09:30:09.640868 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff32:bc41: ICMP6, neighbor solicitation, who has ----:----:----:----:2c8e:d82:4632:bc41, length 32 09:30:09.650875 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffe9:11f6: ICMP6, neighbor solicitation, who has ----:----:----:----:f914:3130:37e9:11f6, length 32 09:30:09.650985 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffaf:d42b: ICMP6, neighbor solicitation, who has ----:----:----:----:dd55:2a9d:47af:d42b, length 32 09:30:09.660880 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff68:1854: ICMP6, neighbor solicitation, who has ----:----:----:----:e070:5789:9468:1854, length 32 09:30:09.680859 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffa5:5309: ICMP6, neighbor solicitation, who has ----:----:----:----:90c8:736e:e7a5:5309, length 32 09:30:09.690878 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff6f:fa1c: ICMP6, neighbor solicitation, who has ----:----:----:----:d4ca:9bcf:b16f:fa1c, length 32 09:30:09.700882 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff78:3d89: ICMP6, neighbor solicitation, who has ----:----:----:----:d58d:572c:5b78:3d89, length 32 09:30:09.700991 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffae:777a: ICMP6, neighbor solicitation, who has ----:----:----:----:98b8:cca6:a4ae:777a, length 32 09:30:09.710876 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff6d:b507: ICMP6, neighbor solicitation, who has ----:----:----:----:3406:dc33:356d:b507, length 32 09:30:09.720880 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff4f:2b05: ICMP6, neighbor solicitation, who has ----:----:----:----:f425:368d:474f:2b05, length 32 09:30:09.720988 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff26:6e4d: ICMP6, neighbor solicitation, who has ----:----:----:----:c8e2:905f:4c26:6e4d, length 32 09:30:09.730883 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff71:2d25: ICMP6, neighbor solicitation, who has ----:----:----:----:8c42:9741:e071:2d25, length 32 09:30:09.730994 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff0d:6ec6: ICMP6, neighbor solicitation, who has ----:----:----:----:e852:37cf:eb0d:6ec6, length 32 09:30:09.731075 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffe8:aa9d: ICMP6, neighbor solicitation, who has ----:----:----:----:903f:94e3:32e8:aa9d, length 32 09:30:09.740882 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ffb3:ba2b: ICMP6, neighbor solicitation, who has ----:----:----:----:a14c:766a:69b3:ba2b, length 32 09:30:09.760861 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff06:b9ca: ICMP6, neighbor solicitation, who has ----:----:----:----:940c:7a19:5006:b9ca, length 32 09:30:09.760971 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff76:1e58: ICMP6, neighbor solicitation, who has ----:----:----:----:3150:4be0:2276:1e58, length 32 09:30:09.770905 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff28:7b4e: ICMP6, neighbor solicitation, who has ----:----:----:----:3854:5501:cc28:7b4e, length 32 09:30:09.951820 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff3c:d7f9: ICMP6, neighbor solicitation, who has ----:----:----:----:20d:b9ff:fe3c:d7f9, length 32 09:30:09.971931 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff9b:3c47: ICMP6, neighbor solicitation, who has ----:----:----:----:c0a2:f4ea:e99b:3c47, length 32 09:30:09.982126 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:ff68:2f9c: ICMP6, neighbor solicitation, who has ----:----:----:----:44da:1c6d:5168:2f9c, length 32 09:30:10.002089 IP6 ----:----:----:----:290:a9ff:feac:2c21 > ff02::1:fff2:e252: ICMP6, neighbor solicitation, who has ----:----:----:----:ed12:7494:d6f2:e252, length 32

@openwrt-bot
Copy link
Author

netprince:

Here is my network config:

config interface 'loopback' option ifname 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0'

config globals 'globals'
option ula_prefix 'fddf:2ab8:2488::/48'

config interface 'lan'
option type 'bridge'
option ifname 'eth0.1'
option proto 'static'
option ipaddr '192.168.108.1'
option netmask '255.255.255.0'
option ip6assign '64'
option ip6hint '10'

option igmp_snooping '0'

option multicast_querier '1'

config interface 'wan'
option ifname 'eth0.2'
option proto 'static'
list ipaddr '---.---.---.25/22'
list ipaddr '---.---.---.26/32'
option gateway '---.---.---.1'
option dns '198.82.142.121 198.82.142.122'
list ping_or_die 'gateway'

config interface 'wan6'
option ifname 'eth0.2'
option proto 'dhcpv6'

config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'

config switch_vlan
option device 'switch0'
option vlan '1'
option ports '1 2 3 4 0t'

config switch_vlan
option device 'switch0'
option vlan '2'
option ports '5 0t'

config openvpn 'ovpn_psyc'
option proto 'none'
option ifname 'tun9'
option remote '---.---.---.40'
option config_file '/etc/openvpn/networks/psyc/client.conf'
option enabled '1'

@openwrt-bot
Copy link
Author

netprince:

ip -6 addr show 1: lo: mtu 65536 state UNKNOWN qlen 1 inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 1500 state UP qlen 1000 inet6 fe80::290:a9ff:feac:2c21/64 scope link valid_lft forever preferred_lft forever 10: br-lan: mtu 1500 state UP qlen 1000 inet6 fddf:2ab8:2488:10::1/64 scope global noprefixroute valid_lft forever preferred_lft forever inet6 fe80::290:a9ff:feac:2c21/64 scope link valid_lft forever preferred_lft forever 12: eth0.2@eth0: mtu 1500 state UP qlen 1000 inet6 ----:----:----:----:290:a9ff:feac:2c21/64 scope global noprefixroute dynamic valid_lft 2591918sec preferred_lft 604718sec inet6 fe80::290:a9ff:feac:2c21/64 scope link valid_lft forever preferred_lft forever 14: tun9: mtu 1500 state UNKNOWN qlen 48 inet6 fddf:2ab8:2488:330::512/64 scope global valid_lft forever preferred_lft forever

ip neigh show proxy
----:----:----:----::1 dev br-lan proxy
fddf:2ab8:2488:10::1 dev eth0.2 proxy
----:----:----:----:1:d00d::40 dev br-lan proxy
----:----:----:----:1:d00d::37 dev br-lan proxy
----:----:----:----:78f2:fea6:fbd3:15a2 dev br-lan proxy
----:----:----:----:72cd:60ff:fef3:181f dev br-lan proxy
----:----:----:----:290:a9ff:feac:2c21 dev br-lan proxy
----:----:----:----:945b:446d:a137:71fa dev br-lan proxy

ip -6 neigh show
----:----:----:----:3150:4be0:2276:1e58 dev br-lan INCOMPLETE
----:----:----:----:90c8:736e:e7a5:5309 dev eth0.2 FAILED
----:----:----:----:3406:dc33:356d:b507 dev br-lan INCOMPLETE
----:----:----:----:c8e2:905f:4c26:6e4d dev eth0.2 INCOMPLETE
----:----:----:----:2c8e:d82:4632:bc41 dev eth0.2 FAILED
----:----:----:----:44da:1c6d:5168:2f9c dev br-lan INCOMPLETE
----:----:----:----:945b:446d:a137:71fa dev br-lan FAILED
----:----:----:----:e852:37cf:eb0d:6ec6 dev br-lan INCOMPLETE
----:----:----:----:ed12:7494:d6f2:e252 dev br-lan INCOMPLETE
----:----:----:----:f914:3130:37e9:11f6 dev eth0.2 FAILED
----:----:----:----:98b8:cca6:a4ae:777a dev eth0.2 INCOMPLETE
----:----:----:----:d4ca:9bcf:b16f:fa1c dev br-lan INCOMPLETE
----:----:----:----:90c8:736e:e7a5:5309 dev br-lan INCOMPLETE
----:----:----:----:1:d00d::40 dev eth0.2 lladdr 00:0d:b9:3c:d7:f9 router STALE
----:----:----:----:c8e2:905f:4c26:6e4d dev br-lan INCOMPLETE
----:----:----:----:2c8e:d82:4632:bc41 dev br-lan INCOMPLETE
----:----:----:----:f94d:9a2c:7d3d:25c3 dev eth0.2 INCOMPLETE
----:----:----:----:c10f:4a96:9fec:c98f dev eth0.2 INCOMPLETE
fe80::945b:446d:a137:71fa dev eth0.2 lladdr 64:00:6a:46:fa:b4 STALE
----:----:----:----:1:d00d::37 dev eth0.2 lladdr f8:b1:56:b9:29:f9 DELAY
----:----:----:----:f914:3130:37e9:11f6 dev br-lan INCOMPLETE
----:----:----:----:98b8:cca6:a4ae:777a dev br-lan INCOMPLETE
----:----:----:----:8c42:9741:e071:2d25 dev eth0.2 INCOMPLETE
----:----:----:----:f425:368d:474f:2b05 dev eth0.2 FAILED
----:----:----:----:940c:7a19:5006:b9ca dev eth0.2 INCOMPLETE
----:----:----:----:1:d00d::40 dev br-lan FAILED
----:----:----:----:c0a2:f4ea:e99b:3c47 dev eth0.2 INCOMPLETE
----:----:----:----:e070:5789:9468:1854 dev eth0.2 INCOMPLETE
----:----:----:----:20d:b9ff:fe3c:d7f9 dev eth0.2 FAILED
----:----:----:----:f94d:9a2c:7d3d:25c3 dev br-lan INCOMPLETE
----:----:----:----:3854:5501:cc28:7b4e dev eth0.2 INCOMPLETE
----:----:----:----:c10f:4a96:9fec:c98f dev br-lan INCOMPLETE
----:----:----:----:290:a9ff:feac:2c21 dev br-lan FAILED
----:----:----:----:d58d:572c:5b78:3d89 dev eth0.2 INCOMPLETE
----:----:----:----:8c42:9741:e071:2d25 dev br-lan INCOMPLETE
----:----:----:----:940c:7a19:5006:b9ca dev br-lan INCOMPLETE
----:----:----:----:f425:368d:474f:2b05 dev br-lan INCOMPLETE
----:----:----:----::1 dev eth0.2 lladdr 80:ac:ac:ee:7a:f0 router STALE
----:----:----:----:c0a2:f4ea:e99b:3c47 dev br-lan FAILED
----:----:----:----:e070:5789:9468:1854 dev br-lan INCOMPLETE
----:----:----:----:dd55:2a9d:47af:d42b dev eth0.2 INCOMPLETE
fe80::82ac:ac01:33ee:7af0 dev eth0.2 lladdr 80:ac:ac:ee:7a:f0 router STALE
----:----:----:----:903f:94e3:32e8:aa9d dev eth0.2 INCOMPLETE
----:----:----:----:20d:b9ff:fe3c:d7f9 dev br-lan INCOMPLETE
----:----:----:----:a14c:766a:69b3:ba2b dev eth0.2 INCOMPLETE
----:----:----:----:3150:4be0:2276:1e58 dev eth0.2 INCOMPLETE
----:----:----:----:3854:5501:cc28:7b4e dev br-lan INCOMPLETE
----:----:----:----:3406:dc33:356d:b507 dev eth0.2 FAILED
----:----:----:----:44da:1c6d:5168:2f9c dev eth0.2 INCOMPLETE
----:----:----:----:d58d:572c:5b78:3d89 dev br-lan INCOMPLETE
----:----:----:----::1 dev br-lan FAILED
----:----:----:----:945b:446d:a137:71fa dev eth0.2 lladdr 64:00:6a:46:fa:b4 STALE
----:----:----:----:e852:37cf:eb0d:6ec6 dev eth0.2 INCOMPLETE
----:----:----:----:ed12:7494:d6f2:e252 dev eth0.2 INCOMPLETE
----:----:----:----:dd55:2a9d:47af:d42b dev br-lan INCOMPLETE
----:----:----:----:903f:94e3:32e8:aa9d dev br-lan FAILED
fe80::20d:b9ff:fe3c:d7f9 dev eth0.2 lladdr 00:0d:b9:3c:d7:f9 router STALE
----:----:----:----:d4ca:9bcf:b16f:fa1c dev eth0.2 INCOMPLETE
----:----:----:----:a14c:766a:69b3:ba2b dev br-lan FAILED

@openwrt-bot
Copy link
Author

netprince:

My /etc/config/dhcp file

config dnsmasq 'dns_options' option filterwin2k '0' option localise_queries '1' option rebind_protection '1' option rebind_localhost '1' option expandhosts '1' option nonegcache '0' option authoritative '1' option readethers '1' option leasefile '/tmp/dhcp.leases' option resolvfile '/tmp/resolv.conf.auto' option domainneeded '0' option boguspriv '0' option expand_hosts '1' option localservice '0' option local '/testnet/' option domain 'testnet' list notinterface 'wan'

config dhcp 'lan'
option interface 'lan'
option start '100'
option limit '150'
option leasetime '12h'
option name 'testnet'
list dhcp_option '15,testnet'
list dhcp_option '46,1'
list dhcp_option '47,'
option ndp 'relay'
option ra 'relay'

config dhcp 'wan'
option interface 'wan'
option ignore '1'

config dhcp 'wan6'
option interface 'wan'
option ndp 'relay'
option ra 'relay'
option master '1'

config odhcpd 'odhcpd'
option maindhcp '0'
option leasefile '/tmp/hosts/odhcpd'
option leasetrigger '/usr/sbin/odhcpd-update'

config dhcp 'loopback'
option interface 'loopback'
option ignore '1'

@openwrt-bot
Copy link
Author

dedeckeh:

Updated odhcpd to git HEAD version in trunk (https://git.lede-project.org/?p=source.git;a=commit;h=c45ef702ff3d4fd79b788823719cda356b9088c5); could you give it a try in your setup ?

@openwrt-bot
Copy link
Author

netprince:

I only had time to test one router on Friday, but yes the flooding problem was gone, and network traffic worked normally. I can test further on monday.

@openwrt-bot
Copy link
Author

dedeckeh:

Thx for the initial feedback

@openwrt-bot
Copy link
Author

netprince:

I built 17.01 with this version of odhcpd, and installed in on 7 production routers, and the problem seems to be resolved.

@openwrt-bot
Copy link
Author

netprince:

I got this installed on several routers in my dept... and it does look like there is now some kind of problem setting up connections. Looks like odhcpd does not reliably respond to neighbor solicitations. Will see what else I can find...

@openwrt-bot
Copy link
Author

netprince:

OK restarted odhcpd on the affected router and all appears fine again.. I will keep monitoring...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant