Update page 'Installation'

mad 2018-11-13 17:14:22 +00:00
parent 0f1fae7262
commit 59a4afc0ea
1 changed files with 6 additions and 0 deletions

@ -78,3 +78,9 @@ After that, you should be able to access /nlvmi with a webbrowser. Create a new
Do not forget to load the tun and tap kernel modules on the nodes.
It might also be necessary to open up ports on the firewall.
On Centos this could be used to do so:<br/>
```firewall-cmd --zone=public --add-port=5700-6000/tcp --permanent```<br/>
```firewall-cmd --reload```<br/>