Merge pull request #71 from jordant/linux

Sysctl to disable accept_dad on managment interface
This commit is contained in:
Ryan Petrello 2014-08-06 15:48:47 -04:00
commit b4d1e70a1c
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ echo "[*] Add some stuff to sysctl.conf"
cat > /etc/sysctl.conf <<EOF
net.ipv4.ip_forward=1
net.ipv6.conf.all.forwarding=1
net.ipv6.conf.eth0.accept_dad=0
EOF
echo "[*] Add rc.local file...."