From owner-freebsd-questions Sun Sep 6 06:52:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA18843 for freebsd-questions-outgoing; Sun, 6 Sep 1998 06:52:23 -0700 (PDT) (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 GAA18836 for ; Sun, 6 Sep 1998 06:52:18 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (root@woof.lan.awfulhak.org [172.16.0.7]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id OAA26834; Sun, 6 Sep 1998 14:18:23 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (brian@localhost [127.0.0.1]) by woof.lan.awfulhak.org (8.9.1/8.9.1) with ESMTP id OAA10939; Sun, 6 Sep 1998 14:21:49 +0100 (BST) (envelope-from brian@woof.lan.awfulhak.org) Message-Id: <199809061321.OAA10939@woof.lan.awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: "Sergei M.Klimkin" cc: freebsd-questions@FreeBSD.ORG Subject: Re: a ppp -question In-reply-to: Your message of "Sat, 05 Sep 1998 15:21:12 +0400." <01bdd8bf$4b0f77e0$0100a8c0@ondorm.elkatel.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 06 Sep 1998 14:21:48 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hi there! > I've got some trouble with ppp > I did all setting as you discribe in Handbook! > > comp# ppp > ppp on comp>dial elkatel -that is my ISP > dial ok > login ok > ppp on comp>packet mode > But nothing work! > > In my log file I foung only one error! > Following lines taked after login ok! [.....] > tun0: LCP: OsLinkup: 195.18.32.4 > tun0: Command: elkatel: delete ALL > tun0: Command: elkatel: add 0 0 HISADDR Looks good - everything should be up & running now. [.....] > tun0: Phase: HDLC errors -> FCS: 16 ADDR: 0 COMD: 0 PROTO: 1 -What's that mean???? > tun0: Phase: HDLC errors -> FCS: 5 ADDR: 0 COMD: 0 PROTO: 0 -What's that mean???? > tun0: Phase: HDLC errors -> FCS: 15 ADDR: 0 COMD: 0 PROTO: 0 -What's that mean???? > tun0: Phase: Idle timer expired. [.....] Well, the PROTO error is from the rejected IPX request - nothing to worry about. The FCS errors are ``frame check sum'' errors - it means ppp is dropping these frames. I suspect your link isn't 8-bit clean - have you got software flow control on your modem maybe ? If you do, disable it. If you can't disable it, you'll need to set your accmap - try: set accmap 0x000a0000 > Help me in that possible! > Thanks -- 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