]> git.pld-linux.org Git - projects/rc-scripts.git/blame - sysconfig/network
- merge from TOTALNEW branch (see NEWS for more info)
[projects/rc-scripts.git] / sysconfig / network
CommitLineData
de1fc6ce 1# $Id: network,v 1.14 2001/05/15 16:03:42 baggins Exp $
62c4265e
AM
2######################################################################
3# MAIN PART
4
de1fc6ce 5# Do you need IPv4 or IPv6 networking ?
df0d8fd2 6NETWORKING=yes
7e04fe0e 7
de1fc6ce
JR
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
de1fc6ce 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
de1fc6ce
JR
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
12d804ca
JK
48# Reading configuration from LDAP
49
50# Do you want to use LDAP?
51USE_LDAP=no
52
53# What base DN use for searching for interface configuration
54LDAP_BASE_DN=
55
38198f50
AM
56# Other
57
ea822d66 58# Do you want set static ARP table (based on /etc/ethers config file) ?
38198f50
AM
59STATIC_ARP=no
60
ea822d66 61# Do you want set static RARP table (based on /etc/ethers config file) ?
62STATIC_RARP=no
63
de1fc6ce
JR
64# Specify interface on which you want to enable tleds software
65# (also you need tleds package installed) -- default set to no
66TLEDS_DEV=no
c74a2fba 67
de1fc6ce
JR
68# This must be last line !
69# vi:syntax=sh:tw=78:ts=8:sw=4
This page took 0.062907 seconds and 4 git commands to generate.