diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/examples/mobile-ppp (renamed from docs/examples/mobile) | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/examples/mobile b/docs/examples/mobile-ppp index e78c595..b624175 100644 --- a/docs/examples/mobile +++ b/docs/examples/mobile-ppp @@ -1,15 +1,11 @@ Description='Example PPP mobile connection' -Interface=ppp0 -Connection=mobile -Peer=mobile-broadband +Interface=ttyUSB0 +Connection=mobile-ppp IdleTimeout=30 # Debug pppd / chat output (separately from netctl) #PPPDebug=true -# The device will usually be /dev/ttyUSB* (default: ttyUSB0 -Device=ttyUSB0 - # Use default route provided by the peer (default: true) #DefaultRoute=true # Use DNS provided by the peer (default: true) @@ -35,3 +31,4 @@ AccessPointName=apn # These only work for Huawei USB modems; all other devices should use None Mode=3Gpref +# vim:ft=dosini |