Code: Select all
iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADETwo questions:
1. How do I diagnose what caused this?
2. Is there a way to make the command persistent on boot?
Code: Select all
iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADECode: Select all
@reboot iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADEUsers browsing this forum: No registered users and 17 guests