firewall rules

Post Reply
rogero
Posts: 8
Joined: Thu Apr 01, 2021 2:56 pm

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
User avatar
myVesta
Site Admin
Posts: 928
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 8 times
Been thanked: 6 times

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.
rogero
Posts: 8
Joined: Thu Apr 01, 2021 2:56 pm

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
Post Reply