Hallo, ich habe einen Einzel-PC mit AVM-Fritz-Card. Hardware funktioniert. Verbindung kommt zustande, ist stabil und baut sich wieder ab, entsprechend dem ISDN-HowTo habe ich mal die Ausgaben von ifconfig und route geprüft. Während bei ifconfig alles normal aussieht, steht in der Kernel-Routing-Table ein doppelter Eintrag. Warum? Kann ich das ignorieren? Wie kann ich es verhindern? Hier ein Ausschnitt aus route -n nach einem Verbindungsaufbau: Zeilen 2 und 3 sind identisch. Ist vor dem Verbindungsaufbau nicht!? NACH DER VERBINDUNG: Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.11.11 0.0.0.0 255.255.255.255 UH 0 0 0 ippp0 !!! 192.168.11.11 0.0.0.0 255.255.255.255 UH 0 0 0 ippp0 !!! 192.168.11.10 0.0.0.0 255.255.255.255 UH 1 0 0 dummy0 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo 0.0.0.0 192.168.11.11 0.0.0.0 UG 0 0 0 ippp0
Hallo Ulf, Mittwoch, 10. November 1999, 21:39:21, schrieb Ulf Münzner: UM> Hallo, UM> ich habe einen Einzel-PC mit AVM-Fritz-Card. Hardware funktioniert. UM> Verbindung kommt zustande, ist stabil und baut sich wieder ab, UM> entsprechend dem ISDN-HowTo habe ich mal die Ausgaben von ifconfig und UM> route geprüft. UM> Während bei ifconfig alles normal aussieht, steht in der UM> Kernel-Routing-Table ein doppelter Eintrag. UM> Warum? Kann ich das ignorieren? Wie kann ich es verhindern? UM> Hier ein Ausschnitt aus route -n nach einem Verbindungsaufbau: Zeilen 2 UM> und 3 sind identisch. Ist vor dem Verbindungsaufbau nicht!? UM> NACH DER VERBINDUNG: UM> Kernel IP routing table UM> Destination Gateway Genmask Flags Metric Ref Use UM> Iface UM> 192.168.11.11 0.0.0.0 255.255.255.255 UH 0 0 0 UM> ippp0 !!! UM> 192.168.11.11 0.0.0.0 255.255.255.255 UH 0 0 0 UM> ippp0 !!! UM> 192.168.11.10 0.0.0.0 255.255.255.255 UH 1 0 0 UM> dummy0 UM> 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 UM> lo UM> 0.0.0.0 192.168.11.11 0.0.0.0 UG 0 0 0 UM> ippp0 ...stimmt, im script /etc/ppp/ip-up ist ein kleiner Fehler, der zu diesem "Doppler" führt: ip-down) /sbin/ifconfig $INTERFACE down # workaround due to kernel problem with 'kernd': sleep 1 /sbin/ifconfig $INTERFACE $IFCONFIG # set routes from /etc/route.conf # smarth - naechster Befehl fuehrt zu Doppler in routing-table nach 1. # dialup, deshalb -> # # # test -z "$DEST" || /sbin/route add -host $DEST dev $INTERFACE test -z "$DEFAULT" || /sbin/route add default gw $DEFAULT Sven Marth marth EDV-Support & Concept http://www.marth.com mailto:smarth@marth.com
participants (2)
-
Sven Marth
-
Ulf Münzner