Code: Select all
#!/bin/sh
iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j SNAT --to-source 10.254.22.184
Code: Select all
auto lo
iface lo inet loopback
iface eth0 inet manual
pre-up /etc/open_vpn_firewall.sh
Code: Select all
chmod 700 /etc/open_vpn_firewall.sh
chown root /etc/open_vpn_firewall.sh
Any ideas what could be wrong? Why this doesn't seem to execute on startup?
P.S. I'm running Jessie Lite with updates/upgrades
Thanks!