From 97888a84622dc591944ce2212e7ea91b3691d6ad Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 30 Mar 2001 17:31:16 +0000 Subject: 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 --- sysconfig.txt | 9 ++++++--- 1 file 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}= 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 -- cgit