Am Donnerstag, 16. August 2001 10:42 schrieb Ulf Wetzker: > hmmm ich habe schon wieder ein problem mir dsl... :( > mittlerweile geht eigendlich alles aber da ich eine flatrate hab > waette ich gerne dial on demand und es geht einfach mal nicht wie die > das auf www.adsl4linux beschrieben haben :(((( > > kann mir somit jemand helfen ?? ich will einfach nur dial on demand > unter woody (also pppoe 3.0) zu laufen bekommen ! > > schon mal danke > cu ulf Hi Ulf,
hast Du auch den Script in /etc/ppp/peers so angepasst, daß demand und idle auskommentiert bleiben? (sehe unsten) dsl-provider: # Configuration file for PPP, using PPP over Ethernet # to connect to a DSL provider. # # See the manual page pppd(8) for information on all the options. ## # Section 1 # # Stuff to configure... # MUST CHANGE: Uncomment the following line, replacing the [EMAIL PROTECTED] # by the DSL user name given to your by your DSL provider. # (There should be a matching entry in /etc/ppp/pap-secrets with the password.) #user [EMAIL PROTECTED] # Use the pppoe program to send the ppp packets over the Ethernet link # This line should work fine if this computer is the only one accessing # the Internet through this DSL connection. This is the right line to use # for most people. pty "pppoe -I eth0 -T 80" # If the computer connected to the Internet using pppoe is also being used # by other computers as a gateway to the Internet, use the following # line instead: #pty "pppoe -I eth0 -T 80 -m 1452" # An even more conservative version of the previous line, if things still # don't work using -m 1452... #pty "pppoe -I eth0 -T 80 -m 1412" # The following two options should work fine for most DSL users. # Assumes that your IP address is allocated dynamically # by your DSL provider... noipdefault # Comment out if you already have the correct default route installed defaultroute ## # Section 2 # # Uncomment if your DSL provider charges by minute connected # and you want to use demand-dialing. # # Disconnect after 300 seconds (5 minutes) of idle time. demand idle 300 ## # Section 3 # # You shouldn't need to change these options... hide-password lcp-echo-interval 20 lcp-echo-failure 3 # Override any connect script that may have been set in /etc/ppp/options. connect /bin/true noauth persist mtu 1492 Der Rest mußt natürlich auch noch angepasst werden... Hoffentlich klappt's! Grüße Martin -- ----------------------------------------------------------- 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] ----------------------------------------------------------- 872 eingetragene Mitglieder in dieser Liste.

