From owner-freebsd-questions Sun Jun 8 19:50:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA29509 for questions-outgoing; Sun, 8 Jun 1997 19:50:17 -0700 (PDT) Received: from cais.cais.com (root@cais.com [199.0.216.4]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA29504 for ; Sun, 8 Jun 1997 19:50:16 -0700 (PDT) Received: from midwest.mondale.com (mondale.cais.com [207.176.70.183]) by cais.cais.com (8.8.5/) with SMTP id WAA10383; Sun, 8 Jun 1997 22:50:08 -0400 (EDT) Message-Id: <199706090250.WAA10383@cais.cais.com> Comments: Authenticated sender is From: "Alex Mondale" To: stevenr362@aol.com Date: Sat, 7 Jun 1997 19:25:56 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: getting ppp to "alias demand dial" Reply-to: alex@mondale.com CC: freebsd-questions@freebsd.org Priority: normal X-mailer: Pegasus Mail for Win32 (v2.53/R1) Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi Steve, It turned out I did have older ppp binaries (2.2-RELEASE) that didn't have the alias enable yes line available in the ppp.conf. I am not an old hand at setting up bind services, so have been working through some problems with the name server. For some reason it isn't reading out of the /etc/hosts file any more when bind is running. The main difficulty at present seems to be that although demand dialing works, it will only dial if I ping the "gateway" machine that is on my ISP's side; pinging other sites on the net result in "no route to host". Also, the second dialup often seems to result in a link being established, but no packets getting "gatewayed" out to the net. I have to telnet in to the pppd on port 3000, stop the service (or kill -9) and then manually restart it. This is so far resulting in a lot of excess connect time, so I may go back to dialing manually until som refinements are made in the ppp software. Maybe the best idea is to use NAT, a lot of people suggest that, although it seems sort of redundant if I can get ppp -alias to work. Thanks for the snippets from your .conf and .boot files! I now have the 3.0 SNAP from 5/27 running and like the rc.conf a lot better than the old illegible sysconfig. Alex