From owner-freebsd-questions Thu Feb 22 14:14: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ruraltel.net (mail1.ruraltel.net [24.225.0.33]) by hub.freebsd.org (Postfix) with ESMTP id DA21437B4EC for ; Thu, 22 Feb 2001 14:13:59 -0800 (PST) (envelope-from darryl@osborne-ind.com) Received: from darryl ([24.225.30.244]) by mail.ruraltel.net (Post.Office MTA v3.5.3 release 223 ID# 0-70800U16000L4200S0V35) with SMTP id net for ; Thu, 22 Feb 2001 16:13:56 -0600 Reply-To: From: "Darryl Hoar" To: Subject: ppp.conf and routing Date: Thu, 22 Feb 2001 16:13:01 -0600 Message-ID: <001f01c09d1c$9f43f510$0701a8c0@darryl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, I am running FreeBSD 4.0-release and this is my ppp.conf file: ################################################################# # PPP Sample Configuration File # Originally written by Toshiharu OHNO # Simplified 5/14/1999 by wself@cdrom.com # # $FreeBSD: src/etc/ppp/ppp.conf,v 1.2 1999/08/27 23:24:08 peter Exp $ ################################################################# default: # # Make sure that "device" references the correct serial port # for your modem. (cuaa0 = COM1, cuaa1 = COM2) # set device /dev/cuaa0 set log Phase Chat LCP IPCP CCP tun command set speed 115200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" set timeout 300 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 add default HISADDR enable dns ruralnet: set phone 1234567 set authname XXXX set authkey XXXX My IP is dynamically assigned to me by my ISP. Question: When I do a netstat -rn, I see among other things: Destination Gateway 10.0.0.2 10.0.0.1 I thought after ppp negotiated the IP address, that the suggested 10.0.0.1/10.0.0.2 would be deleted by ppp automagically. Do I have something misconfigured ? thanks, Darryl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message