From owner-freebsd-net@FreeBSD.ORG Mon Mar 21 13:55:42 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 20C9F16A4CE for ; Mon, 21 Mar 2005 13:55:42 +0000 (GMT) Received: from gw.Awfulhak.org (awfulhak.demon.co.uk [80.177.173.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D16143D58 for ; Mon, 21 Mar 2005 13:55:41 +0000 (GMT) (envelope-from brian@Awfulhak.org) Received: from dev.lan.Awfulhak.org (brian@dev.lan.Awfulhak.org [172.16.0.5]) by gw.Awfulhak.org (8.13.1/8.13.1) with ESMTP id j2LDtSwp050076; Mon, 21 Mar 2005 13:55:28 GMT (envelope-from brian@Awfulhak.org) Date: Mon, 21 Mar 2005 13:55:28 +0000 From: Brian Somers To: freebsd-net@freebsd.org Message-ID: <20050321135528.7ae92ef4@dev.lan.Awfulhak.org> In-Reply-To: <20050307104524.GA1877@gicco.homeip.net> References: <20050307104524.GA1877@gicco.homeip.net> X-Mailer: Sylpheed-Claws 1.0.1 (GTK+ 1.2.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on gw.lan.Awfulhak.org cc: hampi@rootshell.be Subject: Re: disabling ipv6 with ppp X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list 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 13:55:42 -0000 Use ``disable ipv6'' - see the man page. Put ``NOINET6=true'' in /etc/make.conf to make IPv6 go away entirely. On Mon, 7 Mar 2005 11:45:24 +0100, Hanspeter Roth wrote: > 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 > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" > -- Brian Somers Don't _EVER_ lose your sense of humour !