Firewall basic setup in: https://raw.githubusercontent.com/schmto/nmsprime/dev/Install/after_install.sh
Code Block |
---|
# # firewalld # # enable admin interface firewall-cmd --add-port=8080/tcp --zone=public --permanent firewall-cmd --reload |
- Firewall Provisioning should be done here: https://github.com/schmto/nmsprime/blob/dev/modules/ProvBase/Install/after_install.sh
...