From owner-freebsd-questions Fri Jan 29 05:14:42 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA14764 for freebsd-questions-outgoing; Fri, 29 Jan 1999 05:14:42 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA14759 for ; Fri, 29 Jan 1999 05:14:39 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from keep.lan.Awfulhak.org (keep.lan.Awfulhak.org [172.16.0.8]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id NAA24108; Fri, 29 Jan 1999 13:14:33 GMT (envelope-from brian@Awfulhak.org) Received: from keep.lan.Awfulhak.org (localhost [127.0.0.1]) by keep.lan.Awfulhak.org (8.9.2/8.9.2) with ESMTP id MAA02731; Fri, 29 Jan 1999 12:38:16 GMT (envelope-from brian@keep.lan.Awfulhak.org) Message-Id: <199901291238.MAA02731@keep.lan.Awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: nali@computer.org cc: freebsd-questions@FreeBSD.ORG Subject: Re: PPP and HDLC errors In-reply-to: Your message of "Fri, 29 Jan 1999 02:14:09 EST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 29 Jan 1999 12:38:16 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > My ISP decided to start using PAP, so I've been trying to ppp to work with > PAP. Unfortunately, I've been having no luck...looking at the log files, > its seems like a connection has been established; I get a myaddr and a > hisaddr but I can't ping any other address except my IP. When I try to > telnet or ftp, I get a > > Jan 29 01:48:24 localhost ppp[1446]: tun0: Phase: deflink: HDLC errors -> > FCS: 1, ADDR: 0, COMD: 0, PROTO: 0. [.....] > Jan 29 01:47:32 localhost ppp[1446]: tun0: Command: pmdemand: delete ALL > Jan 29 01:47:32 localhost ppp[1446]: tun0: Command: pmdemand: add 0 0 HISADDR > Jan 29 01:47:32 localhost ppp[1446]: tun0: Warning: Add route failed: default already exists > Jan 29 01:48:24 localhost ppp[1446]: tun0: Phase: deflink: HDLC errors -> FCS: 1, ADDR: 0, COM The FCS error is bogus - it's probably caused by your ISP issuing a login prompt and then detecting that you're talking ppp. The login prompt doesn't make sense to ppp and is treated as a bad frame check sequence.. The real problem is two lines before that. You have no default route. Remove any default router mentioned in /etc/rc.conf or change the ``add 0 0 HISADDR'' to ``add! 0 0 HISADDR'' (or ``add! default HISADDR''). > Naushad Ali > Computer Engineering > Georgia Tech > nali@computer.org -- Brian 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