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:
Jason Brooks 2015-12-09 10:34:39 -08:00
parent 6316279278
commit 2b381a6b17
1 changed files with 1 additions and 0 deletions

View File

@ -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::