Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
To assign an interface to a zone, run:
- sudo firewall-cmd --zone=public --change-interface=eth0
Here is another useful command:
- sudo firewall-cmd --get-zone-of-interface=eth0
It allows you to find which zone to which a particular interface is bound.
I just build a Centos 7.5 system and my interfaces weren’t assigned to any zone. I added source ip ranges to trusted and created a few other zones with source ip ranges. All the zones plus the rules in the public zone are working.
I don’t know if it’s a bug or a feature, but not having to force an interface to a zone seems to be beneficial.