Hi tbarbe01,
I had the same issue and this is how i fixed it:
- Launch the console of the vdpa and login as root
- Edit the file /etc/firewall.base
- Modify line number 212 to add the port 81:
exec_rule -A OUTPUT -p tcp -m multiport --dport 53,80,81,443,123,5555 -j ACCEPT
- Save the file
- Restart firewall service:
root@vdpa:~/#: service avfirewall stop
root@vdpa:~/#: service avfirewall start
I hope this will help you.
Regards.