Page 1 of 1

Open port

Posted: Sun Dec 09, 2018 2:25 am
by shibby
Hello
I have a small problem to reconcile the opening of the port with the vesta panel
After each restart vpsa I have to give in the termian

Code: Select all

sudo iptables -A INPUT -p tcp --dport 4765 -m state --state NEW -j ACCEPT
In the vesta panel I added for the firewall

Image

Re: Open port

Posted: Mon Dec 10, 2018 10:08 am
by tlozano
I think that the address should be 0.0.0.0/0 instead of 0.0.0.0

You can chage the permit address to 0.0.0.0/0 to try it.

best regards