会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
chyuhung
博客园
首页
新随笔
联系
订阅
管理
2023年3月22日
无需安装工具,一行shell命令测试远程主机端口连通性
摘要: for ip in 10.191.2.1 10.191.2.2; do for port in 22 80 443; do timeout 1 bash -c "echo >/dev/tcp/$ip/$port" && echo "$ip:$port:on" || echo "$ip:$port:o
阅读全文
posted @ 2023-03-22 15:52 chyuhung
阅读(135)
评论(0)
推荐(0)
编辑
公告