ich habe sarge installiert und versucht mit pppoeconf einen Internetzugang über AOL einzurichten. Meine /etc/ppp/peers/dsl-provider dieht nach Entfernen der Kommentare so aus:
Code: Alles auswählen
pty "/usr/sbin/pppoe -s -I eth0 -T 80 -m 1452"
noipdefault
usepeerdns
defaultroute
hide-password
lcp-echo-interval 20
lcp-echo-failure 3
connect /bin/true
noauth
persist
mtu 1492
noaccomp
default-asyncmap
noproxyarp
plugin rp-pppoe.so eth0
user "famsip@de.aol.com"
Code: Alles auswählen
main01:/etc/ppp/peers#plog -f
Oct 9 17:31:53 main01 pppd[5830]: Plugin rp-pppoe.so loaded.
Oct 9 17:31:53 main01 pppd[5831]: pppd 2.4.3 started by root, uid 0
Oct 9 17:31:53 main01 pppd[5831]: PPP session is 6813
Oct 9 17:31:53 main01 pppd[5831]: Using interface ppp0
Oct 9 17:31:53 main01 pppd[5831]: Connect: ppp0 <--> eth0
Oct 9 17:31:53 main01 pppd[5831]: Couldn't increase MTU to 1500
Oct 9 17:31:53 main01 pppd[5831]: Couldn't increase MRU to 1500
Oct 9 17:31:53 main01 pppd[5831]: Couldn't increase MRU to 1500
Oct 9 17:31:54 main01 pppd[5831]: Couldn't increase MTU to 1500
Oct 9 17:31:54 main01 pppd[5831]: Couldn't increase MRU to 1500
Oct 9 17:31:54 main01 pppd[5831]: Couldn't increase MRU to 1500
Oct 9 17:31:54 main01 pppd[5831]: CHAP authentication succeeded
Oct 9 17:31:54 main01 pppd[5831]: peer from calling number 00:90:1A:A0:15:4A authorized
Oct 9 17:31:54 main01 pppd[5831]: not replacing default route to eth0 [10.4.0.1]
Oct 9 17:31:54 main01 pppd[5831]: local IP address 172.181.212.142
Oct 9 17:31:54 main01 pppd[5831]: remote IP address 217.0.116.107
Oct 9 17:31:54 main01 pppd[5831]: primary DNS address 205.188.146.145
Oct 9 17:42:54 main01 pppd[5831]: Terminating on signal 15
Oct 9 17:42:54 main01 pppd[5831]: Connect time 11.0 minutes.
Oct 9 17:42:54 main01 pppd[5831]: Sent 0 bytes, received 908 bytes.
Oct 9 17:42:54 main01 pppd[5831]: Couldn't increase MTU to 1500
Oct 9 17:42:54 main01 pppd[5831]: Couldn't increase MRU to 1500
Oct 9 17:42:54 main01 pppd[5831]: Connection terminated.
Oct 9 17:42:54 main01 pppd[5831]: Exit.
Ich kann die lokale IP und die remote IP anpingen. Das anpingen des DNS-Server funktionert schon nicht mehr und ich kann auch keine anderen IP's wie http://www.google.de, etc. anpingen.
Was muss ich noch tun um endlich eine funktionierende Internetverbindung zu bekommen?
Das heilende Händchen