iptables -F
|
iptables -L |
vi /etc/network/interfaces And insert the following text (remember, it's "i" to insert) in the blank line just below "iface lo inet loopback": pre-up iptables-restore < /etc/firewall-rules
Save and exit the file as usual with [Esc] : wq |
If you have not done so, reboot again and runiptables -L to verify the firewall loaded during start up. |
iptables -F
from the
console to clear out iptables. This will allow you another shot at it.