AW: isdn / ippp0 und routing
Hi! /etc/ppp.d existiert bei mir nicht, aber /etc/ppp. Habe /etc/ppp zu /etc/ppp.bak umbenannt und neu gebootet. Ohne Erfolg. /etc/network/interfaces kennt auch kein ippp0 - nix von ppp im ganzen /etc/network-Verzeichnis: myswat:/etc/network# find . -exec grep ppp {} \; myswat:/etc/network# myswat:/etc# more /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface allow-hotplug eth0 iface eth0 inet static address 172.16.3.204 netmask 255.255.0.0 gateway 172.16.3.1 Gruß, Kai -----Ursprüngliche Nachricht----- Von: linux-bounces@lug-owl.de [mailto:linux-bounces@lug-owl.de] Im Auftrag von Michael Westermann Gesendet: Donnerstag, 1. Februar 2007 14:34 An: linux@lug-owl.de Betreff: Re: isdn / ippp0 und routing Hallo Kai, On Thu, Feb 01, 2007 at 02:03:28PM +0100, Kai Krebber wrote:
Hi!
Habe ein linux-System (etch) mit ISDN-Karte versehen und wohl etwas zuviel des guten an isdn-Unterstützung installiert. TCP/IP soll ausschließlich über die Ethernet-Karte laufen, lediglich sms-Versand via ISDN. Nun hatte das gute Stück plötzlich ein ippd0-Interface und auch gleich die defaultroute hierdrüber gelegt. Als habe ich apt-get remove ipppd ppp gemacht, mit dem Erfolg, dass ich zwar nun wieder über's Netz an die Maschine komme, hier aber a) der gateway-Eintrag in /etc/networks/interface ignoriert wird b)immer noch ipppd0 im routingtable 'rumgeistert und von ifconfig auch angezeigt wird: myswat:~# netstat -nr Kernel IP Routentabelle Ziel Router Genmask Flags MSS Fenster irtt Iface 10.0.0.2 0.0.0.0 255.255.255.255 UH 0 0 0 ippp0 172.16.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0 0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 ippp0 c) das syslog mit wilden Beschimpfungen voll ist: Feb 1 13:58:49 myswat kernel: OPEN: 172.16.3.203 -> 213.172.115.242 ICMP Feb 1 13:58:49 myswat kernel: isdn_ppp_bind: Can't find a (free) connection to the ipppd daemon. Feb 1 13:58:49 myswat kernel: OPEN: 172.16.3.203 -> 213.172.115.13 ICMP Feb 1 13:58:49 myswat kernel: isdn_ppp_bind: Can't find a (free) connection to the ipppd daemon. Feb 1 13:58:49 myswat kernel: OPEN: 172.16.3.203 -> 172.17.2.10 ICMP Feb 1 13:58:49 myswat kernel: isdn_ppp_bind: Can't find a (free) connection to the ipppd daemon.
Wie lobotomiere ich das System, was ppp betrifft und erhalte die sms-Funktionalität? unter /etc/ppp.d gibt es scripte, die solltest du die mal ansehen, da werden normaler weise die routen gesetzt, unter etch koennte das auch in der datei /etc/network/interfaces geregelt sein.
Gruss Michael -- Linux mailing list Linux@lug-owl.de subscribe/unsubscribe: http://lug-owl.de/cgi-bin/mailman/listinfo/linux Hinweise zur Nutzung: http://www.lug-owl.de/Mailingliste/hints.epo
Teilnehmer (2)
-
Kai Krebber
-
Michael Westermann