• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Custom Firewall Rule not working

Dottodot

New Pleskian
I have created a custom firewall rule to allow incoming traffic for port 2195 but when I run

telnet mysite.com 2195 I get connection refused. I even disabled the firewall and still got the same.
 
Can you verify that the port is listening by sharing the output of 'netstat -anlp'?

Also, what does 'iptables -nvxL' say?
 
telnet mysite.com 2195 I get connection refused. I even disabled the firewall and still got the same.

Do you have a service / process that listens to that port on your server? If so can you telnet localhost 2195 while on the server it self?
 
Back
Top