Advertisement
Guest User

Untitled

a guest
Feb 26th, 2020
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. # sample configuration for iptables service
  2. # you can edit this manually or use system-config-firewall
  3. # please do not ask us to add additional ports/services to this default configuration
  4. *filter
  5. :INPUT DROP [0:0]
  6. :FORWARD ACCEPT [0:0]
  7. :OUTPUT ACCEPT [0:0]
  8. :RH-Firewall-1-INPUT - [0:0]
  9. -A INPUT -j RH-Firewall-1-INPUT
  10. -A FORWARD -j RH-Firewall-1-INPUT
  11. -A RH-Firewall-1-INPUT -i lo -j ACCEPT
  12. -A RH-Firewall-1-INPUT -p icmp --icmp-type any -j ACCEPT
  13. -A RH-Firewall-1-INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement