13,420
edits
Changes
→INVESTIGATION 1: IPTABLES RULES AS A SCRIPT
# Store the commands you used to modify the iptables into a shell script called: '''firewall_restore.bash'''<br><br>
{{Admon/important |Shell Script Does Not Execute at Reboot| If your shell script does not execute at reboot: first; check that the shell script has execute permissions, in the shell script, use the absolute pathname for iptables (i.e. use the '''which iptables''' command), and it may be useful to issue the iptables command with the '''-w''' option.}}<br><br>
'''Record your observations in this section on your OPS335 lab log-book'''