]> TLD Linux GIT Repositories - rc-scripts.git/blob - sysconfig/interfaces/ifcfg-ppp0.pppoe
- from PLD
[rc-scripts.git] / sysconfig / interfaces / ifcfg-ppp0.pppoe
1 # name of the device
2 DEVICE=ppp0
3
4 # add the password in /etc/ppp/chap-secrets
5 PAPNAME=adslusername
6
7 AUTH=no
8 IPV6_PPP=no
9 PPPOE_DEV=eth1
10 PPPOE_KERNEL=yes
11 #PPPOE_OPTS="persist"
12 HARDFLOWCTL=yes
13 DEBUG=no
14 PERSIST=no
15 HOLDOFF=10
16 DEMAND=no
17 DEFROUTE=yes
18 PEERDNS=yes
19
20 # you may select which of the above addresses
21 # is primary for this interface (it'd be IPADDR1 in the example below)
22 #IP4_PRIM_IF="1"
23
24 # activate on boot? yes|no
25 # you must set it to 'yes' if you want to have this up after bootup
26 ONBOOT=yes
27
28 # dhcp|pump|none
29 BOOTPROTO=none