Re: ppp with DSL leaves unused routes

2003-09-25 Thread Pascal Giannakakis
fbsd_user wrote:

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
w00t, that solved it, thanx a bunch!

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Fwd: ppp with DSL leaves unused routes

2003-09-24 Thread Pascal Giannakakis
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:
DestinationGatewayFlagsRefs  Use  Netif Expire
default195.14.220.1   UGSc4  1537268   tun0
127.0.0.1  127.0.0.1  UH  131063lo0
195.14.205.1   195.14.205.119 UH  00   tun0
195.14.220.1   195.14.220.181 UH  50   tun0
195.14.222.1   195.14.222.217 UH  00   tun0
213.168.109.1  213.168.109.83 UH  00   tun0
213.168.118.1  213.168.118.58 UH  00   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! +++

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: ppp with DSL leaves unused routes

2003-09-24 Thread fbsd_user
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: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Pascal
Giannakakis
Sent: Wednesday, September 24, 2003 11:08 AM
To: [EMAIL PROTECTED]
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:
DestinationGatewayFlagsRefs  Use  Netif
Expire
default195.14.220.1   UGSc4  1537268   tun0
127.0.0.1  127.0.0.1  UH  131063lo0
195.14.205.1   195.14.205.119 UH  00   tun0
195.14.220.1   195.14.220.181 UH  50   tun0
195.14.222.1   195.14.222.217 UH  00   tun0
213.168.109.1  213.168.109.83 UH  00   tun0
213.168.118.1  213.168.118.58 UH  00   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! +++

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]