Dementsprechend habe ich die ppp_on_boot unter /etc/ppp editiiert!
die sieht bei mir so aus:
Code: Alles auswählen
PPPD=/usr/sbin/pppd
INTERFACE=eth0
ifconfig $INTERFACE up -arp
$PPPD call dsl-provider
Code: Alles auswählen
PPPD=/usr/sbin/pppd
INTERFACE=eth0
ifconfig $INTERFACE up -arp
$PPPD call dsl-provider
Code: Alles auswählen
#!/bin/sh
#
# The location of the ppp daemon itself (shouldn't need to be changed)
PPPD=/usr/sbin/pppd
# The Ethernet interface the DSL modem is connected to. If you change this,
# you also need to edit the file /etc/ppp/peers/dsl-provider.
INTERFACE=eth0:1
# Bring the interface up
/sbin/ifconfig $INTERFACE up
$PPPD call dsl-provider
Code: Alles auswählen
ferris:/etc/ppp# ls -l ppp_on_boot.dsl
-rwxr-x--- 1 root dip 341 23. Feb 14:33 ppp_on_boot.dsl
Code: Alles auswählen
pon
Code: Alles auswählen
Apr 20 13:54:28 DarkEagle pppd[2534]: pppd 2.4.1 started by root, uid 0
Apr 20 13:54:28 DarkEagle pppd[2534]: Serial connection established.
Apr 20 13:54:28 DarkEagle pppd[2534]: Using interface ppp0
Apr 20 13:54:28 DarkEagle pppd[2534]: Connect: ppp0 <--> /dev/pts/1
Apr 20 13:54:29 DarkEagle pppoe[2535]: PADS: Service-Name: ''
Apr 20 13:54:29 DarkEagle pppoe[2535]: PPP session is 1881
Apr 20 13:54:30 DarkEagle pppd[2534]: Cannot determine ethernet address for proxy ARP
Apr 20 13:54:30 DarkEagle pppd[2534]: local IP address 217.228.140.193
Apr 20 13:54:30 DarkEagle pppd[2534]: remote IP address 217.5.98.15
Apr 20 13:54:30 DarkEagle pppd[2534]: primary DNS address 212.185.255.231
Apr 20 13:54:30 DarkEagle pppd[2534]: secondary DNS address 194.25.2.129
Code: Alles auswählen
pppoeconf