Why is this problem?
ping is not available (ping one of Baidu"s ip)
$ ping 220.181.57.216
PING 220.181.57.216 (220.181.57.216) 56(84) bytes of data.
--- 220.181.57.216 ping statistics ---
80 packets transmitted, 0 received, 100% packet loss, time 78998ms
but curl can communicate
$ curl 220.181.57.216
<html>
<meta http-equiv="refresh" content="0;url=http://www.baidu.com/">
</html>
May I ask why? I can be sure that this ip can be ping, and my own computer can ping. After trying several IP, they are all in the same situation.