精华区 [关闭][返回]

当前位置:网易精华区>>讨论区精华>>电脑技术>>● FreeBSD>>系统管理>>系统设置与技巧>>【解释】arp: 163.20.x.x is on lnc1 but got reply from 00:40:05

主题:【解释】arp: 163.20.x.x is on lnc1 but got reply from 00:40:05
发信人: sungang(笨刚)
整理人: zhcharles(2002-01-30 15:51:52), 站内信件
在开了ipfw的机器上,经常会出现类似下面的信息:
arp: 163.20.x.x is on lnc1 but got reply from 00:40:05:e6:52:52 on fxp0

原因:你的内外网使用同一个交换机(或HUB),如果是使用了VLAN的话,则是你的VLAN没设置好。(这种用法会降低网络性能,不建议这样做)


去掉这个信息:
# sysctl -w net.link.ether.inet.log_arp_wrong_iface=1
并修改或建立/etc/sysctl.conf, 在其中加入一行
net.link.ether.inet.log_arp_wrong_iface=0




----
Best Regards,
Sun Gang
            [email protected]
            icq: 2499593
            Don't Click me!       

[关闭][返回]