From owner-freebsd-questions Tue Aug 5 18:45:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA18981 for questions-outgoing; Tue, 5 Aug 1997 18:45:01 -0700 (PDT) Received: from mail.airmail.net (mail.airmail.net [206.66.12.40]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id SAA18950 for ; Tue, 5 Aug 1997 18:44:54 -0700 (PDT) Received: from roycet.iadfw.net from [206.66.15.48] by mail.airmail.net (/\##/\ Smail3.1.30.16 #30.181) with smtp for id ; Tue, 5 Aug 97 20:44:48 -0500 (CDT) Date: Tue, 5 Aug 1997 20:48:01 -0500 (CDT) From: Royce Tidwell X-Sender: roycet@roycet.iadfw.net To: freebsd-questions@freebsd.org Subject: ppp-routing tables Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hey guys hopefully just a quick question here... After a clean boot, everything works just fine, I dial in and my default routes are added normally. When I disconnect (or get disconnected), and then try to dial in again, the original default route is not deleted, and another entry for tun0 is added. Now, I can manually manipulate the routing table and get it to work, but it's getting tiresome. My ppp.linkup: MYADDR: delete ALL add 0 0 HISADDR (both MYADDR and HISADDR are dynamically allocated) Btw, I also get an odd message from routed when I boot up concerning my NIC, it's something like routed[52]: ed1 no route to host(224.0.0.1), I think. I'm not sure if the two are related. Please let me know if there is anything I can provide that'll help. Thanks, Royce