Announcement

Collapse
No announcement yet.

How to allow Plesk Ports in iptables?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to allow Plesk Ports in iptables?

    I’m using iptables only as firewall and I wish to configure it to allow connections to the Plesk.
    How to allowing Plesk Ports in iptables?

  • #2
    Hello Isaac,

    You can use the following rules to add the Plesk Ports in the Firewall.

    # /sbin/iptables -I INPUT -p tcp -m tcp --dport 8880:8443 -j ACCEPT

    # service iptables save

    # service iptables restart

    Comment

    Working...
    X