Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Aug 2017 02:55:08 -0500
From:      Greg Rivers <gcr+freebsd-stable@tharned.org>
To:        Hiroki Sato <hrs@freebsd.org>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: SLAAC not working
Message-ID:  <2045487.FzlpjXtTmv@flake.tharned.org>
In-Reply-To: <20170809.162650.970303478864091097.hrs@allbsd.org>
References:  <db01ce67-a495-050a-b63c-f386f2f228e5@yandex.ru> <1557648.beBEYmqKBO@flake.tharned.org> <20170809.162650.970303478864091097.hrs@allbsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday, August 09, 2017 16:26:50 Hiroki Sato wrote:
> The configuration looks correct to me, but two questions:
> 
>  1. Does "sysctl net.inet6.ip6.forwarding" command show "0"?
> 
$ sysctl net.inet6.ip6.forwarding
net.inet6.ip6.forwarding: 0

>  2. What is shown by the command "ping6 ff02::1%lagg0" and "rtsol -dD lagg0"?
>
$ ping6 -c 2 ff02::1%lagg0
PING6(56=40+8+8 bytes) fe80::ae16:2dff:fe1e:b880%lagg0 --> ff02::1%lagg0
16 bytes from fe80::ae16:2dff:fe1e:b880%lagg0, icmp_seq=0 hlim=64 time=0.181 ms
16 bytes from fe80::f415:63ff:fe2b:ea06%lagg0, icmp_seq=0 hlim=64 time=0.263 ms(DUP!)
16 bytes from fe80::f415:63ff:fe2b:e806%lagg0, icmp_seq=0 hlim=64 time=0.318 ms(DUP!)
16 bytes from fe80::8edc:d4ff:feaf:8938%lagg0, icmp_seq=0 hlim=64 time=0.369 ms(DUP!)
16 bytes from fe80::f415:63ff:fe2b:e806%lagg0, icmp_seq=0 hlim=64 time=0.803 ms(DUP!)
16 bytes from fe80::ae16:2dff:fe1e:e998%lagg0, icmp_seq=0 hlim=64 time=0.868 ms(DUP!)
16 bytes from fe80::ae16:2dff:fe1e:49f8%lagg0, icmp_seq=0 hlim=64 time=0.922 ms(DUP!)
16 bytes from fe80::226:55ff:fe2f:40a4%lagg0, icmp_seq=0 hlim=64 time=0.971 ms(DUP!)
16 bytes from fe80::f415:63ff:fe2b:ea06%lagg0, icmp_seq=0 hlim=64 time=2.144 ms(DUP!)
16 bytes from fe80::f415:63ff:fe2b:e806%lagg0, icmp_seq=0 hlim=64 time=4.154 ms(DUP!)
16 bytes from fe80::f415:63ff:fe2b:e806%lagg0, icmp_seq=0 hlim=64 time=4.220 ms(DUP!)
16 bytes from fe80::ae16:2dff:fe1e:b880%lagg0, icmp_seq=1 hlim=64 time=0.222 ms

--- ff02::1%lagg0 ping6 statistics ---
2 packets transmitted, 2 packets received, +10 duplicates, 0.0% packet loss
round-trip min/avg/max/std-dev = 0.181/1.286/4.220/1.396 ms
$ fg
su -
# rtsol -dD lagg0
checking if lagg0 is ready...
lagg0 is ready
set timer for lagg0 to 1s
New timer is 1s
timer expiration on lagg0, state = 1
send RS on lagg0, whose state is 2
set timer for lagg0 to 4s
New timer is 4s
timer expiration on lagg0, state = 2
send RS on lagg0, whose state is 2
set timer for lagg0 to 4s
New timer is 4s
timer expiration on lagg0, state = 2
send RS on lagg0, whose state is 2
set timer for lagg0 to 1s
New timer is 1s
timer expiration on lagg0, state = 2
No answer after sending 3 RSs
stop timer for lagg0
there is no timer

-- 
Greg Rivers



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2045487.FzlpjXtTmv>