Date: Sun, 18 Feb 2001 21:34:21 +0100 (CET) From: <Ronald.vanderPol@surfnet.nl> To: Hajimu UMEMOTO <ume@mahoroba.org> Cc: <freebsd-stable@freebsd.org>, <snap-users@kame.net> Subject: Re: (KAME-snap 4091) Re: 4.2-stable: autoconfigure not working anymore? Message-ID: <Pine.BSF.4.32.0102182121550.432-100000@spock.ncc-1701.surfnet.nl> In-Reply-To: <20010219.044135.34681228.ume@mahoroba.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.32.0102182121550.432-100000>