From 90564c77a7abf0c95f038fa1b6196bc4556148b6 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 3 Jul 2003 02:38:43 +0000 Subject: add quick description of bonding device config --- sysconfig.txt | 43 +++++++++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 18 deletions(-) diff --git a/sysconfig.txt b/sysconfig.txt index 6d962353..f6a7f9be 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -752,19 +752,19 @@ Files in /etc/sysconfig/network-scripts/ REMOTE_IP= will be converted to GATEWAY by netconf IPSEC specific items - SRC = source address. Not required. - DST = destination address - TYPE = IPSEC - SRCNET = source net (for tunneling) - DSTNET = destination network (for tunneling) + SRC=source address. Not required. + DST=destination address + TYPE=IPSEC + SRCNET=source net (for tunneling) + DSTNET=destination network (for tunneling) Manual keying: - AH_PROTO{_IN,_OUT} = protocol to use for AH (defaults to HMAC-SHA1) - ESP_PROTO{_IN,_OUT} = protocol to use for ESP (defaults to 3DES) - KEY_AH{_IN,_OUT} = AH key - KEY_ESP{_IN,_OUT} = ESP key - SPI_{EH,AH_{IN,OUT}} = SPIs to use + AH_PROTO{_IN,_OUT}=protocol to use for AH (defaults to HMAC-SHA1) + ESP_PROTO{_IN,_OUT}=protocol to use for ESP (defaults to 3DES) + KEY_AH{_IN,_OUT}=AH key + KEY_ESP{_IN,_OUT}=ESP key + SPI_{EH,AH_{IN,OUT}}=SPIs to use _IN and _OUT specifiers are for using different keys or protocols for inccoming and outgoing packets. If neither _IN or _OUT variants are set for protocols or @@ -773,15 +773,22 @@ Files in /etc/sysconfig/network-scripts/ Automatic keying: IKE_METHOD=PSK|X509|GSSAPI - PSK = preshared keys (shared secret) - X509 = X.509 certificates - GSSAPI = GSSAPI authentication - IKE_PSK = preshared key for this connection - IKE_CERTFILE = our certificate file name for X509 IKE - IKE_PEER_CERTFILE = peer public cert filename for X509 IKE - IKE_DNSSEC = retrieve peer public certs from DNS + PSK=preshared keys (shared secret) + X509=X.509 certificates + GSSAPI=GSSAPI authentication + IKE_PSK=preshared key for this connection + IKE_CERTFILE=our certificate file name for X509 IKE + IKE_PEER_CERTFILE=peer public cert filename for X509 IKE + IKE_DNSSEC=retrieve peer public certs from DNS (otherwise uses certificate information sent over IKE) - + + Bonding-specific items + + SLAVE=yes + Specifies device as a slave + MASTER=bondXX + Specifies master device to bind to + /etc/sysconfig/network-scripts/chat-: chat script for PPP or SLIP connection intended to establish -- cgit v1.2.1