]> git.pld-linux.org Git - projects/rc-scripts.git/blame - sysconfig/network
- merge my private tree
[projects/rc-scripts.git] / sysconfig / network
CommitLineData
7824432b 1# $Id: network,v 1.8.2.2 2001/09/30 10:19:40 misiek Exp $
62c4265e
AM
2######################################################################
3# MAIN PART
4
a04d924e 5# Do you need IPv4 or IPv6 networking ?
df0d8fd2 6NETWORKING=yes
7e04fe0e 7
a04d924e
AM
8# Do you need IPv4 networking ?
9IPV4_NETWORKING=yes
10
11# Do you want IPv4 forwarding ?
12IPV4_FORWARDING=no
7e04fe0e 13
7e04fe0e 14# Set hostname here (only hostname)
df0d8fd2 15HOSTNAME=pldmachine
df0d8fd2 16
7e04fe0e 17# Set domainname here
18NISDOMAIN=
df0d8fd2 19
a04d924e 20# IPv4 gateway
df0d8fd2 21GATEWAY=
22GATEWAYDEV=
23
7e04fe0e 24# Do you want to use IPX networking ?
df0d8fd2 25IPX=no
26IPXAUTOPRIMARY=
27IPXAUTOFRAME=
28IPXINTERNALNETNUM=
29IPXINTERNALNODENUM=
7e04fe0e 30
a04d924e
AM
31# Do you need IPv6 networking ?
32IPV6_NETWORKING=no
33
34# Do you want IPv6 forwarding ?
35IPV6_FORWARDING=no
36
37# Enable tunnel interfaces configuration ?
38IPV6_TUNNELCONFIG=no
39
40# IPv6 gateway
41GATEWAY6=
42GATEWAY6DEV=
43
44# Global route for IPv6 host with IPv6 forwarding
45IPV6_GLOBALROUTEGW=
46IPV6_GLOBALROUTEDEV=
47
7824432b
AM
48# Do you need VLAN networks?
49VLAN_NETWORKING=yes
50
12d804ca
JK
51# Reading configuration from LDAP
52
53# Do you want to use LDAP?
54USE_LDAP=no
55
56# What base DN use for searching for interface configuration
57LDAP_BASE_DN=
58
38198f50
AM
59# Other
60
7824432b 61# Do you want set static ARP table (based on /etc/ethers config file) ?
38198f50
AM
62STATIC_ARP=no
63
7824432b
AM
64# Do you want set static RARP table (based on /etc/ethers config file) ?
65STATIC_RARP=no
66
a04d924e
AM
67# Specify interface on which you want to enable tleds software
68# (also you need tleds package installed) -- default set to no
69TLEDS_DEV=no
fe648758 70
a04d924e
AM
71# This must be last line !
72# vi:syntax=sh:tw=78:ts=8:sw=4
fe648758 73
This page took 0.05258 seconds and 4 git commands to generate.