summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2013-04-10 20:28:11 +0200
committerJouke Witteveen <j.witteveen@gmail.com>2013-04-10 20:28:11 +0200
commitf54a4ef76b36d7652778bf510c69739d7db32d33 (patch)
tree1c73e90fa2b380fd7997520de46d4b950eaee27e /docs
parent9ff72561e32ec6aa409f0c50757481a9032595ac (diff)
parent492fe67b4ae418feda69074f3335be14fbcc79ab (diff)
downloadnetctl-f54a4ef76b36d7652778bf510c69739d7db32d33.tar.gz
netctl-f54a4ef76b36d7652778bf510c69739d7db32d33.tar.xz
Merge pull request #21 from zoqaeski/mobile-broadband
Mobile broadband with ppp
Diffstat (limited to 'docs')
-rw-r--r--docs/examples/mobile_ppp34
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/examples/mobile_ppp b/docs/examples/mobile_ppp
new file mode 100644
index 0000000..4e5079f
--- /dev/null
+++ b/docs/examples/mobile_ppp
@@ -0,0 +1,34 @@
+Description='Example PPP mobile connection'
+Interface=ttyUSB0
+Connection=mobile_ppp
+IdleTimeout=30
+
+# Debug pppd / chat output (separately from netctl)
+#PPPDebug=true
+
+# Use default route provided by the peer (default: true)
+#DefaultRoute=true
+# Use DNS provided by the peer (default: true)
+#UsePeerDNS=true
+
+# Always keep a connection established
+ConnectionMode='persist'
+# Establish connection on demand
+#ConnectionMode='demand'
+#IdleTimeout=300
+
+# The user and password are not always required
+#User='example@yourprovider.com'
+#Password='very secret'
+
+# The access point name you are connecting to
+AccessPointName=apn
+
+# If your device has a PIN code, set it here. Defaults to None
+#Pin=None
+
+# Mode can be one of 3Gpref, 3Gonly, GPRSpref, GPRSonly, None
+# These only work for Huawei USB modems; all other devices should use None
+Mode=3Gpref
+
+# vim:ft=dosini