diff options
author | Rémy Oudompheng <remy@archlinux.org> | 2011-07-14 12:43:34 +0200 |
---|---|---|
committer | Rémy Oudompheng <remy@archlinux.org> | 2011-07-14 12:43:34 +0200 |
commit | 2f11cd187d487253084b37b27740cbd6fd567788 (patch) | |
tree | 6f2891ee7a92cee7d4ed05e69e3649db502faed4 /docs | |
parent | 0e4475d449b0ba83b1d694a5aef6ccea5d7f9ad8 (diff) | |
download | netctl-2f11cd187d487253084b37b27740cbd6fd567788.tar.gz netctl-2f11cd187d487253084b37b27740cbd6fd567788.tar.xz |
netcfg-profiles: more doc for other connection types
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/netcfg-profiles.txt | 56 |
1 files changed, 55 insertions, 1 deletions
diff --git a/docs/netcfg-profiles.txt b/docs/netcfg-profiles.txt index 6724ff2..41a7843 100644 --- a/docs/netcfg-profiles.txt +++ b/docs/netcfg-profiles.txt @@ -43,7 +43,7 @@ wireless : Wireless connection, with **wpa_supplicant**(1) as configuration back-end. bridge -: Network bridge setup. +: Network bridge setup using **brctl**(8). tuntap : TUN/TAP interfaces. vlan @@ -189,3 +189,57 @@ RFKILL_NAME : Some switches sysfs entries are not linked with the interface. To match them up, configure the name from /sys/class/rfkill/rfkillX/name here so that netcfg can identify which to control. + +Options for 'bridge' connections +================================ + +The options of 'ethernet' connections apply to set up standard IP connectivity. + +BRIDGE_INTERFACES +: List of network interfaces taking part in the bridge. + +FWD_DELAY +: Forward delay of the bridge, see **brctl**(8) +MAX_AGE +: maxage parameter, see **brctl**(8) + +Options for 'tuntap' connections +================================ + +The options of 'ethernet' connections apply to set up standard IP connectivity. + +MODE +: Set to 'tun' or 'tap'. +USER +: The owning user of the tun/tap interface. +GROUP +: The owning group of the tun/tap interface. + +Options for 'ppp' connections +================================ + +PEER +: The **pppd**(8) peer to use. +PPP_TIMEOUT +: **pppd**(8) timeout. + +Options for 'vlan' connections +================================ + +INTERFACE +: The name of the virtual interface. +VLAN_PHYS_DEV +: The name of the associated physical interface. +VLAN_ID +: See **ip**(8). + +Options for 'openvpn' connections +================================ + +OVPN_CONFIG +: Path to the **openvpn**(8) config file. +OVPN_PID_FILE +: Path to the **openvpn**(8) PID file. +OVPN_FLAGS +: Options to pass to **openvpn**(8) invocation. + |