Allow webmin traffic through the default firewall [iptables] settings in Proxmox Containers

By admin, 23 April, 2013
Topic

Just a liitle trick I needed to do to get my webmin access enabled in the vhost on Proxmox:

iptables -I INPUT 1 -p tcp --dport 10000 -j ACCEPT