summaryrefslogtreecommitdiff
path: root/sysconf/vyatta-sysctl.conf
blob: 73c4c8ff87fc2b31ed63071e7c1b87a2a8bce558 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# Vyatta router specific sysctl settings.
# See sysctl.conf (5) for information.
#

# Only answer ARP requests on same subnet
net.ipv4.conf.default.arp_filter=1

# Enable packet forwarding for IPv4
net.ipv4.ip_forward=1

# if a primary address is removed from an interface promote the
# secondary address if available
net.ipv4.conf.all.promote_secondaries=1

# Ignore ICMP broadcasts sent to broadcast/multicast
net.ipv4.icmp_echo_ignore_broadcasts=1

# Ignore bogus ICMP errors
net.ipv4.icmp_ignore_bogus_error_responses=1

# Send ICMP responses with primary address of exiting interface
net.ipv4.icmp_errors_use_inbound_ifaddr=1