From owner-freebsd-isp Thu Oct 5 09:26:28 1995 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA14113 for isp-outgoing; Thu, 5 Oct 1995 09:26:28 -0700 Received: from irbs.irbs.com (irbs.com [199.182.75.129]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id JAA14108 for ; Thu, 5 Oct 1995 09:26:25 -0700 Received: (from jc@localhost) by irbs.irbs.com (8.6.12/8.6.6) id JAA01174; Thu, 5 Oct 1995 09:13:55 -0400 From: John Capo Message-Id: <199510051313.JAA01174@irbs.irbs.com> Subject: Re: PPP setup with dynamic IP To: seiffert@neosoft.com (Mark Seiffert) Date: Thu, 5 Oct 1995 09:13:55 -0400 (EDT) Cc: freebsd-isp@freebsd.org In-Reply-To: <199510050438.XAA16074@praline.no.NeoSoft.com> from "Mark Seiffert" at Oct 4, 95 11:38:49 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1607 Sender: owner-isp@freebsd.org Precedence: bulk Mark Seiffert writes: > > I am trying to get the PPP connection to my up-stream ISP setup correctly > and I am having problems. I am running FreeBSD 2.0.5 from the Walnut Creek > CD on a 486 with 16MB RAM and a 1G hard drive. > > I have read the html handbook pages and have PPP working to the point where > I can run ppp and dial the ISP. After the connect is made I have to > manually type `add 0 0 HISADDR' into the ppp program in order to get things > working. I think I understand that this entry is supposed to be in > /etc/ppp/ppp.linkup in the form of ; > > > X.X.X.X.: > add 0 0 HISADDR > > Since I am using a dyniamic PPP address I do not know what to replace the Xs > with. I have tried `0.0.0.0:' and even `0:' but neither work. What do I > need to do? I have not tried this but the the system name you are calling should work. > > > Next question is data compression (predicitive compression?) enabled the > default. I have seen mention of disabling and denying compression and I am > not too happy with the transfer rates. Do I need to add anything to the > ppp.conf file to enable compression? > Predictor-1 and Vj compression are enabled by default. Vj compression only compresses headers, not the data portion of the packet. Predictor-1 compresses the entire packet. In both cases, the other end of your link must support compression. I turned off modem compression and enabled predictor-1 yesterday. Ping times to my next router went from 170Ms to 140Ms with a 21600 DCE link. John Capo IRBS Engineering High performance FreeBSD systems