Date: Tue, 24 Jul 2001 16:10:30 -0700 From: "Sam C. Zamarripa" <scz73@yahoo.com> To: <freebsd-stable@freebsd.org>, <neal@nelsonnet.org> Subject: Re: PPP Can't Connect (Solution) Message-ID: <026601c11495$d5aecd50$0200000a@sam> References: <20010723014115.1927.cpmta@c000.snv.cp.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Last night I tried this solution, and this worked perfect for me. I no longer had to manually add a set mtu/mru line to my ppp.conf file But..I cvsup'd the latest stable this morning, and now I am back to the same old problem despite the change below. I can no longer connect unless I manually add a set mtu/mru line to the ppp.conf file. This is only a problem because I use more then 1 ISP, and their pop's use different MTU values. So I have to edit my ppp.conf file depending on which ISP I use. Sam ----- Original Message ----- From: <neal@nelsonnet.org> To: <freebsd-stable@freebsd.org> Sent: Sunday, July 22, 2001 6:41 PM Subject: PPP Can't Connect (Solution) > I've finally found a way of getting dial out ppp to connect since my last CVSup of -stable a couple of weeks ago. > > I found that the problem was in the sample ppp.conf file, which I had based my ppp.conf file closely on. > > I had to change the line: > set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 > to: > set ifaddr 10.0.0.1/0 00.0.0.0/0 0.0.0.0 0.0.0.0 > > I don't know if it was the change in the netmask or the remote address that did the job but everything seems to work now as it did before. > > I hope this will help anyone who had the same problem > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?026601c11495$d5aecd50$0200000a>