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