summaryrefslogtreecommitdiffstats
path: root/docs/examples/mobile-ppp
blob: b6241750fc089318c9a2ae7b2121cd8a7bc5a14f (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
32
33
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