From owner-freebsd-hackers Wed Aug 9 12:58:42 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id MAA25270 for hackers-outgoing; Wed, 9 Aug 1995 12:58:42 -0700 Received: from apollo.hq.nasa.gov (apollo.hq.nasa.gov [131.182.121.87]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id MAA25264 for ; Wed, 9 Aug 1995 12:58:39 -0700 Received: from wirehead.hq.nasa.gov (wirehead.hq.nasa.gov [131.182.121.88]) by apollo.hq.nasa.gov (8.6.12/8.6.12) with ESMTP id TAA01084; Wed, 9 Aug 1995 19:59:53 GMT Received: from localhost (cshenton@localhost) by wirehead.hq.nasa.gov (8.6.12/8.6.12) with SMTP id TAA02862; Wed, 9 Aug 1995 19:59:53 GMT Message-Id: <199508091959.TAA02862@wirehead.hq.nasa.gov> X-Authentication-Warning: wirehead.hq.nasa.gov: cshenton owned process doing -bs X-Authentication-Warning: wirehead.hq.nasa.gov: Host localhost didn't use HELO protocol To: Bruce Evans cc: freebsd-hackers@freebsd.org Subject: Re: client & server ppp In-reply-to: Your message of "Wed, 09 Aug 1995 14:00:39 +1000." Date: Wed, 09 Aug 1995 15:59:51 -0400 From: Chris Shenton Sender: hackers-owner@freebsd.org Precedence: bulk I whined: >> FreeBSD pppd refuses to die and and free up the port for getty (on >> cuaa0) so I can dial in On Wed, 9 Aug 1995 14:00:39 +1000, Bruce Evans said: Bruce> It probably needs the `modem' option. Got it: from /etc/ppp/options: netmask 255.255.255.240 # subnet mask for our system #-detach # don't detach crtscts # enable hardware flow control #passive # establish passive link (wait for LCP) modem # use modem line control proxyarp # insert an ARP entry for the host lcp-echo-interval 30 # send an echo packet every 30 seconds lcp-echo-failure 10 # die after n failed lcp echo requests debug and from my ~/.ppprc file where the dialup logs in: 198.116.75.19:198.116.75.33 If the modem(s) hangup, pppd stays on the line and getty can't run. I can dial back in but instead of getty, I get a dangling pppd. Bruce> I've never seen an overhead problem in pppd. I didn't way back in a 1.X release or something... maybe early 2.0-alpha? I was brand new to FreeBSD then... Thanks.