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