Skip to main content

All Questions

2 votes
0 answers
2k views

Why is port not open? ufw disabled, service running

I have a mysql service running on ubuntu server on port 33070. I can connect to it locally, but not from outside(another machine). Here is what I've tried. ufw is off root@localhost:/# ufw status ...
Karen Avdalyan's user avatar
0 votes
0 answers
311 views

Win10: Cannot ping localhost / Windows Smart Screen does not work

I have an odd problem - I am unable to ping localhost. It just hangs until eventually dies with an error, or returns results. It seems that there is a huge delay in DNS lookup: In addition to that ...
Barry Chapman's user avatar
0 votes
1 answer
1k views

TCP RST when connecting via telnet to the application - Windows

I have an application running on Windows. The application listens on port 54000. I can connect to the application from the local machine and it works fine: telnet 127.0.0.1 54000 Now, I am trying to ...
Chris's user avatar
  • 141
0 votes
1 answer
1k views

Bypassing proxy for loopback/locahost

I am developing a web application where in I am running a webserver at localhost:3000 and my app is deployed on the same. Access to this URL through a web browser works fine because there is an ...
Abhijith Madhav's user avatar
3 votes
1 answer
3k views

Firewall blocks localhost but only if it's turned on

I run XAMPP server on my Windows XP. If I try to access to http://localhost or http://127.0.0.1 it gives me this error: Could not connect to remote server This only occurs if my Comodo firewall is ...
totymedli's user avatar
  • 5,264