1、
for ip in 192.168.0.{1..255} do ping $ip -c 2>&1 /dev/null if [ $? -ne 0] then echo "$ip is alive" fi done
2、fping -a 192.168.0.1/24 -g 2>/dev/null
Posted fanren224
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了列出网络上活动主机相关的知识,希望对你有一定的参考价值。
1、
for ip in 192.168.0.{1..255} do ping $ip -c 2>&1 /dev/null if [ $? -ne 0] then echo "$ip is alive" fi done
2、fping -a 192.168.0.1/24 -g 2>/dev/null
以上是关于列出网络上活动主机的主要内容,如果未能解决你的问题,请参考以下文章