Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Why cant i ping port 3306?
I have a router portforwarding ports (80 for example) and i can ping port 80 from a remote location because its forwarded and because its open on the server (ubuntu). I can open loads of ports and they all ping yet 3306 wont. I have done a netstat -tln and 127.0.0.1:3306 is being listened on. Router firewall is OFF but im still required to portforward to my local private IPs and ports.
Is my router broke, or is there something im missing, Ports arre open on server and router forewarded?
Thanks for any responcces.
5 Answers
- Robert JLv 79 years agoFavorite Answer
Either the listener on port 3306 does not respond to ICMP Ping, or port 3306 is being blocked as a security measure by an ISP.
Be extremely careful of what ports you forward in and make sure you have a secure stateful firewall - opening ports at random is basically saying 'Hack me!' to the internet at large.
Linux is orders of magnitude more secure than Windows - but the lifetime of an unprotected Windows machine on an open internet connection is about 5 - 10 minutes.
I'd download and run 'chkrootkit' and see if it's already been compromised...
If you intend to run a system with any open ports, I'd also look at an enterprise-grade Linux distro like Centos that's properly bug- and security-tested, rather than an 'easy' build like Ubuntu - it has a far better chance of surviving.
[Electronics designer & programmer for 30+ years, also commercial system builder].
Source(s): http://www.net-security.org/software.php?id=210 http://www.chkrootkit.org/download.htm http://www.centos.org/ - BoberelliLv 69 years ago
PING works for layer 3 (IP) addresses, not port numbers. Your local (inside) IP is translated as an internet (outside) IP by the router, so if you PING the internet IP from outside, you're actually pinging the router not the translated address inside.
127.0.0.1 is a special address known as a loopback interface and it's not routable and resides on the local system. If you ping 127.0.0.1 you're actually pinging the host you're on.
hope this helps!
- ?Lv 79 years ago
Port 3306 is rather important as it is the default port for MySQL which you can Google if you want more information about it.
Unless you are doing something like setting up a server then leave it well alone;
http://dev.mysql.com/doc/refman/5.0/en/security-gu...
See the first paragraph under "checklist".
Regards, Bob.
- 5 years ago
If you intend to learn to have the ability to disable your enemy in a subject of moments then you need to master the moves from the web plan of Bruce Perry, Patriot Self Defense that you will discover here https://tr.im/iG0wJ .
Patriot Self Defense is a course like no different when he shows you how to use simply however lethal approach in order to defend yourself since learning how to help keep great and defend any kind of opponent is the better learning.
Lear how to keep secure with typically the most popular plan online.
- ?Lv 59 years ago
What do you mean by "ping the ports"? I was not aware that you could ping specific ports.
Is this something in Unbuntu or Linux?