Date: Thu, 22 Feb 2001 16:13:01 -0600 From: "Darryl Hoar" <darryl@osborne-ind.com> To: <freebsd-questions@freebsd.org> Subject: ppp.conf and routing Message-ID: <001f01c09d1c$9f43f510$0701a8c0@darryl>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001f01c09d1c$9f43f510$0701a8c0>