]> git.ipfire.org Git - people/stevee/network.git/blame - sysctl.d/network-ipv4.conf
firewall: Add global ICMP filter table.
[people/stevee/network.git] / sysctl.d / network-ipv4.conf
CommitLineData
921c0bf7
MT
1# Kernel configuration file for IPv4
2#
3
4# Enable IPv4 packet forwarding
5net.ipv4.ip_forward = 1
6
7# Enable source route verification
8net.ipv4.conf.default.rp_filter = 1
9
10# Do not accept source routing
11net.ipv4.conf.default.accept_source_route = 0
12
13# Enable ARP filter
14net.ipv4.conf.default.arp_filter = 1