如何在Linux中发现IP地址冲突
1、安装 arp-scan
命令
sudo apt-get install arp-scan -y
2、使用方法
sudo arp-scan --interface=ens33 --localnet
其中ens33 需要改成实际接入网络的设备名称
3、在本例中,10.17.1.254这个IP出现了两次。

阅读量:27
阅读量:79
阅读量:100
阅读量:194
阅读量:92
1、安装 arp-scan
命令
sudo apt-get install arp-scan -y
2、使用方法
sudo arp-scan --interface=ens33 --localnet
其中ens33 需要改成实际接入网络的设备名称
3、在本例中,10.17.1.254这个IP出现了两次。
