[Bug 219699] Issue with IPv6 and neighbor notification
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jun 1 22:49:11 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219699
--- Comment #5 from Paul G Webster <paul at tmp.group> ---
root at mail:~ # ping6 google.com
PING6(56=40+8+8 bytes) 2a07:4580:b0d:27e::1 --> 2a00:1450:4009:80f::200e
16 bytes from 2a00:1450:4009:80f::200e, icmp_seq=0 hlim=55 time=7.064 ms
16 bytes from 2a00:1450:4009:80f::200e, icmp_seq=1 hlim=55 time=6.720 ms
16 bytes from 2a00:1450:4009:80f::200e, icmp_seq=2 hlim=55 time=6.686 ms
16 bytes from 2a00:1450:4009:80f::200e, icmp_seq=3 hlim=55 time=6.556 ms
16 bytes from 2a00:1450:4009:80f::200e, icmp_seq=4 hlim=55 time=6.605 ms
16 bytes from 2a00:1450:4009:80f::200e, icmp_seq=5 hlim=55 time=6.741 ms
16 bytes from 2a00:1450:4009:80f::200e, icmp_seq=6 hlim=55 time=6.802 ms
16 bytes from 2a00:1450:4009:80f::200e, icmp_seq=7 hlim=55 time=6.934 ms
16 bytes from 2a00:1450:4009:80f::200e, icmp_seq=8 hlim=55 time=6.600 ms
16 bytes from 2a00:1450:4009:80f::200e, icmp_seq=9 hlim=55 time=6.805 ms
16 bytes from 2a00:1450:4009:80f::200e, icmp_seq=10 hlim=55 time=6.670 ms
16 bytes from 2a00:1450:4009:80f::200e, icmp_seq=11 hlim=55 time=6.668 ms
16 bytes from 2a00:1450:4009:80f::200e, icmp_seq=12 hlim=55 time=7.080 ms
16 bytes from 2a00:1450:4009:80f::200e, icmp_seq=25 hlim=55 time=6.864 ms
16 bytes from 2a00:1450:4009:80f::200e, icmp_seq=26 hlim=55 time=6.725 ms
16 bytes from 2a00:1450:4009:80f::200e, icmp_seq=27 hlim=55 time=6.666 ms
^C
--- google.com ping6 statistics ---
28 packets transmitted, 16 packets received, 42.9% packet loss
round-trip min/avg/max/std-dev = 6.556/6.762/7.080/0.151 ms
root at mail:~ #
# Known working
ifconfig_vtnet0_ipv6="inet6 2a07:4580:b0d:27e::1/48 accept_rtadv"
ipv6_defaultrouter="2a07:4580:b0d::1"
No love still the same fault after I comment out:
root at mail:~ # cat /etc/rc.local
daemon -f ping6 -i 2 -s 1 2a07:4580:b0d::1
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-net
mailing list