From owner-freebsd-questions Sun Jun 22 16:18:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA27376 for questions-outgoing; Sun, 22 Jun 1997 16:18:11 -0700 (PDT) Received: from obie.softweyr.ml.org ([199.104.124.49]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA27369 for ; Sun, 22 Jun 1997 16:17:55 -0700 (PDT) Received: (from wes@localhost) by obie.softweyr.ml.org (8.7.5/8.6.12) id QAA28888; Sun, 22 Jun 1997 16:21:47 -0600 (MDT) Date: Sun, 22 Jun 1997 16:21:47 -0600 (MDT) Message-Id: <199706222221.QAA28888@obie.softweyr.ml.org> From: Wes Peters To: Jason McKay CC: questions@freebsd.org Subject: Disconnecting after PPP In-Reply-To: <2.2.32.19970622013333.0090c484@argo.net.au> References: <2.2.32.19970622013333.0090c484@argo.net.au> Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Jason McKay writes: > I have just got PPP going on our FreeBSD machine for dial-in users. > Everything appears to be working ok, apart for two things: > > 1. The BSD box is not routing onto our LAN, the PPP users can only access > the BSD box and nothing else. Do you have your system configured to be a gatway in /etc/sysconfig? # If you want this host to be a gateway, set to YES. gateway="YES" If not, your system will not "forward" packets between interfaces, which is clearly what you want to happen. ;^) > 2. If the user is using PPP and drops carrier, the user remains logged on. > How do I stop this from happening. You must configure your modem to drop the CDC or Carrier Detect signal when the line hangs up. If using pppd, make sure the dial-in line has hangup control 'hupcl' enabled as well (I think IIJPPP does this automagically). > With out this list server, I would not be able to set up FreeBSD.. Therefore > thank you to everyone who has replied to my messages laterly. If anyone has > a solution for these two, I would be very greatful. I hope this helps. -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC http://www.xmission.com/~softweyr softweyr@xmission.com