[root@VM-0-9-centos ~]# ping www.bt.cn -c5
PING www.bt.cn (42.157.129.124) 56(84) bytes of data.
--- www.bt.cn ping statistics ---
5 packets transmitted, 0 received, 100% packet loss, time 4000ms
[root@VM-0-9-centos ~]# curl www.bt.cn
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html> |