Date: Sat, 21 Jul 2001 18:16:51 +0100 From: "Walter C. Pelissero" <walter@pelissero.org> To: "Doug Reynolds" <mav@wastegate.net> Cc: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>, "walter@pelissero.org" <walter@pelissero.org> Subject: Re: PPP stopped working Message-ID: <15193.47363.651285.751303@hyde.lpds.sublink.org> In-Reply-To: <200107211543.f6LFh0O27331@ultra8.uk2net.com> References: <200107211543.f6LFh0O27331@ultra8.uk2net.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Doug Reynolds writes: > On Fri, 20 Jul 2001 12:38:54 +0100, Walter C. Pelissero wrote: > > >I've recently upgraded my FreeBSD 3.4 box to 4.3-STABLE (cvsupped). > >Since then my PPP (user-ppp) stopped working properly. According to > >the log file and my few knowledge of PPP, it seems like struggling > >with the ISP about the right IP address to use and it gives up after > >too many NAKs. > > >Currently my ppp.conf has got this ifaddr setting: > > > set ifaddr 192.168.0.1/0 192.168.0.2/0 255.255.255.0 0.0.0.0 > > i use: > > set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 > > and make sure you have > > add default HISADDR Indeed. My ppp.conf has got this "add default HISADDR" as well. Your ifaddr line doesn't look too different from mine. You have chosen just a different IP address which doesn't look to me would make any difference. Going on with my tests I've found out another weird behavior. If I substitute the ifaddr line with: set ifaddr 0 0 255.255.255.0. 0.0.0.0 and then I run ppp manually ("ppp -auto" would refuse to start), the first time I succeed to connect properly, while every subsequent dial fails with the same error as with the original ifaddr. I have to quit ppp and run it again to be able to negotiate properly with my ISP. Weird, isn't it? -- walter pelissero http://www.pelissero.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15193.47363.651285.751303>