Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
systems:firewalld [2019/12/03 18:32] eServices Greece |
systems:firewalld [2020/04/13 06:41] (current) eServices Greece |
||
|---|---|---|---|
| Line 32: | Line 32: | ||
| ===== Allow traffic through bridge ===== | ===== Allow traffic through bridge ===== | ||
| - | firewall-cmd --permanent --direct --passthrough ipv4 -I FORWARD -i vbr0 -j ACCEPT | + | <sxh>firewall-cmd --permanent --direct --passthrough ipv4 -I FORWARD -i vbr0 -j ACCEPT |
| firewall-cmd --permanent --direct --passthrough ipv4 -I FORWARD -o vbr0 -j ACCEPT | firewall-cmd --permanent --direct --passthrough ipv4 -I FORWARD -o vbr0 -j ACCEPT | ||
| - | firewall-cmd --reload | + | firewall-cmd --reload</ |
| ===== http/s ===== | ===== http/s ===== | ||
| Line 43: | Line 43: | ||
| === By Port === | === By Port === | ||
| + | <sxh> | ||
| firewall-cmd --permanent --add-port=80/ | firewall-cmd --permanent --add-port=80/ | ||
| firewall-cmd --permanent --add-port=443/ | firewall-cmd --permanent --add-port=443/ | ||
| - | firewall-cmd --reload | + | firewall-cmd --reload</ |