Linux主机租用绑定IP和MAC地址,防止ARP欺骗
Http://www.Egocbd.com 点击数: 更新时间:2010-2-1 17:20:49
执行一下绑定
[root@ftp]# arp -f /etc/ip-mac
[root@ftp]# arp -f /etc/ip-mac
5、确认绑定是否成功
[root@ftp]# arp
Address HWtype HWaddress Flags Mask Iface
192.168.0.145 ether 00:13:20:E9:11:04 C eth0
192.168.0.1 ether 00:02:03:18:08:00 CM eth0
[root@ftp]# arp -a
(192.168.0.145) at 00:02:B3:A7:85:48 [ether] on eth0
(192.168.0.1) at 00:02:03:18:08:00 [ether] PERM on eth0
从绑定前后的ARP缓存列表中,可以看到网关(192.168.0.1)的记录标志已经改变,说明绑定成功。
上一篇:如何判断网络运行状况下一篇:Windows主机租用SQL2...