This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| firewalld-zones-centos7 [2016/10/22 12:49] – herwarth | firewalld-zones-centos7 [2017/04/27 11:54] (current) – herwarth | ||
|---|---|---|---|
| Line 35: | Line 35: | ||
| firewall-cmd --permanent --zone=public --add-source=::/ | firewall-cmd --permanent --zone=public --add-source=::/ | ||
| - | # | ||
| - | # | ||
| firewall-cmd --permanent --zone=dmz --add-source=185.106.153.224/ | firewall-cmd --permanent --zone=dmz --add-source=185.106.153.224/ | ||
| firewall-cmd --permanent --zone=dmz --add-source=2a02: | firewall-cmd --permanent --zone=dmz --add-source=2a02: | ||
| Line 45: | Line 43: | ||
| firewall-cmd --permanent --zone=local --add-source=172.16.3.0/ | firewall-cmd --permanent --zone=local --add-source=172.16.3.0/ | ||
| firewall-cmd --permanent --zone=local --add-source=2a02: | firewall-cmd --permanent --zone=local --add-source=2a02: | ||
| - | # | ||
| - | # | ||
| firewall-cmd --permanent --zone=management --add-source=172.16.2.0/ | firewall-cmd --permanent --zone=management --add-source=172.16.2.0/ | ||
| firewall-cmd --permanent --zone=management --add-source=2a02: | firewall-cmd --permanent --zone=management --add-source=2a02: | ||
| - | # | + | |
| - | # | + | |
| ====Create additional services==== | ====Create additional services==== | ||
| <code - / | <code - / | ||