Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Dec 1997 22:00:55 -0600 (CST)
From:      Bernie Doehner <bad@uhf.wireless.net>
To:        freebsd-isp@freebsd.org
Subject:   Compression disabled by peer
Message-ID:  <Pine.BSF.3.96.971229203803.2579A-100000@uhf.wireless.net>

next in thread | raw e-mail | index | archive | help
Hi:

First time using FreeBSD box as a PPP server and another FreeBSD box as a 
PPP client, and I just cannot seem to get compression to work. HELP!!!

In the logs on the client I get:

Dec 29 21:51:14 uhf pppd[3085]: pppd 2.3.1 started by bad, uid 0
Dec 29 21:51:39 uhf pppd[3085]: Connect: ppp0 <--> /dev/cuaa0
Dec 29 21:51:43 uhf pppd[3085]: local  IP address 10.0.0.147
Dec 29 21:51:43 uhf pppd[3085]: remote IP address 10.0.0.129
Dec 29 21:51:43 uhf pppd[3085]: Compression disabled by peer.

My dial scripts on the client:


#!/bin/sh
#
/usr/sbin/pppd /dev/cuaa0 115200 connect /etc/ppp/ehdial noipdefault name $NAME modem defaultroute crtscts debug


/etc/ppp/ehdial:
#!/bin/sh
# tunnel setup 
/usr/bin/chat -t 60 REPORT CONNECT ABORT BUSY "" ATZ OK ATDT8396342 
CONNECT "\c"

My pppd script on the server:

#!/bin/sh

exec /usr/sbin/pppd ttyd0 passive silent auth login proxyarp 115200 modem
crtscts mtu 1004 mru 1004 persist dns1 10.0.0.1 dns2 10.0.1.1 :10.0.0.147

The Server is 2.2.1-RELEASE, the client is: 3.0-971003-SNAP. 
The same "compression disabled" message shows up on the server. It also
shows up when Win95 clients dialup.

Any hints/suggestions much appreciated!

Bernie bad@uhf.wireless.net




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.971229203803.2579A-100000>