Date: Tue, 30 Mar 1999 18:27:15 +0100 From: Brian Somers <brian@Awfulhak.org> To: "J. W. Ballantine" <jwb@homer.att.com> Cc: Brian Somers <brian@Awfulhak.org>, freebsd-questions@FreeBSD.ORG Subject: Re: ppp and worldnet as ISP Message-ID: <199903301727.SAA06861@keep.lan.Awfulhak.org> In-Reply-To: Your message of "Tue, 30 Mar 1999 08:55:49 CDT." <199903301355.IAA02743@akiva.homer.att.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> > I've attached the complete log from a WN session, and while it connected for > 228 secs, I wasn't able to interact with it. > > The one thing I noticed in the FAQ's is the link.up file there has a > "delete ALL" line while the WURD instructions don't. Could this be the > cause of the problem?? > > Jim [.....] Your negotiations look good - except: > Mar 28 16:23:46 tinlizzie ppp[298]: tun0: Command: worldnet: add 0 0 > 204.127.129.1/0 > Mar 28 16:23:46 tinlizzie ppp[298]: tun0: Error: bundle_SetRoute: Cannot add a > route with destination 0.0.0.0 You should replace that line with ``add default HISADDR''. [.....] > Mar 28 16:24:04 tinlizzie ppp[298]: tun0: IPCP: deflink: LayerUp. > Mar 28 16:24:04 tinlizzie ppp[298]: tun0: IPCP: myaddr 12.68.42.76 hisaddr = > 12.68.42.1 > Mar 28 16:24:04 tinlizzie ppp[298]: tun0: Command: MYADDR: !bg > /usr/X11R6/bin/auplay /etc/ppp/linkup.au > Mar 28 16:24:04 tinlizzie ppp[298]: tun0: Command: MYADDR: add 0 0 HISADDR And with the above line correct, you can remove these two lines in ppp.linkup (you don't need ppp.linkup at all unless you're using other profiles). > Mar 28 16:25:10 tinlizzie ppp[298]: tun0: LCP: deflink: RecvEchoRequest(0) > state = Opened > Mar 28 16:25:10 tinlizzie ppp[298]: tun0: LCP: deflink: SendEchoReply(0) state > = Opened [.....] And the host is talking. So, everything looks pretty good. What does ``netstat -rn'' say when the link is up ? Also, how does ``ping 12.68.42.1'' fair (replacing the IP number with whatever's mentioned in the ``hisaddr = '' line just after the LayerUp in the above diagnostics) ? If the ping works, try pinging something more adventurous, but using an IP number. Perhaps your problem is just that you've got the wrong DNS entries in /etc/resolv.conf. Your configuration is asking Worldnet to confirm that 204.127.129.1 and 204.127.160.1 are the correct values, but Worldnet does not support your request. Try adding the lines nameserver 204.127.129.1 nameserver 204.127.160.1 to /etc/resolv.conf manually and see if that helps. Cheers. -- 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?199903301727.SAA06861>