It looks like you're new here. If you want to get involved, click one of these buttons!
The new update for solusvm includes noVNC but I need to allow a port exception to my firewall? How do open port 8000 so that noVNC will work. I'm on centos with an openvz master and a kvm slave. Thanks!
iptables -A INPUT -p tcp --dport 8000 -j ACCEPT
Thank you for the info.
Comments
iptables -A INPUT -p tcp --dport 8000 -j ACCEPT
Thank you for the info.