Displaying 1 result from an estimated 1 matches for "1152275".
Did you mean:
1152235
2016 Jun 29
9
[CENTOS ]IPTABLES - How Secure & Best Practice
Dear Members
I hope you are all doing well.
I am busy teaching myself iptables and was wondering if I may get some
advise. The scenario is the following:
1. Default policy is to block all traffic
2. Allow web traffic and SSH
3. Allow other applications
I have come up with the following:
#!/bin/bash
# RESET CURRENT RULE BASE
iptables -F
service iptables save
# DEFAULT FIREWALL