Guest User

Untitled

a guest
Feb 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. # firewall-cmd --permanent --zone=drop --add-source=3.3.3.0/24
  2. # firewall-cmd --reload
  3.  
  4. firewall-cmd --list-all --zone=drop
  5. drop (active)
  6. target: DROP
  7. icmp-block-inversion: no
  8. interfaces:
  9. sources: 3.3.3.0/24
  10. services:
  11. ports:
  12. protocols:
  13. masquerade: no
  14. forward-ports:
  15. source-ports:
  16. icmp-blocks:
  17. rich rules:
Add Comment
Please, Sign In to add comment