summaryrefslogtreecommitdiffstats
path: root/docs/examples/pppoe
blob: 2f50029f8e2fdae5801fe19e70d4df284d09a398 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
CONNECTION='pppoe'
DESCRIPTION='Example PPPoE connection'
INTERFACE='eth0'
USER='example@yourprovider.com'
PASSWORD='very secret'

# Always keep a connection established
CONNECTION_MODE='persist'
# Establish connection on demand
#CONNECTION_MODE='demand'
#IDLE_TIMEOUT=300

# Use default route provided by the peer (default: true)
#DEFAULTROUTE=1
# Use DNS provided by the peer (default: true)
#USEPEERDNS=1

# Override default LCP parameters from /etc/ppp/options
#LCP_ECHO_INTERVAL=15
#LCP_ECHO_FAILURE=10

# PPPoE options - experts only
#
# PPPoE service name
#PPPOE_SERVICE=''
# PPPoE access concentrator name
#PPPOE_AC=''
# Attach to existing session (sessid:macaddr)
#PPPOE_SESSION=''
# Only connect to specified MAC address
#PPPOE_MAC=''