summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2011-12-08 23:22:59 +0100
committerThomas Bächler <thomas@archlinux.org>2011-12-08 23:25:14 +0100
commit2ca1000cb43de71d95061d78cb2affe01590247a (patch)
treea6a8a5f03a74a08ff517d865019d4c873ca36ef8 /docs
parent8dec3ca378062e538dd97eba1712338bbebc8f33 (diff)
downloadnetctl-2ca1000cb43de71d95061d78cb2affe01590247a.tar.gz
netctl-2ca1000cb43de71d95061d78cb2affe01590247a.tar.xz
Add PPPoE connection support
Diffstat (limited to 'docs')
-rw-r--r--docs/examples/pppoe31
1 files changed, 31 insertions, 0 deletions
diff --git a/docs/examples/pppoe b/docs/examples/pppoe
new file mode 100644
index 0000000..2f50029
--- /dev/null
+++ b/docs/examples/pppoe
@@ -0,0 +1,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=''