Ping随机IP以查看是否存在&ŧ039;的连接

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ping随机IP以查看是否存在&ŧ039;的连接相关的知识,希望对你有一定的参考价值。

  1. One that just checks a random IP on the internet to see if we have internet access:
  2. Code:
  3.  
  4. shopt -s extglob
  5. GW=216.239.32.10
  6. IFS=''
  7. PING=`ping -c1 -n -t5 -o $GW`
  8. RC=$?
  9. if [ $RC -eq 2 ]; then
  10. echo "Internet ($GW) no reply"
  11. exit 1
  12. fi
  13. RT=$( echo $PING | head -n2 | tail -n1 | awk -F= '{print $4}' )
  14. echo "Internet ($GW) $RT"
  15. exit $RC

以上是关于Ping随机IP以查看是否存在&ŧ039;的连接的主要内容,如果未能解决你的问题,请参考以下文章

检查是否安装了Apache&ŧ039;的modŧu rewrite。

ping selenium hub以查看节点是否可用的方法?

检索给定年份的所有&ŧ039;星期一&ŧ039;的。

ping命令有啥作用

SQL远程连接不上服务器

为啥能ping通 但是连不上 app