summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRémy Oudompheng <remy@archlinux.org>2011-08-09 00:27:53 +0200
committerRémy Oudompheng <remy@archlinux.org>2011-08-09 00:27:53 +0200
commit8dec3ca378062e538dd97eba1712338bbebc8f33 (patch)
tree3791de47b4d5411b6989b71894b3221222a24f11 /docs
parent82561d179d239bd7c3305e81fa62f01928fb390e (diff)
parent0b6ac7bf41ef2f1cf548eda8a4054c21a4bd9434 (diff)
downloadnetctl-8dec3ca378062e538dd97eba1712338bbebc8f33.tar.gz
netctl-8dec3ca378062e538dd97eba1712338bbebc8f33.tar.xz
Merge branch '2.6.x'
Conflicts: README
Diffstat (limited to 'docs')
-rw-r--r--docs/examples/ethernet-static3
-rw-r--r--docs/netcfg-profiles.txt26
-rw-r--r--docs/netcfg.txt2
3 files changed, 21 insertions, 10 deletions
diff --git a/docs/examples/ethernet-static b/docs/examples/ethernet-static
index 250896d..ea88bde 100644
--- a/docs/examples/ethernet-static
+++ b/docs/examples/ethernet-static
@@ -7,6 +7,9 @@ ADDR='192.168.1.23'
GATEWAY='192.168.1.1'
DNS=('192.168.1.1')
+## For IPv6 autoconfiguration
+#IP6=stateless
+
## For IPv6 static address configuration
#IP6='static'
#ADDR6=('1234:5678:9abc:def::1/64' '1234:3456::123/96')
diff --git a/docs/netcfg-profiles.txt b/docs/netcfg-profiles.txt
index 07ee81f..5e11076 100644
--- a/docs/netcfg-profiles.txt
+++ b/docs/netcfg-profiles.txt
@@ -1,7 +1,7 @@
-% NETCFG-PROFILES(5) netcfg 2.6.5 | Arch Linux
+% NETCFG-PROFILES(5) netcfg 2.6.7 | Arch Linux
% Rémy Oudompheng <remy@archlinux.org>
James Rayner <james@archlinux.org>
-% 17 July 2011
+% 8 August 2011
NAME
====
@@ -76,13 +76,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.
@@ -92,6 +86,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.
@@ -103,6 +98,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.
@@ -114,6 +110,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'.
@@ -123,6 +120,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
diff --git a/docs/netcfg.txt b/docs/netcfg.txt
index a00eb5d..e85abd8 100644
--- a/docs/netcfg.txt
+++ b/docs/netcfg.txt
@@ -1,4 +1,4 @@
-% NETCFG(8) netcfg 2.6.5 | Arch Linux
+% NETCFG(8) netcfg 2.6.7 | Arch Linux
% Rémy Oudompheng <remy@archlinux.org>
James Rayner <james@archlinux.org>
% July 2011