From owner-freebsd-stable Sun Feb 18 12:34:31 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 6A39637B503 for ; Sun, 18 Feb 2001 12:34:26 -0800 (PST) Received: from spock.ncc-1701.surfnet.nl ([192.87.111.34]) by survis.surfnet.nl with ESMTP (exPP) id 14UaXF-0005Wa-00; Sun, 18 Feb 2001 21:34:21 +0100 Date: Sun, 18 Feb 2001 21:34:21 +0100 (CET) From: X-X-Sender: To: Hajimu UMEMOTO Cc: , Subject: Re: (KAME-snap 4091) Re: 4.2-stable: autoconfigure not working anymore? In-Reply-To: <20010219.044135.34681228.ume@mahoroba.org> 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 Mon, 19 Feb 2001, Hajimu UMEMOTO wrote: > I cannot beleive your problem was fixed by this MFC. This change > actually doesn't touch net.inet6.ip6.accept_rtadv related things. --------------------------------------------------------------------------- set `ifconfig -l` ipv6_network_interfaces="$1" --------------------------------------------------------------------------- was changed (back) to: --------------------------------------------------------------------------- ipv6_network_interfaces="`ifconfig -l`" --------------------------------------------------------------------------- The first one sets ipv6_network_interfaces to: faith0 The latter sets it to: faith0 gif0 gif1 gif2 gif3 lo0 ppp0 sl0 wi0 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 --------------------------------------------------------------------------- > I suspect there is some problem in your IPv6 related configuration. > Please show me your configuration in /etc/rc.conf. --------------------------------------------------------------------------- $ cat /etc/rc.conf linux_enable="YES" moused_enable="YES" moused_flags="-m 8=4" apm_enable="YES" apmd_enable="YES" network_interfaces="ep0 lo0" pccard_beep="0" pccard_ifconfig="DHCP" hostname="spock.ncc-1701.surfnet.nl" pccard_enable="YES" pccard_conf="/etc/pccard.conf" # pccardd(8) config file nfs_client_enable="YES" amd_enable="YES" amd_flags="" ipv6_enable="YES" xntpd_enable="YES" lpd_enable="YES" log_in_vain="YES" usbd_enable="YES" --------------------------------------------------------------------------- I have added to my /etc/pccard.conf: insert rtsol $device I get a router solicitation at boot time now. I don't know if this is the Right Thing to do. rvdp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message