From owner-freebsd-net@FreeBSD.ORG Mon Mar 21 15:45:02 2005 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B39E316A4CE for ; Mon, 21 Mar 2005 15:45:02 +0000 (GMT) Received: from obelix.sunrise.ch (mailrelay3.sunrise.ch [194.158.229.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id B150843D48 for ; Mon, 21 Mar 2005 15:45:01 +0000 (GMT) (envelope-from hampi@rootshell.be) Received: from gicco.homeip.net (pop-zh-13-2-dialup-109.freesurf.ch [194.230.208.109]) by obelix.sunrise.ch (8.12.10/8.12.10) with ESMTP id j2LFic8a032574; Mon, 21 Mar 2005 16:44:39 +0100 Received: from gicco.here (localhost [127.0.0.1]) by gicco.homeip.net (8.13.1/8.12.11) with ESMTP id j2LFiXEe014708; Mon, 21 Mar 2005 16:44:33 +0100 (CET) (envelope-from hampi@rootshell.be) Received: (from idefix@localhost) by gicco.here (8.13.1/8.12.11/Submit) id j2LFiXrZ014707; Mon, 21 Mar 2005 16:44:33 +0100 (CET) (envelope-from hampi@rootshell.be) X-Authentication-Warning: gicco.here: idefix set sender to hampi@rootshell.be using -f Date: Mon, 21 Mar 2005 16:44:33 +0100 From: Hanspeter Roth To: freebsd-net@freebsd.org Message-ID: <20050321154433.GB14357@gicco.homeip.net> Mail-Followup-To: freebsd-net@freebsd.org, Brian Somers References: <20050307104524.GA1877@gicco.homeip.net> <20050321135528.7ae92ef4@dev.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050321135528.7ae92ef4@dev.lan.Awfulhak.org> User-Agent: Mutt/1.4.2.1i cc: Brian Somers Subject: Re: disabling ipv6 with ppp X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-net@freebsd.org List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Mar 2005 15:45:02 -0000 On Mar 21 at 13:55, Brian Somers spoke: > Use ``disable ipv6'' - see the man page. Ok, I've put ``disable ipv6'' as well as ``disable ipv6cp'' into the config file. But nevertheless ff02::%tun0/32 fe80::20f:3dff:feae:5416%tun0 UGS tun0 appears anyway and 22 seconds after ppp is started a dialup connection is established. > Put ``NOINET6=true'' in /etc/make.conf to make IPv6 go away entirely. It is not obvious wether only the kernel has to be rebuilt or the entire world. -Hanspeter