Date: Wed, 18 Jun 2003 09:03:08 -0400 From: Randy Pratt <rpratt1950@earthlink.net> To: "B.Bonev" <b_bonev@mail.orbitel.bg> Cc: freebsd-questions@freebsd.org Subject: Re: IPv6 over PPP Why? Message-ID: <20030618090308.41d4dd2c.rpratt1950@earthlink.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030618090308.41d4dd2c.rpratt1950>