diff options
author | Miloslav Trmac <mitr@volny.cz> | 2006-07-25 02:36:49 +0000 |
---|---|---|
committer | Miloslav Trmac <mitr@volny.cz> | 2006-07-25 02:36:49 +0000 |
commit | b900bfe5a536065665f6575aaa84b0615db856dc (patch) | |
tree | ffa2914f8d9d99c70f8c023aa6d0912232d09f6f /sysconfig.txt | |
parent | 8ebf0a43d2df1b47d6404d33518c1654d740cf73 (diff) | |
download | initscripts-b900bfe5a536065665f6575aaa84b0615db856dc.tar initscripts-b900bfe5a536065665f6575aaa84b0615db856dc.tar.gz initscripts-b900bfe5a536065665f6575aaa84b0615db856dc.tar.bz2 initscripts-b900bfe5a536065665f6575aaa84b0615db856dc.tar.xz initscripts-b900bfe5a536065665f6575aaa84b0615db856dc.zip |
GRE and IPIP tunnel support (#168990, based on patches by
Razvan Corneliu C.R. Vilt <razvan.vilt@linux360.ro>,
Aaron Hope <aaron.hope@unh.edu> and Sean Millichamp <sean@enertronllc.com>)
check_device_down: Handle tunnel_device@NONE: <...>
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index 94db5134..3e770e88 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -868,12 +868,26 @@ Files in /etc/sysconfig/network-scripts/ Usage of AH or ESP may be disabled by setting {AH,ESP}_PROTO to "none". Bonding-specific items - - SLAVE=yes + + SLAVE=yes Specifies device as a slave MASTER=bondXX Specifies master device to bind to + Tunnel-specific items: + TYPE=GRE|IPIP + MY_INNER_IPADDR=local IP address of the tunnel interface + PEER_OUTER_IPADDR=IP address of the remote tunnel endpoint + MY_OUTER_IPADDR=IP address of the local tunnel endpoint + If unspecified, an IP address is selected automatically for outgoing + tunnel packets, and incoming tunnel packets are accepted on all local + IP addresses. + PEER_INNER_IPADDR=IP address of the remote end of the tunnel interface + If this is specified, a route to PEER_INNER_IPADDR through the tunnel + is added automatically. + TTL=TTL value for tunnel packets + Default is to use the TTL of the packet transported through the tunnel + /etc/sysconfig/network-scripts/chat-<interface-name>: chat script for PPP or SLIP connection intended to establish |