如何在Linux下禁用ARP协议

    Read

方法一:禁用网卡的ARP协议
使用 ifconfig eth0 -arp
方法二:关闭内核的ARP功能


方法三:安装软件
安装arptables(类似iptables),ARP协议还是启动,但是arptables drop所有进入和出去的包
arptables -A INPUT -j DROP
arptables -A OUTPUT -j DROP

参考:http://blog.163.com/szliug@yeah/blog/static/141774019201110205370187/
参考:http://kb.linuxvirtualserver.org/wiki/Using_arp_announce/arp_ignore_to_disable_ARP
参考:http://kb.linuxvirtualserver.org/wiki/Using_arptables_to_disable_ARP
参考:http://linux.die.net/man/8/ifconfigSourceByrd's Weblog-https://note.t4x.org/system/disable-linux-arp/ SourceByrd's Weblog-https://note.t4x.org/system/disable-linux-arp/

申明:除非注明Byrd's Blog内容均为原创,未经许可禁止转载!详情请阅读版权申明!
Byrd
  • by Published on August 5, 2014
  • 原文链接:https://note.t4x.org/system/disable-linux-arp/
匿名

Comment

Anonymous

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: