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