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