Expand your knowledge of hardware, software and supercomputing

Fixing Firewall Zones In CentOS 7.5

As of CentOS 7.5, the use of ZONE=<zone> no longer works in /etc/sysconfig/network-scripts/ifcfg-* files. The most notable side-effect of this is that all nodes that accessed the Internet through the head node will no longer be able to do so until this is remedied. The new way of setting up zones in the firewall is using firewall-cmd using the following commands: (adjust accordingly if your network is set up differently)

$ firewall-cmd --zone=trusted --add-interface=en0 --permanent
$ firewall-cmd --zone=external --add-interface=en1 --permanent
 
# If you have InfiniBand
$ firewall-cmd --zone=trusted --add-interface=ib0 --permanent
 
$ firewall-cmd --reload
Use our Breakin stress test and diagnostics tool to pinpoint hardware issues and component failures.
Check out our product catalog and use our Configurator to plan your next system and get a price estimate.

Request a Consultation from our team of HPC and AI Experts

Would you like to speak to one of our HPC or AI experts? We are here to help you. Submit your details, and we'll be in touch shortly.

  • This field is for validation purposes and should be left unchanged.