Page 1 of 1

Iptables Firewall Blocking Access To Vesta CP 8083 Port

Posted: Wed Dec 06, 2017 11:47 pm
by GoldWeb
I'm having problems to login to Vesta CP, for security, I edited the firewall rules to block all traffic from ports 23-65535.

I added a rule to accept traffic for ports 80, 443, but I forgot 8083 Vesta control panel port.

I have SSH access to port 22. Is there anyway I can edit those iptables rules from SSH?

I have tried to find the rules files but can't find it. I'm using Vesta CP default firewall using Iptables.

Thanks in advance for the help.

Re: Iptables Firewall Blocking Access To Vesta CP 8083 Port

Posted: Thu Dec 07, 2017 12:16 am
by pipoy
try disabling your firewall

Code: Select all

systemctl disable firewalld 
or

Code: Select all

service iptables stop

Re: Iptables Firewall Blocking Access To Vesta CP 8083 Port

Posted: Thu Dec 07, 2017 1:15 am
by GoldWeb
Thank you very much for the help. It worked.

I was able to login and change the rule according to vesta port.