Hallo zusammen! Ich habe seit gestern T-DSL und jetzt laeuft es mit Debian. incl. Dial-on-Demand.
Hier mal was ich so gemacht habe: 1. Den Userspace pppoed von www.RoaringPenguin.com in der neusten Version (2.6) installiert. (Debian potato ist 1.0/ sid ist 1.7) Ich habe ein Debian-Paket für potato auf http://iris.rz.uni-konstanz.de/jfried/pppoe/ bereitgestellt. 2. cp /etc/ppp/peers/dsl-provider /etc/ppp/peers/t-online-dsl nur, damit ich spielen kann und trotzdem noch die default-config habe. meine funktionierende ist unten angehängt. 3. Username und Passwort in /etc/ppp/pap-secrets abgelegt "[EMAIL PROTECTED]" * geheim 4. /etc/ppp/no_ppp_on_boot editiert (s.o.). Das README.debian von pppoe stimmt nicht mehr so ganz. chmod o+x /etc/ppp/ppp_on_boot 5. /etc/ppp/no_ppp_on_boot in /etc/ppp/ppp_on_boot umbenannt 6. den pppd mit /etc/init.d/ppp start (bzw. restart) aktiviert. /etc/ppp/peers/t-online-dsl: pty "pppoe -I eth0 -T 80" noipdefault defaultroute hide-password lcp-echo-interval 20 lcp-echo-failure 3 mtu 1492 # mehr kann t-dsl nicht noauth persist user "[EMAIL PROTECTED]" demand #DoD idle 600 # Verbindungsabbauzeit in sec holdoff 5 # wartezeit von abbbau bis naechster aufbau in sev ipcp-accept-remote ipcp-accept-local connect true ktune /etc/ppp/(no_)ppp_on_boot: #!/bin/sh # # Rename this file to ppp_on_boot and pppd will be fired up as # soon as the system comes up, connecting to `provider'. # # If you also make this file executable, and replace the first line # with just "#!/bin/sh", the commands below will be executed instead. # # The location of the ppp daemon itself (shouldn't need to be changed) PPPD=/usr/sbin/pppd # The default provider to connect to $PPPD call t-online-dsl # Additional connections, which would just use settings from # /etc/ppp/options.<tty> #$PPPD ttyS0 #$PPPD ttyS1 #$PPPD ttyS2 #$PPPD ttyS3 -- Heute ist nicht alle Tage, ich komm' wieder, keine Frage!!! Joerg -- ----------------------------------------------------------- Um sich aus der Liste auszutragen schicken Sie bitte eine E-Mail an [EMAIL PROTECTED] die im Subject "unsubscribe <deine_email_adresse>" enthaelt. Bei Problemen bitte eine Mail an: [EMAIL PROTECTED] ----------------------------------------------------------- 678 eingetragene Mitglieder in dieser Liste.

