Here is what i get (ok, i copied a few attempts) Can anyone help me figure out why my connection is being terminated? I read on a mac forum that tcpip header compression can do something like this...Help?:
<snip>
sent [CCP ConfReq id=0x1 <deflate 15> <deflate(old#) 15> <bsd v1 15>]
sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns3 0.0.0.0>]
rcvd [LCP ProtRej id=0x4 80 fd 01 01 00 0f 1a 04 78 00 18 04 78]
rcvd [LCP TermReq id=0x5]
LCP terminated by peer
sent [LCP TermAck id=0x5]
Connection terminated.
<snip>
The above lines are the guts of the problem. After successfully connecting and authenticating, protocol negotiation takes place. The first two lines above are your machine telling the remote one that you need various compression etc turned on. The rcvd lines are the remote machine rejecting the protocol negotiation and telling you to disconnect.
Normally a basic ppp modem connection (such as this) doesn't use any compression or extra settings - just straight out unencrypted and uncompressed data. What settings do you have in your /etc/ppp/options file? Or other ppp settings files?
From what I can see, you're 99% of the way there - just a matter of ppp configuration.