Set arp_announce '2' sysctl for all interfaces

This will force arp's for any new ipv4 addresses that are added
to the appliance.
This commit is contained in:
Jordan Tardif 2014-09-29 14:22:26 -04:00
parent b7ad5bb763
commit 174f79c2a5
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ cat > /etc/sysctl.conf <<EOF
net.ipv4.ip_forward=1
net.ipv6.conf.all.forwarding=1
net.ipv6.conf.eth0.accept_dad=0
net.ipv4.conf.all.arp_announce=2
EOF
echo "[*] Disable fsck on boot"