Hey!
Is there any easy to use guides to installing iptables on Debian 7 :)
Some easy steps so i don’t get locked out when playing ?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Nevermind the reply :)
Question: <br> <br>Should there be applied first or last when i have made some rulesets <br> <br>iptables -F INPUT <br>iptables -F FORWARD <br>iptables -F OUTPU <br> <br>The thing im after is stopper some dosw attack (if occur) still allow the connection that is allready made. and allow the following ports : 5022/80
Thank you very much! <br> <br>I’ll have a look at it :)
iptables is installed by default. We have an article on iptables: https://www.digitalocean.com/community/articles/how-to-set-up-a-firewall-using-ip-tables-on-ubuntu-12-04 <br> <br>It’s for Ubuntu 12.04 but it should work on Debian as well.