[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 03662) Re: Problems with stateless autoconf tests ...
- To: <usagi-users@xxxxxxxxxxxxxx>
- Subject: (usagi-users 03662) Re: Problems with stateless autoconf tests ...
- From: "Philip Bellino" <pbellino@xxxxxxx>
- Date: Fri, 12 May 2006 06:58:02 -0400
- Reply-to: usagi-users@xxxxxxxxxxxxxx
- Thread-index: AcZ1sViTGdSWxLV6QduT3lX7QjDhmwAAO9aQ
- Thread-topic: (usagi-users 03661) Problems with stateless autoconf tests ...
Heiko,
Issue "sysctl -a | grep accept_ra"
If "net.ipv6.conf.eth0.accept_ra" (assuming eth0) is set to 0, then use
the "sysctl" program to add the following:
"net.ipv6.conf.eth0.accept_ra = 1" - Stateless autoconfiguration
Issue "sysctl -a | grep dad_transmits"
If "net.ipv6.conf.eth0.dad_transmits" (assuming eth0) is set to 0, then
use the "sysctl" program to add the following:
"net.ipv6.conf.eth0.dad_transmits = 3" - Duplicate Address Detection
probes to send.
Phil Bellino
-----Original Message-----
From: Heiko Gerstung [mailto:heiko.gerstung@xxxxxxxxxxx]
Sent: Friday, May 12, 2006 6:00 AM
To: usagi-users@xxxxxxxxxxxxxx
Subject: (usagi-users 03661) Problems with stateless autoconf tests ...
(sorry for the double post, I am not sure that my first attempt of
sending this message was successful...)
Hi!
I tried to run the IPv6ready test suite for Phase 1 (from TAHI) on a
Usage Kernel 2.6.15 (snapshot 2006/03/27 IIRC). Everything went fine
until it started to go into the Stateless Autoconfiguration section,
where all tests I tried out failed (well, I stopped after test 4).
It says:
reboot_async.rmt returned status 0
*** Target testing phase ***
Clear Captured Packets (Link0)
TN received no DAD NS sent from NUT. It seems that NUT doesn't perform
DAD process.
Wait 5 second
Check if NUT's address is configured
Send DAD NS from TN to NUT: DADNS_from_TN_SameTgt send
DADNS_from_TN_SameTgt Wait DAD NA from NUT:
DADNA_from_NUT,DADNA_from_NUT_woTLL
recv DADNA_from_NUT
Received packet count=1
Received DAD NA from NUT: DADNA_from_NUT NUT assigned the address to the
interface.
Without DAD, NUT assigned the address to the interface.
NG
*** EOT ***
-> FAIL
I am pretty sure this is a configuration issue. What kind of
configuration do I have to set up in order to pass these tests?
Thanks in advance,
kind regards,
Heiko