]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/ppp-dsl/dsl-provider
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / ppp-dsl / dsl-provider
1 # Configuration file for PPP, using PPP over Ethernet 
2 # to connect to a DSL provider.
3 #
4 # See the manual page pppd(8) for information on all the options.
5
6 ##
7 # Section 1
8 #
9 # Stuff to configure...
10
11 # MUST CHANGE: Uncomment the following line, replacing the user@provider.net
12 # by the DSL user name given to your by your DSL provider.
13 # (There should be a matching entry in /etc/ppp/pap-secrets with the password.)
14 #
15 # maybe helpful for germany:
16 # T-DSL business  PAP     "t-online-com/111111111111@t-online-com.de"
17 # T-DSL t-online  PAP     "[ANSCHLUSSKENNUNG][T_ONLINE_NUMMER]#[MITBENUTZER]@t-online.de"
18 # hansenet        CHAP    "net0815@hansenet.de"
19 #
20 #user ""
21
22 # Use the pppoe program to send the ppp packets over the Ethernet link
23 # This line should work fine if this computer is the only one accessing
24 # the Internet through this DSL connection. This is the right line to use
25 # for most people.
26 pty "/usr/sbin/pppoe -I eth0 -T 80 -m 1452"
27
28 # If the computer connected to the Internet using pppoe is not being used
29 # by other computers as a gateway to the Internet, you can try the following
30 # line instead, for a small gain in speed:
31 #pty "/usr/sbin/pppoe -I eth0 -T 80"
32
33 # An even more conservative version of the previous line, if things
34 # don't work using -m 1452... 
35 #pty "/usr/sbin/pppoe -I eth0 -T 80 -m 1412"
36
37
38 # The following two options should work fine for most DSL users.
39
40 # Assumes that your IP address is allocated dynamically
41 # by your DSL provider...
42 noipdefault
43 # Comment out if you already have the correct default route installed
44 defaultroute
45 replacedefaultroute
46 usepeerdns
47
48 ##
49 # Section 2
50 #
51 # Uncomment if your DSL provider charges by minute connected
52 # and you want to use demand-dialing. 
53 #
54 # Disconnect after 300 seconds (5 minutes) of idle time.
55
56 #demand
57 #idle 300
58
59 ##
60 # Section 3
61 #
62 # You shouldn't need to change these options...
63
64 hide-password
65 lcp-echo-interval 20
66 lcp-echo-failure 3
67 # Override any connect script that may have been set in /etc/ppp/options.
68 connect /bin/true
69 noauth
70 persist
71 mtu 1492