Date: Wed, 24 Sep 2003 15:19:41 -0400 From: "fbsd_user" <fbsd_user@a1poweruser.com> To: "Pascal Giannakakis" <CapM@gmx.net>, <freebsd-questions@freebsd.org> Subject: RE: ppp with DSL leaves unused routes Message-ID: <MIEPLLIBMLEEABPDBIEGKEEKEHAA.fbsd_user@a1poweruser.com> In-Reply-To: <31326.1064416079@www20.gmx.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Add these 2 statements to your ppp.conf file disable iface-alias # Stop adding old IP addr as alias when ppp # redials because line was lost. These old ips # showed using ifconfig -a on tun0. iface clear # Remove all previous IP address -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Pascal Giannakakis Sent: Wednesday, September 24, 2003 11:08 AM To: freebsd-questions@freebsd.org Subject: Fwd: ppp with DSL leaves unused routes Hello, i have FreeBSD 5.1 running which is connected to the INet via a PPP / DSL. My DSL provider forces disconnect every 12 hours, and my ppp-script dials in back immediately (ddial). However, after the redial there is not one route, but 2 routes. How do i force the old route to be deleted? Here is my ppp.conf: ---- default: ident user-ppp VERSION (built COMPILATIONDATE) NCDSL: set device PPPoE:sis0 set authname **** set authkey **** set mru 1492 enable dns add! default HISADDR ---- This is my netstat -rn: ---- Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 195.14.220.1 UGSc 4 1537268 tun0 127.0.0.1 127.0.0.1 UH 1 31063 lo0 195.14.205.1 195.14.205.119 UH 0 0 tun0 195.14.220.1 195.14.220.181 UH 5 0 tun0 195.14.222.1 195.14.222.217 UH 0 0 tun0 213.168.109.1 213.168.109.83 UH 0 0 tun0 213.168.118.1 213.168.118.58 UH 0 0 tun0 ---- 195.14.205.1, 195.14.222.1, 213.168.109.1 and 213.168.118.1 are zombies. Thank you. -- NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien... Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService Jetzt kostenlos anmelden unter http://www.gmx.net +++ GMX - die erste Adresse für Mail, Message, More! +++ _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?MIEPLLIBMLEEABPDBIEGKEEKEHAA.fbsd_user>