From owner-freebsd-questions@FreeBSD.ORG Wed Jun 18 06:03:13 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 218A337B405 for ; Wed, 18 Jun 2003 06:03:13 -0700 (PDT) Received: from mallard.mail.pas.earthlink.net (mallard.mail.pas.earthlink.net [207.217.120.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABB1943FDF for ; Wed, 18 Jun 2003 06:03:12 -0700 (PDT) (envelope-from rpratt1950@earthlink.net) Received: from user135.net235.fl.sprint-hsd.net ([64.45.227.135] helo=k6-2.weeble.com) by mallard.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 19Scaf-0007Ke-00; Wed, 18 Jun 2003 06:03:05 -0700 Date: Wed, 18 Jun 2003 09:03:08 -0400 From: Randy Pratt To: "B.Bonev" Message-Id: <20030618090308.41d4dd2c.rpratt1950@earthlink.net> X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: IPv6 over PPP Why? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2003 13:03:13 -0000 On Wed, 18 Jun 2003 10:23:54 -0000 you wrote: > I really don't what's going on here? Why is that IPv6 on ppp conection? I > want share dialup conn through the FreeBSD gateway. > Jun 16 13:50:15 router ppp[125]: tun0: IPCP: myaddr 212.39.76.96 hisaddr = > 212.39.76.242 > Jun 16 13:50:15 router ppp[125]: tun0: LCP: deflink: RecvProtocolRej(5) > state = Opened > Jun 16 13:50:15 router ppp[125]: tun0: LCP: deflink: -- Protocol 0x8057 > (Internet Protocol V6 Control Protocol) was rejected! > Jun 16 13:50:15 router ppp[125]: tun0: Phase: deflink: IPV6CP protocol > reject closes IPV6CP ! > Jun 16 13:50:18 router ppp[125]: tun0: LCP: deflink: RecvProtocolRej(6) > state = Opened > Jun 16 13:50:18 router ppp[125]: tun0: LCP: deflink: -- Protocol 0x8057 > (Internet Protocol V6 Control Protocol) was rejected! > Jun 16 13:50:18 router ppp[125]: tun0: Phase: deflink: IPV6CP protocol > reject closes IPV6CP ! IPv6 was added to the default ppp a while back. If your ISP doesn't support it and you want to eliminate those warning messages, you can add the following to the default section your ppp.conf file: disable ipv6 Don't forget you will need a leading space in front of it. Hope this helps. Randy