Last change
on this file since 584 was
568,
checked in by andersk, 17 years ago
|
Update configuration files for etch.
|
File size:
776 bytes
|
Line | |
---|
1 | # |
---|
2 | # /etc/sysctl.conf - Configuration file for setting system variables |
---|
3 | # See sysctl.conf (5) for information. |
---|
4 | # |
---|
5 | |
---|
6 | #kernel.domainname = example.com |
---|
7 | #net/ipv4/icmp_echo_ignore_broadcasts=1 |
---|
8 | |
---|
9 | # Uncomment the following to stop low-level messages on console |
---|
10 | #kernel.printk = 4 4 1 7 |
---|
11 | |
---|
12 | ##############################################################3 |
---|
13 | # Functions previously found in netbase |
---|
14 | # |
---|
15 | |
---|
16 | # Uncomment the next line to enable Spoof protection (reverse-path filter) |
---|
17 | #net.ipv4.conf.default.rp_filter=1 |
---|
18 | |
---|
19 | # Uncomment the next line to enable TCP/IP SYN cookies |
---|
20 | #net.ipv4.tcp_syncookies=1 |
---|
21 | |
---|
22 | # Uncomment the next line to enable packet forwarding for IPv4 |
---|
23 | net.ipv4.conf.default.forwarding=1 |
---|
24 | |
---|
25 | # Uncomment the next line to enable packet forwarding for IPv6 |
---|
26 | #net.ipv6.conf.default.forwarding=1 |
---|
Note: See
TracBrowser
for help on using the repository browser.