I followed the Dynamic Agent Portal setup guide included on ViciBox installation manual, but after signing a user on the valid8.php page, the IP address doesn't access HTTPS GUI.
When running the VB-firewall.pl script manually it seems to make the necessary changes, as it confirms the IPs to add to the dynamic list:
Processing DynamicList...
DynamicList found 2 entries in ViciDial
Found 2 IPs for DynamicList
Getting firewall DynamicList entries...
Total 2 IPs in firewall
But when running
#
- Code: Select all
firewall-cmd --ipset=dynamiclist --get-entries
I get nothing
Nevertheless if I manually add IPs to the Whitelist, and run
- Code: Select all
firewall-cmd --ipset=whiteips --get-entries
I checked that the public interface on my server is assigned to "public" zone on the firewall, so I don't know what else to do.
Please advise.