diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2014-03-10 14:19:27 +0100 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2014-03-10 14:19:27 +0100 |
commit | d3380715e629e921efb9491a0b1e40a7c1c48e7f (patch) | |
tree | 5b07d34535b57cb0bf16dd2370828fa587e45c80 /docs/netctl.profile.5.txt | |
parent | ab0d58c5b6d2a52fa02d951308875a99c0f2e9d1 (diff) | |
download | netctl-d3380715e629e921efb9491a0b1e40a7c1c48e7f.tar.gz netctl-d3380715e629e921efb9491a0b1e40a7c1c48e7f.tar.xz |
mobile_ppp: Unhardcode the phone number to dial
Diffstat (limited to 'docs/netctl.profile.5.txt')
-rw-r--r-- | docs/netctl.profile.5.txt | 25 |
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. |