]> git.pld-linux.org Git - projects/rc-scripts.git/blob - trunk/sysconfig/network
Released 0.4.5.5.
[projects/rc-scripts.git] / trunk / sysconfig / network
1 # $Id$
2 ######################################################################
3 # MAIN PART
4
5 # Do you need IPv4 or IPv6 networking ?
6 NETWORKING=yes
7
8 # Do you need IPv4 networking ?
9 IPV4_NETWORKING=yes
10
11 # Do you want IPv4 forwarding ?
12 # then set it in /etc/sysctl.conf
13
14 # Set hostname here
15 HOSTNAME=pldmachine
16
17 # Allow udev to create /etc/sysconfig/interfaces/ifcfg-* automatically?
18 # See /lib/udev/net_helper for details.
19 AUTOMATIC_IFCFG=no
20
21 # Set NIS domain name here if you use NIS
22 # Note: DNS domain name should be set in /etc/hosts or DNS/NIS service, not here
23 NISDOMAIN=
24
25 # Traditional setup of gateway. This is obsolete, consider using static-routes
26 # instead. However this is really enough for most users.
27 GATEWAY=
28 GATEWAYDEV=
29
30 # Do you want to use IPX networking ?
31 IPX=no
32 IPXAUTOPRIMARY=
33 IPXAUTOFRAME=
34 IPXINTERNALNETNUM=
35 IPXINTERNALNODENUM=
36
37 # Do you need IPv6 networking ?
38 IPV6_NETWORKING=yes
39
40 # Do you want IPv6 forwarding ?
41 # then set it in /etc/sysctl.conf
42
43 # Enable tunnel interfaces configuration ?
44 IPV6_TUNNELCONFIG=yes
45
46 # Global route for IPv6 host with IPv6 forwarding
47 IPV6_GLOBALROUTEGW=
48 IPV6_GLOBALROUTEDEV=
49
50 # Other
51
52 # Do you want set static ARP table (based on /etc/ethers config file) ?
53 STATIC_ARP=no
54
55 # Do you want set static RARP table (based on /etc/ethers config file) ?
56 STATIC_RARP=no
57
58 # Specify interface on which you want to enable tleds software
59 # (also you need tleds package installed) -- default set to no
60 TLEDS_DEV=no
61
62 # enable globally for all network interfaces.
63 # bring up from hotplug (udev for example) (default to no)
64 #HOTPLUG=yes
65
66 # set up Zeroconf routes for communication via/with IPv4ALL link-local
67 # addresses
68 ZEROCONF=yes
69
This page took 0.200646 seconds and 3 git commands to generate.