]> git.pld-linux.org Git - projects/rc-scripts.git/blob - sysconfig/network
chroot: Process stopping properly.
[projects/rc-scripts.git] / 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 (only hostname)
15 HOSTNAME=pldmachine
16
17 # Set NIS domain name here if you use NIS
18 # Note: DNS domain name should be set in /etc/resolv.conf, not here
19 NISDOMAIN=
20
21 # Traditional setup of gateway. This is obsolete, consider using static-routes
22 # instead. However this is really enough for most users.
23 GATEWAY=
24 GATEWAYDEV=
25
26 # Do you want to use IPX networking ?
27 IPX=no
28 IPXAUTOPRIMARY=
29 IPXAUTOFRAME=
30 IPXINTERNALNETNUM=
31 IPXINTERNALNODENUM=
32
33 # Do you need IPv6 networking ?
34 IPV6_NETWORKING=no
35
36 # Do you want IPv6 forwarding ?
37 # then set it in /etc/sysctl.conf
38
39 # Enable tunnel interfaces configuration ?
40 IPV6_TUNNELCONFIG=no
41
42 # Global route for IPv6 host with IPv6 forwarding
43 IPV6_GLOBALROUTEGW=
44 IPV6_GLOBALROUTEDEV=
45
46 # Other
47
48 # Do you want set static ARP table (based on /etc/ethers config file) ?
49 STATIC_ARP=no
50
51 # Do you want set static RARP table (based on /etc/ethers config file) ?
52 STATIC_RARP=no
53
54 # Specify interface on which you want to enable tleds software
55 # (also you need tleds package installed) -- default set to no
56 TLEDS_DEV=no
57
58 # This must be last line !
59 # vi:syntax=sh:tw=78:ts=8:sw=4
This page took 2.824505 seconds and 3 git commands to generate.