Page 1 of 1

firewall rules

Posted: Mon Apr 19, 2021 1:49 pm
by rogero
Dear support,

I added firewall rule: 16 ACCEPT TCP 35500 0.0.0.0/0 no 2021-04-19

When i restart iptables and test with nmap the port is open for a few second but is closed direcly after

Re: firewall rules

Posted: Mon Apr 19, 2021 11:17 pm
by myVesta
what daemon is listening that port?

generally, myVesta just create iptables rules that you can see if you run

Code: Select all

iptables -L -n
in your SSH.

there is nothing (in myVesta and in iptables rules) that can close the port after few seconds.

Re: firewall rules

Posted: Tue Apr 20, 2021 9:15 am
by rogero
I know. Port is open on firewall. Bt with nmap it is not. When i restart firewall iptabeles it shows with nmap open. On second request from nmap it is closed