diff options
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index 67fea335..7950e2e7 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -141,6 +141,8 @@ Files in /etc/sysconfig All IPv6 options can be overridden in interface-specific configuration. + All the IPX stuff is optional, and should default to off. + obsoleted values from earlier releases: FORWARD_IPV4=yes|no @@ -153,11 +155,6 @@ Files in /etc/sysconfig 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. - IPX=yes|no - IPXAUTOPRIMARY=on|off (note, that MUST be on|off, not yes|no) - IPXAUTOFRAME=on|off (again, not yes|no) - IPXINTERNALNETNUM=<netnum> - IPXINTERNALNODENUM=<nodenum> /etc/sysconfig/static-routes: @@ -502,6 +499,9 @@ Files in /etc/sysconfig/network-scripts/ local IPv6 address of a numbered tunnel Ethernet-only items: + {IPXNETNUM,IPXPRIMARY,IPXACTIVE}_{802_2,802_3,ETHERII,SNAP} + configuration matrix for IPX. Only used if IPX is active. + 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) |