Subject: Re: Connecting to a remote System
To: Al Urbaitis <aurbaiti@servecom.picker.com>
From: Frederick Bruckman <fredb@immanent.net>
List: netbsd-help
Date: 07/12/2001 19:24:13
On Thu, 12 Jul 2001, Al Urbaitis wrote:
> I think I'm still having trouble at a slightly earlier stage.
> I got syslog to log the LCP session and here is what I have.
> I could use a hand in decoding this conversation.
> It looks to me like rebellion is telling netopia that it doesn't want to
> use chap MD5
But the remote ask for PAP first, so why not give it what it wants?
(/etc/ppp/chap-secrets and /etc/ppp/pap-secrets have the same format,
they can even be hard links to the same file.)
> Jul 12 09:53:22 rebellion pppd[306]: sent [CCP ConfReq id=0x1 <deflate
> 15> <deflate(old#) 15> <bsd v1 15>]
Put "nodeflate" in your options file. No commercial terminal server
seems to support it, and on NetBSD-NetBSD, it's broken anyway.
> Jul 12 09:53:22 rebellion pppd[306]: rcvd [LCP TermReq id=0x9]
> Jul 12 09:53:22 rebellion pppd[306]: LCP terminated by peer
> Jul 12 09:53:22 rebellion pppd[306]: sent [LCP TermAck id=0x9]
> Jul 12 09:53:23 rebellion pppd[306]: Modem hangup
> Jul 12 09:53:23 rebellion pppd[306]: Connection terminated.
> Jul 12 09:53:25 rebellion pppd[306]: Exit.
I think the remote just timed out on you here. I think you may have a
better chance of getting it to work if you set up a "pap-secrets"
file, and put "nodeflate" and "nobsdcomp" in your options. The last
will also speed things up, since the remote is going to ultimately
reject BSD compression anyway (though it's not broken).
Frederick