Hello I am facing issue on vicibox firewall on vicibox11 or vicibox10 which has been updated to opensuseleap 15.5. When I use the dynportal enter credentials it runs the perl script
/usr/bin/VB-firewall --dynamic --white
it adds the IP in to dynamiclist but after wards the dynportal stops working showing me connection site is not secured and I lost the SSH access to the server. Below is the script that runs after the perl script
/usr/bin/VB-firewall --dynamic --white
---- ViciBox Firewall integration ----
Processing WhiteList...
WhiteList found 1 entries in ViciDial
Found 1 IPs for WhiteList
Found 0 networks for WhiteList
Getting firewall WhiteList entries...
Total 0 IPs in firewall
Total 0 networks in firewall
Comparing WhiteList to find changes...
1 IPs to add to firewall
0 networks to add to firewall
0 IPs to remove from firewall
0 networks to remove from firewall
Synchronizing firewall changes (remove then add)
Adding IPs to firewall...
WhiteList done!
Processing DynamicList...
DynamicList found 6 entries in ViciDial
Found 6 IPs for DynamicList
Getting firewall DynamicList entries...
Total 0 IPs in firewall
Comparing DynamicList to find changes...
6 IPs to add to firewall
0 IPs to remove from firewall
Synchronizing firewall changes (remove then add)
Adding IPs to firewall...
DynamicList done!
but after this perl script the dynportal stops working and I don't have access to SSH as well even though my IPs are added in the trusted zone as well. Kindly let me know what is the issue with VB-firewall do I have to change something or is there some other configurations that needs to be done.