Hallo,
ich habe ein externes Ethernet Modem Siemens Plus Plus C2010-I und Alice-DSL ist meiner Provider. Ich benütze auch Ubuntu Gutsy.
Wenn ich mit Ubuntu Feisty war, hatte ich kein Problem, mich ins Internet mit diesem Modem zu einloggen. Ich bin jetzt mit Gutsy und es funktioniert nicht mehr.
Das Problem ist, dass ich mich ins Internet einloggen kann. Da das ein Ethernet Modem ist, habe ich "pppoeconf" benützt. Dann eine Datei wurde angelegt.
Hier ist die Datei in /etc/ppp/peers/
1) sudo vi /etc/ppp/peers/dsl-provider # Minimalistic default options file for DSL/PPPoE connections noipdefault defaultroute replacedefaultroute hide-password #lcp-echo-interval 30 #lcp-echo-failure 4 noauth persist #mtu 1492 #persist #maxfail 0 #holdoff 20 plugin rp-pppoe.so eth0 user "MeinTelefonnummer@alice-dsl.de" usepeerdns
Hier ist die "chap-secrets" Datei:
2) sudo vi /etc/ppp/chap-secrets # Secrets for authentication using CHAP # client server secret IP addresses "MeinTelefonnummer@alice-dsl.de" * "" *
So mit diesen Dateien funktioniert den Anschluss nicht, wenn ich diese probiere:
3) sudo pon dsl-provider Plugin rp-pppoe.so loaded.
Eigentlich gibt es offensichtlich ein Problem mit CHAP:
4) sudo plog Jan 7 22:40:49 thib-laptop pppd[5956]: Plugin rp-pppoe.so loaded. Jan 7 22:40:49 thib-laptop pppd[5958]: pppd 2.4.4 started by root, uid 0 Jan 7 22:40:50 thib-laptop pppd[5958]: PPP session is 654 Jan 7 22:40:50 thib-laptop pppd[5958]: Using interface ppp0 Jan 7 22:40:50 thib-laptop pppd[5958]: Connect: ppp0 <--> eth0 Jan 7 22:40:50 thib-laptop pppd[5958]: [b]CHAP authentication failed: Request Denied[/b] Jan 7 22:40:50 thib-laptop pppd[5958]: [b]CHAP authentication failed[/b] Jan 7 22:40:50 thib-laptop pppd[5958]: Connection terminated.
und in die "pap-secrets" Datei gibt es:
sudo vi /etc/ppp/pap-secrets # # /etc/ppp/pap-secrets # # This is a pap-secrets file to be used with the AUTO_PPP function of # mgetty. mgetty-0.99 is preconfigured to startup pppd with the login option # which will cause pppd to consult /etc/passwd (and /etc/shadow in turn) # after a user has passed this file. Don't be disturbed therefore by the fact # that this file defines logins with any password for users. /etc/passwd # (again, /etc/shadow, too) will catch passwd mismatches. # # This file should block ALL users that should not be able to do AUTO_PPP. # AUTO_PPP bypasses the usual login program so it's necessary to list all # system userids with regular passwords here. # # ATTENTION: The definitions here can allow users to login without a # password if you don't use the login option of pppd! The mgetty Debian # package already provides this option; make sure you don't change that. # INBOUND connections # Every regular user can use PPP and has to use passwords from /etc/passwd * hostname "" * # UserIDs that cannot use PPP at all. Check your /etc/passwd and add any # other accounts that should not be able to use pppd! guest hostname "*" - master hostname "*" - root hostname "*" - support hostname "*" - stats hostname "*" - # OUTBOUND connections # Here you should add your userid password to connect to your providers via # PAP. The * means that the password is to be used for ANY host you connect # to. Thus you do not have to worry about the foreign machine name. Just # replace password with your password. # If you have different providers with different passwords then you better # remove the following line. # * password "MeinTelefonnummer@alice-dsl.de" * ""
Schliesslich habe ich in meine "interfaces"Datei:
auto lo iface lo inet loopback auto dsl-provider iface dsl-provider inet ppp pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf provider dsl-provider auto eth0 iface eth0 inet manual
Ich habe wirklich keine Ahnung, warum funktioniert meine Anschluss nicht. ☹
In Windows klappt die Anschluss sehr gut mit WAN-Miniport (PPPoE). 😲
Hat Jemand eine Idee?
Danke im Voraus.
Tschüss.
PS: Sorry für die deutsche Fehler bin ich nicht Deutsch.