Date: Wed, 15 Apr 1998 07:39:23 +0100 From: Brian Somers <brian@Awfulhak.org> To: Chris Gordon <cagg@interlog.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Can't connect via ppp Message-ID: <199804150639.HAA27100@awfulhak.org> In-Reply-To: Your message of "Tue, 14 Apr 1998 23:11:29 EDT." <35342560.19554B08@interlog.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> During the install process (latest version), I am unable to connect via ppp to > my isp. > > latest IP settings: (initially all the compression settings were on) > > Name My Side His Side > ---------------------------------------- > acfcomp disable deny > chap disable accept > deflate enable accept > lqr disable accept > pap disable accept > pppd-deflate disable deny > pred1 enable accept > protocomp disable deny > vjcomp disable deny > msext disable N/A > passwdauth disable N/A > proxy disable N/A > throughput disable N/A > utmp enable N/A > > Some of the errors I get over and over again: > > IPCP: Received Configure Request (150) state = Ack-Rcvd (7) > IPCP: IPADDR[6] 198.53.145.231 > IPCP: SendConfigNak(Ack-Rcvd) > IPCP: IPADDR[6] 0.0.0.0 > IPCP: Received Configure Request (151) state = Ack-Rcvd (7) > IPCP: IPADDR[6] 198.53.145.231 > IPCP: SendConfigNak(Ack-Rcvd) > IPCP: IPADDR[6] 0.0.0.0 > > (if I had PROTOCOMP enabled, I'd also get "IPCP: COMPPROTO[6] 16 VJ slots > without slot compression") You need to accept your ISPs IP number: set ifaddr 1.2.3.4/0 5.6.7.8/0 0 0 You must have something like set ifaddr xxxx 0.0.0.0/32 > ...this continues on for a few minutes, or until I issue a close command. > > I did correctly set up the proper values for my connection to my isp, before > the ppp connection program started in VTY3. The only one I did NOT set up was > my isp's host ip#, as that changes depending on what modem server I get > connected to. > > Help?? > > Chris -- Brian <brian@Awfulhak.org>, <brian@FreeBSD.org>, <brian@OpenBSD.org> <http://www.Awfulhak.org> Don't _EVER_ lose your sense of humour.... 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?199804150639.HAA27100>