From owner-freebsd-net@FreeBSD.ORG Mon Mar 7 10:45:36 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 817CD16A4CE for ; Mon, 7 Mar 2005 10:45:36 +0000 (GMT) Received: from obelix.sunrise.ch (mailrelay3.sunrise.ch [194.158.229.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F02C43D1F for ; Mon, 7 Mar 2005 10:45:33 +0000 (GMT) (envelope-from hampi@rootshell.be) Received: from gicco.homeip.net (pop-ls-13-2-dialup-146.freesurf.ch [194.230.159.146]) by obelix.sunrise.ch (8.12.10/8.12.10) with ESMTP id j27AjUhZ014454 for ; Mon, 7 Mar 2005 11:45:31 +0100 Received: from gicco.here (localhost [127.0.0.1]) by gicco.homeip.net (8.13.1/8.12.11) with ESMTP id j27AjOPx002017 for ; Mon, 7 Mar 2005 11:45:25 +0100 (CET) (envelope-from hampi@rootshell.be) Received: (from idefix@localhost) by gicco.here (8.13.1/8.12.11/Submit) id j27AjO7G002016 for freebsd-net@freebsd.org; Mon, 7 Mar 2005 11:45:24 +0100 (CET) (envelope-from hampi@rootshell.be) X-Authentication-Warning: gicco.here: idefix set sender to hampi@rootshell.be using -f Date: Mon, 7 Mar 2005 11:45:24 +0100 From: Hanspeter Roth To: freebsd-net@freebsd.org Message-ID: <20050307104524.GA1877@gicco.homeip.net> Mail-Followup-To: freebsd-net@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: 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, 07 Mar 2005 10:45:36 -0000 Hello, I'm using ppp. Even though INET6 is disabled in the kernel there is some INET6 stuff configured. Netstat -rn shows: ... Internet6: Destination Gateway Flags Netif Expire ::1 ::1 UH lo0 fe80::%lo0/64 fe80::1%lo0 U lo0 fe80::1%lo0 link#4 UHL lo0 ff01::/32 ::1 U lo0 ff02::%lo0/32 ::1 UC lo0 ff02::%tun0/32 fe80::20f:3dff:feae:5416%tun0 UGS tun0 The last route to 'ff02::%tun0/32' appears only if ppp is running. Some seconds after ppp is startet (ppp -quiet -auto isp) it goes online. Trying to delete the route by hand claims it is a bad address: route delete 'ff02::%tun0/32' route: bad address: ff02::%tun0/32 How can I run ppp without INET6 support? -Hanspeter