From owner-freebsd-net@FreeBSD.ORG Mon Mar 21 17:36:55 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 080BE16A4CE for ; Mon, 21 Mar 2005 17:36:55 +0000 (GMT) Received: from obelix.sunrise.ch (mailrelay3.sunrise.ch [194.158.229.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D95E43D4C for ; Mon, 21 Mar 2005 17:36:53 +0000 (GMT) (envelope-from hampi@rootshell.be) Received: from gicco.homeip.net (pop-mu-8-1-dialup-151.freesurf.ch [194.230.245.151]) by obelix.sunrise.ch (8.12.10/8.12.10) with ESMTP id j2LHapd2020654 for ; Mon, 21 Mar 2005 18:36:51 +0100 Received: from gicco.here (localhost [127.0.0.1]) by gicco.homeip.net (8.13.1/8.12.11) with ESMTP id j2LHajVR001954; Mon, 21 Mar 2005 18:36:45 +0100 (CET) (envelope-from hampi@rootshell.be) Received: (from idefix@localhost) by gicco.here (8.13.1/8.12.11/Submit) id j2LHahTu001953; Mon, 21 Mar 2005 18:36:43 +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 18:36:43 +0100 From: Hanspeter Roth To: freebsd-net@freebsd.org Message-ID: <20050321173643.GA1750@gicco.homeip.net> Mail-Followup-To: freebsd-net@freebsd.org, "Re:disablingipv6withppp"@gicco.homeip.net 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: "Re:disablingipv6withppp"@gicco.homeip.net 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 17:36:55 -0000 On Mar 21 at 13:55, Brian Somers spoke: > Use ``disable ipv6'' - see the man page. > Put ``NOINET6=true'' in /etc/make.conf to make IPv6 go away entirely. I've built ppp in /usr/src/usr.sbin/ppp with NOINET6 and installed it in /usr/sbin. The route ff02::%tun0/32 is still present. But the dialup connection after 22 seconds has disappeared. So this has helped me. Thanks! -Hanspeter