• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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