• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

firewall Module

iptables -v -n -L | less

This will show you what rules are or are not being enabled.

If there are no rules, check your various logs to see if something is preventing the firewall from being activated.
 
iptables -v -n -L | less

This will show you what rules are or are not being enabled.

If there are no rules, check your various logs to see if something is preventing the firewall from being activated.

hi ok so ive run that command and i get this output


Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination

Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source
 
because im running a TS server and i havent opened ports for it and the incoming connections is still being allowed
 
OK, so no firewall is active.

Have you clicked the Activate button? Do you get any errors when you do so?

If in doubt, click on Edit configuration, then on Apply Configuration and follow the instructions (basically, check Preview to make sure something is going to be configured, then click on Activate.)
 
Back
Top