Advertisement
viewza565

Disabling firewalld & Using the iptables service on CentOS7

Mar 21st, 2016
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. #Disabling firewalld
  2. $ systemctl disable firewalld
  3. $ systemctl stop firewalld
  4.  
  5. #Using the iptables service
  6. $ yum -y update
  7. $ yum install iptables-services
  8. $ systemctl start iptables
  9. $ systemctl start ip6tables
  10. $ ystemctl enable iptables
  11. $ systemctl enable ip6tables
  12.  
  13. Finished.
  14.  
  15. Thank Via. https://www.ihotvps.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement