D Dottodot New Pleskian Aug 13, 2012 #1 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.
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.
K KristianR Basic Pleskian Aug 13, 2012 #2 Can you verify that the port is listening by sharing the output of 'netstat -anlp'? Also, what does 'iptables -nvxL' say?
Can you verify that the port is listening by sharing the output of 'netstat -anlp'? Also, what does 'iptables -nvxL' say?
abdi Platinum Pleskian Aug 16, 2012 #3 Dottodot said: telnet mysite.com 2195 I get connection refused. I even disabled the firewall and still got the same. Click to expand... 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?
Dottodot said: telnet mysite.com 2195 I get connection refused. I even disabled the firewall and still got the same. Click to expand... 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?