From owner-freebsd-stable Sun Feb 18 12:57:24 2001 Delivered-To: freebsd-stable@freebsd.org Received: from survis.surfnet.nl (survis.surfnet.nl [192.87.108.3]) by hub.freebsd.org (Postfix) with ESMTP id 3DC5A37B401 for ; Sun, 18 Feb 2001 12:57:18 -0800 (PST) Received: from spock.ncc-1701.surfnet.nl ([192.87.111.34]) by survis.surfnet.nl with ESMTP (exPP) id 14UatQ-0005vc-00; Sun, 18 Feb 2001 21:57:16 +0100 Date: Sun, 18 Feb 2001 21:57:16 +0100 (CET) From: X-X-Sender: To: Hajimu UMEMOTO Cc: , Subject: Re: 4.2-stable: autoconfigure not working anymore? In-Reply-To: Message-ID: Organisation: SURFnet bv Address: "Radboudburcht, P.O. Box 19035, 3501 DA Utrecht, NL" Phone: +31 302 305 305 Telefax: +31 302 305 329 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 18 Feb 2001 Ronald.vanderPol@surfnet.nl wrote: > The first one sets ipv6_network_interfaces to: > faith0 > The latter sets it to: > faith0 gif0 gif1 gif2 gif3 lo0 ppp0 sl0 wi0 Well, I think it is actually: "faith0 gif0 gif1 gif2 gif3 lo0 ppp0" > I think this effects: > --------------------------------------------------------------------------- > if [ ${rtsol_available} = yes -a -n "${rtsol_interfaces}" ]; then > # Act as endhost - automatically configured. > # You can configure only single interface, as > # specification assumes that autoconfigured host has > # single interface only. > sysctl -w net.inet6.ip6.accept_rtadv=1 > set ${rtsol_interfaces} > ifconfig $1 up > rtsol $1 > echo $1 > fi > --------------------------------------------------------------------------- Because it sets rtsol_interfaces to "ppp0" instead of "". (wi0 is configured later by pccard.conf. I don't know when sl0 gets into existence) But what happens if you don't configure ppp into your kernel? rvdp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message