aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-03-30 17:31:16 +0000
committerBill Nottingham <notting@redhat.com>2001-03-30 17:31:16 +0000
commit97888a84622dc591944ce2212e7ea91b3691d6ad (patch)
treef2577624ec3c3337af0000d84c4270f57088ced7
parentdb8fd3e4d3eae3b5e3918e85901c00213ffa587d (diff)
downloadinitscripts-97888a84622dc591944ce2212e7ea91b3691d6ad.tar
initscripts-97888a84622dc591944ce2212e7ea91b3691d6ad.tar.gz
initscripts-97888a84622dc591944ce2212e7ea91b3691d6ad.tar.bz2
initscripts-97888a84622dc591944ce2212e7ea91b3691d6ad.tar.xz
initscripts-97888a84622dc591944ce2212e7ea91b3691d6ad.zip
ip_always_defrag goes *poof* (in the documentation)
honor PEERDNS=no for pump and dhcpcd too (#18619) fix ARP handling, allow for setting promiscuous or all-multicast mode
-rw-r--r--sysconfig.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/sysconfig.txt b/sysconfig.txt
index 673d20af..0e0b5bfc 100644
--- a/sysconfig.txt
+++ b/sysconfig.txt
@@ -127,8 +127,9 @@ Files in /etc/sysconfig
DEFRAG_IPV4=yes|no
Setting this to yes used to automatically defragment IPv4
packets. This is a good idea for masquerading, and
- a bad idea otherwise. This setting has been moved into
- net.ipv4.ip_always_defrag setting in /etc/sysctl.conf.
+ a bad idea otherwise. This setting was moved into
+ net.ipv4.ip_always_defrag setting in /etc/sysctl.conf. It
+ is no longer valid for 2.4 kernels.
/etc/sysconfig/static-routes:
@@ -358,7 +359,7 @@ Files in /etc/sysconfig/network-scripts/
MTU=
PEERDNS=yes|no
modify /etc/resolv.conf if peer uses msdns extension (PPP only) or
- DNS{1,2} are set, default to "yes".
+ DNS{1,2} are set, or if using pump or dhcpcd. default to "yes".
DNS{1,2}=<ipaddress>
provide DNS addresses that are dropped into the resolv.conf
file if PEERDNS is not set to "no".
@@ -377,6 +378,8 @@ Files in /etc/sysconfig/network-scripts/
Managed from /etc/sysconfig/network-scripts/ifup-ipx
ARP=yes|no (adds 'arp' flag to ifconfig, for use with the
ethertap device)
+ PROMISC=yes|no (enable or disable promiscuous mode)
+ ALLMULTI=yes|no (enable or disable all-multicast mode)
PPP/SLIP items:
PERSIST=yes|no