PPPOE via interfaces auf Debian mach Probleme bei der Zwangstrennung

Michael Westermann michael at dvmwest.de
Mon Nov 28 18:08:04 CET 2005


Hallo,

On Fri, Nov 25, 2005 at 06:14:58PM +0100, floh at linland.de wrote:
> Hallo Liste,
> 
> seit ich bei na Linuxbox (die als Router dient) auf Debians neue Art des
> PPPOE Verbindungsaufbaus umgestellt hab (also über die interfaces)
> umgestellt habe, hab ich das Problem, dass der Wiederaufbau der Verbindung
> nach einer Zwangstrennung (BiTel) nicht zuverlässig klappt, d.h. ich per
> /etc/init.d/networking restart nachhelfen muss. Danach funktioniert alles
> wieder einwandfrei. Das einzige, was ich dem Log entnehmen kann ist "IPCP:
> timeout sending Config-Requests", ob das damit zusammenhängt weiß ich
> allerdings nicht. Kommt aber zeitlich hin.
> 
> Hat jemand nen paar Tipps was man da richten könnte?


/etc/network/interfaces:

auto eth2
iface eth2 inet static
        address 1.1.1.1
        netmask 255.255.255.255
        network 1.1.1.1
        broadcast 1.1.1.1

auto arcor
iface   arcor inet ppp
        provider dsl-provider


crontab:
MAILTO=postmaster at xxxxxxxx
*/5    *       * * * /root/cron-reconnect.sh

script: /root/cron-reconnect.sh
#!/bin/sh

if [ ! -d /proc/sys/net/ipv4/conf/ppp0 ] ; then
        date
        echo "device PPP0 offline"
        pon dsl-provider
fi


tut bei mir seit 2 monaten,

Gruß Michael 



More information about the Linux mailing list