]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - sysconfig/network
check vars first before checking fs objects
[projects/rc-scripts.git] / sysconfig / network
index e63a765b6df5c3152b55fab7afc5556fd8066db7..535b59f26ba3ab5d924495febf9ee7ad16123ab9 100644 (file)
@@ -11,11 +11,15 @@ IPV4_NETWORKING=yes
 # Do you want IPv4 forwarding ?
 # then set it in /etc/sysctl.conf
 
-# Set hostname here (only hostname)
+# Set hostname here
 HOSTNAME=pldmachine
 
+# Allow udev to create /etc/sysconfig/interfaces/ifcfg-* automatically?
+# See /lib/udev/net_helper for details.
+AUTOMATIC_IFCFG=no
+
 # Set NIS domain name here if you use NIS
-# Note: DNS domain name should be set in /etc/resolv.conf, not here
+# Note: DNS domain name should be set in /etc/hosts or DNS/NIS service, not here
 NISDOMAIN=
 
 # Traditional setup of gateway. This is obsolete, consider using static-routes
@@ -31,13 +35,13 @@ IPXINTERNALNETNUM=
 IPXINTERNALNODENUM=
 
 # Do you need IPv6 networking ?
-IPV6_NETWORKING=no
+IPV6_NETWORKING=yes
 
 # Do you want IPv6 forwarding ?
 # then set it in /etc/sysctl.conf
 
 # Enable tunnel interfaces configuration ?
-IPV6_TUNNELCONFIG=no
+IPV6_TUNNELCONFIG=yes
 
 # Global route for IPv6 host with IPv6 forwarding
 IPV6_GLOBALROUTEGW=
@@ -55,5 +59,11 @@ STATIC_RARP=no
 # (also you need tleds package installed) -- default set to no
 TLEDS_DEV=no
 
-# This must be last line !
-# vi:syntax=sh:ts=8:sw=4
+# enable globally for all network interfaces.
+# bring up from hotplug (udev for example) (default to no)
+#HOTPLUG=yes
+
+# set up Zeroconf routes for communication via/with IPv4ALL link-local
+# addresses
+ZEROCONF=yes
+
This page took 0.046381 seconds and 4 git commands to generate.