I want to enable the port 2077 and 2078 for cPanel webdisk application. I have added the rule as:
iptables -I INPUT -p tcp --dport 2077 -j ACCEPT iptables -I INPUT -p tcp --dport 2078 -j ACCEPT But it doesn't work. I used the VB script file thr needs to be run at client machine. It fails with message "please check if the ports 2077(non=ssl) and 2078(ssl) are enabled at the server" Any one dealt with this type of issue before ? regards, Anup
