Getting the script to load on boot seems challenging. To start with I am trying to crease a sh script to run it all at once manually. Something very weird is happening:
This is my script "test.sh"
echo "hello world!"
iptables -t filter -F FORWARD
If I execute these commands in the...