echo "1" > /proc/sys/net/ipv4/icmp_echo_ignore_all    

或者修改iptables:

   -A INPUT -p icmp -j DROP

   service iptables restart


MySQL 3306 无法telnet:

   myslq>grant privileges on *.* to all;        //(根据需求改变对象)

   mysql>flush privileges;