Discussion:
[netbsd4.0]could you tell me why NetBSD did not send link-local NS when NetBSD, rebooted.
(too old to reply)
wang_jiabo
2009-02-12 05:15:39 UTC
Permalink
Hello, all:
could you tell me why NetBSD did not send link-local NS when NetBSD
rebooted.
I add ip6mode=autohost in /etc/rc.conf and add up in ifconfig.<IF> file
thanks
jiabo

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
wang_jiabo
2009-02-12 07:23:49 UTC
Permalink
Hello, all :
when NetBSD rebooted, NetBSD should send a link-local Neighbor
Solicitation(NS), but I didnot capture the NS by tcpdump.
could you tell me why.
Thanks
jiabo
Post by wang_jiabo
could you tell me why NetBSD did not send link-local NS when NetBSD
rebooted.
I add ip6mode=autohost in /etc/rc.conf and add up in ifconfig.<IF> file
thanks
jiabo
--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Hubert Feyrer
2009-02-12 20:32:26 UTC
Permalink
Post by wang_jiabo
when NetBSD rebooted, NetBSD should send a link-local Neighbor
Solicitation(NS), but I didnot capture the NS by tcpdump.
could you tell me why.
The 'ip6mode=autohost' only tells the system to _accept_ router
advertizements. To solicitate a RA, you have to run rtsol. You can do so
by setting 'rtsol=yes' in /etc/rc.conf.

Documentation: http://www.netbsd.org/docs/network/ipv6/index.html


- Hubert

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Ignatios Souvatzis
2009-02-13 07:22:11 UTC
Permalink
Post by Hubert Feyrer
Post by wang_jiabo
when NetBSD rebooted, NetBSD should send a link-local Neighbor
Solicitation(NS), but I didnot capture the NS by tcpdump.
could you tell me why.
The 'ip6mode=autohost' only tells the system to _accept_ router
advertizements. To solicitate a RA, you have to run rtsol. You can do so
by setting 'rtsol=yes' in /etc/rc.conf.
Irrelevant - wang_jiabo wants double address detection, implemented by
sending a neighbour solicitation for your own address. This should work
out of the box whenever an address is added (I think), and it works for
me at boot time...

Maybe a media negotiation problem using the crosslink cable...

Wait. GE and crossed cable? Use a straight one, please!

-is

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
der Mouse
2009-02-13 13:53:22 UTC
Permalink
Wait. GE and crossed cable? Use a straight one, please!
I thought GigE was always auto-X. Or do you suspect a broken
implementation that isn't doing auto-X correctly?

I'd suspect a case where autonegotiation hasn't finished by the time
the NS is sent, so it gets lost. I've seen similar things happen often
enough, and I haven't seen any information that rules it out here.

/~\ The ASCII Mouse
\ / Ribbon Campaign
X Against HTML ***@rodents-montreal.org
/ \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Ignatios Souvatzis
2009-02-13 14:41:55 UTC
Permalink
Post by der Mouse
Wait. GE and crossed cable? Use a straight one, please!
I thought GigE was always auto-X. Or do you suspect a broken
implementation that isn't doing auto-X correctly?
I suspect a cable that is partially swapped - just enough for
10/100. I don't want to ahve to think about what happens with
Gig_E in that case.

-is
--
seal your e-mail: http://www.gnupg.org/

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Loading...