]> git.pld-linux.org Git - projects/rc-scripts.git/blame - sysconfig/network
- added IPV6_GLOBALROUTE
[projects/rc-scripts.git] / sysconfig / network
CommitLineData
d6ce63e2 1# $Id: network,v 1.10 2000/08/04 15:19:00 baggins Exp $
62c4265e
AM
2######################################################################
3# MAIN PART
4
7e04fe0e 5# Do you need networking ?
df0d8fd2 6NETWORKING=yes
7e04fe0e 7
8# Do you need IPv6 networking, too ?
9IPV6_NETWORKING=no
10
7e04fe0e 11# Set hostname here (only hostname)
df0d8fd2 12HOSTNAME=pldmachine
df0d8fd2 13
7e04fe0e 14# Set domainname here
15NISDOMAIN=
df0d8fd2 16
df0d8fd2 17GATEWAY=
18GATEWAYDEV=
19
44f4ea85
JR
20GATEWAY6=
21GATEWAY6DEV=
44f4ea85 22
7e04fe0e 23# Do you want to use IPX networking ?
df0d8fd2 24IPX=no
25IPXAUTOPRIMARY=
26IPXAUTOFRAME=
27IPXINTERNALNETNUM=
28IPXINTERNALNODENUM=
7e04fe0e 29
12d804ca
JK
30# Reading configuration from LDAP
31
32# Do you want to use LDAP?
33USE_LDAP=no
34
35# What base DN use for searching for interface configuration
36LDAP_BASE_DN=
37
38198f50
AM
38# Other
39
40# Do you want set static arp table (based on /etc/ethers config file) ?
41STATIC_ARP=no
42
7e04fe0e 43######################################################################
44# IPv4 goodies
45
62c4265e
AM
46# Do you want enable IPv4 forwarding ?
47IPV4_FORWARDING=no
48
7e04fe0e 49# Do you want to enable IPv4 anti spoofing ?
50IPV4_ANTI_SPOOFING=
51
52# Kernel should accept ICMP redirect messages ?
53# The default is 'yes', if the kernel is configured for
54# a regular host; and 'no' for a router configuration.
55IPV4_ACCEPT_ICMP_REDIR=
56
57# Kernel should accept source routed packets ?
58# The default Is 'yes' for routers and 'no' for hosts.
59IPV4_ACCEPT_SOURCE_ROUTE=
60
61# Log packets with source addresses with no known route to kernel log ?
62IPV4_LOG_MARTIANS=
63
64# Do multicast routing ? The kernel needs to be compiled with
65# CONFIG_MROUTE and a multicast routing daemon is required.
66IPV4_MULTICAST=
67
68# Do proxy ARP ?
69IPV4_PROXY_ARP=
70
71# Accept ICMP redirect messages only for gateways, listed in
72# default gateway list ?
73IPV4_ACCEPT_ICMP_REDIR_GATE=
74
75# Send ICMP redirects to other hosts ?
76IPV4_SEND_ICMP_REDIR=
77
78# Ignore all ICMP echo requests ?
79IPV4_IGN_ALL_ICMP=
80
81# Ignore ICMP echo requests to broadcast and multicast addresses ?
82IPV4_IGN_CAST_ICMP=
83
84# Enable MTU discovery patch ? (KERNEL MUST SUPPORT THIS)
85# MTU (maximal transfer unit) is the size of the chunks we send out
86# over the net. "Path MTU Discovery" means that, instead of always
87# sending very small chunks, we start out sending big ones and if we
88# then discover that some host along the way likes its chunks smaller,
89# we adjust to a smaller size.
90IPV4_MTU_DISCOVERY=
91
92# Enable debugging of IP masquerading ?
93IPV4_MASQ_DEBUGGING=
94
95# Bug-to-bug compatibility with some broken printers. On retransmit
96# try to send bigger packets to work around bugs in certain TCP
387d1617 97# stacks. Can be turned off by setting IPV4_RETRANS_COLLAPSE to ,,yes''.
7e04fe0e 98IPV4_RETRANS_COLLAPSE=
99
100# Disable select acknowledgments after RFC2018 ?
101# TCP may experience poor performance when multiple packets are lost
102# from one window of data. With the limited information available
103# from cumulative acknowledgments, a TCP sender can only learn about a
104# single lost packet per round trip time. An aggressive sender could
105# choose to retransmit packets early, but such retransmitted segments
106# may have already been successfully received.
107IPV4_NO_SELECT_ACK=
108
109# Disable timestamps as defined in RFC1323 ?
110# Timestamps are designed to provide compatible interworking with
111# TCP's that do not implement the TCP Extensions for High Performance
112IPV4_NO_TIMESTAMPS=
113
114# Enable the strict RFC793 interpretation of the TCP urgent pointer field.
115IPV4_RFC793=
116
117# Enable SYN flood protection ?
118IPV4_SYN_COOKIES=
119
120# Disable window scaling as defined in RFC1323 ?
121# The window scale extension expands the definition of the TCP
122# window to 32 bits and then uses a scale factor to carry this
123# 32-bit value in the 16-bit Window field of the TCP header.
124IPV4_NO_WINDOW_SCALING=
125
126# Enable dynamic socket address rewriting on interface address change.
127# This is useful for dialup interface with changing IP addresses.
128# (default no)
129# IPV4_DYNAMIC_IP_PATCH_VALUE - value from 1 to 9
130IPV4_DYNAMIC_IP_PATCH=
131IPV4_DYNAMIC_IP_PATCH_VALUE=
132
133# Range of ports used by TCP and UDP to choose the local
134# port. Contains two numbers, the first number is the lowest port,
135# the second number the highest local port. Default is "1024 4999".
136# Should be changed to "32768 61000" for high-usage systems.
137IPV4_LOCAL_PORT_RANGE="1024 4999"
138
62c4265e
AM
139######################################################################
140# IPv6 goodies
141
142# Do you want enable IPv6 forwarding ?
143IPV6_FORWARDING=no
144
d6ce63e2
JR
145# Global route for IPv6 host with IPv6 forwarding
146IPV6_GLOBALROUTE=
147
62c4265e
AM
148# Enable tunnel interfaces configuration ?
149IPV6_TUNNELCONFIG=no
fe648758
AM
150
151# Start Classic router discovery daemon ?
152# You need iputils package installed for this option.
153IPV6_RDISC=no
154
155# rdisc mode: "host" or "router". Default: "host".
156IPV6_RDISC_MODE=host
This page took 0.065354 seconds and 4 git commands to generate.