Update common.sh

main
necro-nemesis 4 years ago committed by GitHub
parent 8b70d46477
commit 709353e104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -98,7 +98,8 @@ function configure_exit() {
iptables -t nat -A POSTROUTING -s 172.16.0.1/16 -o eth0 -j MASQUERADE
iptables-save > /etc/iptables/rules.v4
#apply ipv4 forwarding if not already set
#apply ipv4/6 forwarding if not already set
sed -i 's#\#net.ipv6.conf.all.forwarding=1#net.ipv6.conf.all.forwarding=1#g' /etc/sysctl.conf
sed -i 's#\#net.ipv4.ip_forward = 1#net.ipv4.ip_forward = 1#g' /etc/sysctl.conf
sudo sysctl -p /etc/sysctl.conf

Loading…
Cancel
Save