摘要: 查看KVM宿主机上虚拟机的IP的脚本 #!/bin/bash #Auth:liucx #ping当前网段内在线的主机,以便产生arp记录. for ip in 172.16.0.{1..254};do { ping -c1 $subnet$ip >/dev/null 2>&1 }& done sle 阅读全文
posted @ 2020-01-09 10:56 liucx 阅读(339) 评论(0) 推荐(0) 编辑