Category: ASP

How to enable the iptables service on Centos7:

# Disable Firewalld
systemctl disable firewalld

# Install Iptables services
yum install iptables-services

# Enable iptables
systemctl enable iptables

# Save iptables
service iptables save

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.