From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 9 Aug 1995 22:07:15 -0400 From: Boyd Roberts boyd@plan9.cs.su.oz.au Subject: pppclient Topicbox-Message-UUID: 155cc3ea-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19950810020715.b7Kpu-RKf_dWa1sO4M9pTbgrK1X7qfbx198iDyD5xLE@z> I've been trying to get pppclient to go with a foreign ppp server. I think it's getting hung up in compression negotiation: the remote requests Van Jacobsen compression and pppclient says nak, then the remote request it again. So I see: Peer wants to do compress 2d 15 0 It's the 0 that's the problem as ppp.l says if (15 != 15 || 0 != 1) return nak. So is my server bust? What's the deal?