From owner-freebsd-isp Mon Dec 29 19:54:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA15424 for isp-outgoing; Mon, 29 Dec 1997 19:54:26 -0800 (PST) (envelope-from owner-freebsd-isp) Received: from eharden.com (eharden.com [207.193.60.129]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA15376 for ; Mon, 29 Dec 1997 19:54:06 -0800 (PST) (envelope-from bad@uhf.wireless.net) Received: from uhf.wireless.net (pp1.eharden.com [207.193.60.147]) by eharden.com (8.8.7/8.8.5) with ESMTP id VAA00394 for ; Mon, 29 Dec 1997 21:54:12 -0600 (CST) Received: from localhost (bad@localhost) by uhf.wireless.net (8.8.7/8.8.7) with SMTP id WAA03158 for ; Mon, 29 Dec 1997 22:00:55 -0600 (CST) Date: Mon, 29 Dec 1997 22:00:55 -0600 (CST) From: Bernie Doehner To: freebsd-isp@freebsd.org Subject: Compression disabled by peer Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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