From owner-freebsd-net Fri Jul 20 6:48:47 2001 Delivered-To: freebsd-net@freebsd.org Received: from mailguard.fgan.de (mailguard.fgan.de [128.7.3.5]) by hub.freebsd.org (Postfix) with ESMTP id 69E3E37B401 for ; Fri, 20 Jul 2001 06:48:44 -0700 (PDT) (envelope-from leventi@fgan.de) Received: from rufsun5.ffm.fgan.de ([128.7.2.5]) by mailguard.fgan.de (8.11.2/8.11.2) with ESMTP id f6KDmgY13447 for ; Fri, 20 Jul 2001 15:48:42 +0200 Received: from melle.fkie.fgan.de (melle.ffm.fgan.de [128.7.5.11]) by rufsun5.ffm.fgan.de (8.8.6/8.8.8) with ESMTP id PAA10512; Fri, 20 Jul 2001 15:48:41 +0200 (MET DST) Received: (from lev@localhost) by melle.fkie.fgan.de (8.10.2+Sun/8.10.2) id f6KDmea03483; Fri, 20 Jul 2001 15:48:40 +0200 (MEST) Date: Fri, 20 Jul 2001 15:48:40 +0200 (MEST) Message-Id: <200107201348.f6KDmea03483@melle.fkie.fgan.de> From: Anastasia Leventi-Peetz To: freebsd-net@FreeBSD.ORG Cc: leventi@fgan.de In-reply-to: <200107201221.f6KCL5C03383@melle.fkie.fgan.de> (message from Anastasia Leventi-Peetz on Fri, 20 Jul 2001 14:21:05 +0200 (MEST)) Subject: Re: address autoconfiguration and Generic Kernel Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >I have tried to start address autoconfiguration on my FreeBSD-4.0 system >by putting >ip6mode="autohost" >rtsol="YES" rtsol_flags="xl0" # set your interface here >in rc.conf and rebooting the system. >After reboot I still had only Link-Local-Address only, though a router makes >advertisement in Net. Then I started per hand rtsol -d interfacename >and got that the kernel is not accepting router advertisements. >I tried to build a custom kernel, to edit KERNEL in >/usr/src/sys/i386/conf >but there is nop available option to make router or host >out of it. The file LINT with more options >doesn't give anything in thr direction, and the suggested documents Sorry for the inconvenience. I have changed net.inet6.ip6.accept_rtadv=1 in /etc/rc.network6 and interactively with sysctl -w net.inet6.ip6.accept_rtadv=1 and it has worked with the stateless address autoconfiguration. Still I believe the message was misleading. In the case of Linux SuSe it is in fact a matter of kernel Configuration. Here it is probably not. One doesn't reconfigure the kernel with sysctl. Anastasia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message