服务端-配置
(1) 安装socat
1 | yum install -y socat |
(2) 防火墙开启udp 12213端口
1 | iptables -A INPUT -p udp --dport 12213 -j ACCEPT |
(3) 配置udp响应服务
cat /etc/systemd/system/udpping.service
1 | [Unit] |
1 | systemctl enable udpping |
客户端使用
(1) Git Clone项目
项目地址:UDPping
(2) 使用
1 | [root@localhost ~]# /opt/UDPping-master/udpping.py xx.xx.xx.xx 12213 |
- 本文作者: GaryWu
- 本文链接: https://garywu520.github.io/2019/06/04/UDP-Ping工具/
- 版权声明: 本博客所有文章除特别声明外,均采用 MIT 许可协议。转载请注明出处!