summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRémy Oudompheng <remy@archlinux.org>2011-08-09 00:15:42 +0200
committerRémy Oudompheng <remy@archlinux.org>2011-08-09 00:15:42 +0200
commit9f01da55c1636f6ca784bb50d786c0d4efa9bed9 (patch)
treed3d34c5f724a1446f252686649b4fd560b6bba2f /docs
parent13942dee1412eadac829a03e2232844ea61d5b14 (diff)
downloadnetctl-9f01da55c1636f6ca784bb50d786c0d4efa9bed9.tar.gz
netctl-9f01da55c1636f6ca784bb50d786c0d4efa9bed9.tar.xz
netcfg-profiles.5: document SKIPNOCARRIER
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/netcfg-profiles.txt22
1 files changed, 15 insertions, 7 deletions
diff --git a/docs/netcfg-profiles.txt b/docs/netcfg-profiles.txt
index c519e43..f1ddbc9 100644
--- a/docs/netcfg-profiles.txt
+++ b/docs/netcfg-profiles.txt
@@ -74,13 +74,7 @@ NETMASK (requires IP of 'static')
: Set specified netmask. Defaults to 24
ROUTES
: An array of custom routes (of the form *address range* via *gateway*)
-IPCFG
-: Array of arguments to pass to 'ip'. The power of this options is that
- it allows both simple and complicated routing configurations, within the
- framework of netcfg.
-IFOPTS (deprecated, requires IP of 'static')
-: Arguments to pass to 'ifconfig'. This allows you to use the syntax
- for the older 'ifconfig' tool. Retained for compatability.
+
## IPv6 options
IP6 (required for IPv6)
: Either 'dhcp', 'dhcp-noaddr', 'stateless', 'static'. Leave unset to disable IPv6.
@@ -90,6 +84,7 @@ GATEWAY6 (for IP6=static)
: The gateway address for IPv6 routing.
ROUTES6
: An array of custom routes (of the form *address range* via *gateway*)
+
### DNS configuration
DNS
: Array of DNS nameservers. Simply specify the IP's of each of the DNS nameservers.
@@ -101,6 +96,7 @@ HOSTNAME
: Set the system hostname. Ensure any hostname is correctly referenced in /etc/hosts.
DNS1, DNS2 (deprecated)
: First and second DNS servers for /etc/resolv.conf
+
### DHCP configuration
DHCP_OPTIONS (ipv4)
: String. Any extra arguments to pass to the dhcp client, presently dhcpcd.
@@ -112,6 +108,7 @@ DHCLIENT_OPTIONS (ipv4)
: String. Extra options to pass to dhclient for IPv4.
DHCLIENT6_OPTIONS (ipv6)
: String. Extra options to pass to dhclient for IPv6.
+
### 802.11x Authentication
AUTH8021X
: Use 802.11x authentication. Enable with 'yes'.
@@ -121,6 +118,17 @@ WPA_OPTS (optional for an AUTH8021X of 'yes')
: Extra arguments for wpa_supplicant not specified otherwise. Any
option here must specify wpa_supplicant driver. Defaults to '-Dwired'.
+### Miscellaneous options
+IPCFG
+: Array of arguments to pass to 'ip'. The power of this options is that
+ it allows both simple and complicated routing configurations, within the
+ framework of netcfg.
+IFOPTS (deprecated, requires IP of 'static')
+: Arguments to pass to 'ifconfig'. This allows you to use the syntax
+ for the older 'ifconfig' tool. Retained for compatability.
+SKIPNOCARRIER
+: yes/no. Don't abort interface setup if no carrier is found.
+
## Examples
### Using ADDR and GATEWAY to set static IP and gateway