restart firewalld to apply firewall changes
In order for the firewalld changes to apply, we must either restart firewalld (as in this commit), or issue the four add-port commands listed in the doc again w/o the "--permanent". Change-Id: I09a12024085c315117bc27d095bae91af9c00d5e
This commit is contained in:
parent
6316279278
commit
2b381a6b17
@ -69,6 +69,7 @@ than VirtualBox shared folders. On Fedora 22::
|
||||
firewall-cmd --permanent --add-port=2049/tcp
|
||||
firewall-cmd --permanent --add-port=111/udp
|
||||
firewall-cmd --permanent --add-port=111/tcp
|
||||
sudo systemctl restart firewalld
|
||||
|
||||
Find a location in the system's home directory and checkout the Kolla repo::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user