Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 Sep 1998 14:21:48 +0100
From:      Brian Somers <brian@Awfulhak.org>
To:        "Sergei M.Klimkin" <serega@elkatel.ru>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: a ppp -question 
Message-ID:  <199809061321.OAA10939@woof.lan.awfulhak.org>
In-Reply-To: Your message of "Sat, 05 Sep 1998 15:21:12 %2B0400." <01bdd8bf$4b0f77e0$0100a8c0@ondorm.elkatel.ru> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 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 <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?199809061321.OAA10939>