summaryrefslogtreecommitdiffstats
path: root/docs/netctl.profile.5.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/netctl.profile.5.txt')
-rw-r--r--docs/netctl.profile.5.txt25
1 files changed, 14 insertions, 11 deletions
diff --git a/docs/netctl.profile.5.txt b/docs/netctl.profile.5.txt
index 3ef940c..c125ce5 100644
--- a/docs/netctl.profile.5.txt
+++ b/docs/netctl.profile.5.txt
@@ -389,16 +389,6 @@ The name of the USB serial device is specified in 'Interface'. The
following options are understood for connections of the `mobile_ppp'
type:
-'MaxFail='::
- The number of consecutive failed connection attempts to tolerate.
- A value of 0 means no limit. Defaults to `++5++'.
-
-'DefaultRoute='::
- Use the default route provided by the peer (defaults to `true')
-
-'UsePeerDNS='::
- Use the DNS provided by the peer (defaults to `true')
-
'User=' and 'Password='::
The username and password to connect with. These are unset by
default, as they are often not required.
@@ -407,7 +397,10 @@ type:
The access point (apn) to connect on. This is specific to your ISP.
'Pin='::
- If your modem requires a PIN to unlock, use this option.
+ If your modem requires a PIN to unlock, set it here.
+
+'PhoneNumber'::
+ The number to dial. Defaults to `++*99#++'.
'Mode='::
This option is used to specify the connection mode. Can be one of
@@ -415,6 +408,16 @@ type:
AT commands specific to certain Huawei modems; all other devices
should use `None'.
+'MaxFail='::
+ The number of consecutive failed connection attempts to tolerate.
+ A value of 0 means no limit. Defaults to `++5++'.
+
+'DefaultRoute='::
+ Use the default route provided by the peer. Defaults to `++true++'.
+
+'UsePeerDNS='::
+ Use the DNS provided by the peer. Defaults to `++true++'.
+
'OptionsFile='::
A file to read additional pppd options from.