PDA

Bekijk de volledige versie : arp spoofing



bbaccsi
15-04-2008, 14:06
hi

is there a(n easy) way to make the router arp-spoofing-proof?
I mean there's the arpwatch of course, but it's more a detective than a preventive control...

dadittoz
16-04-2008, 10:34
There's a topic in russian forum (http://www.wl500g.info/showthread.php?t=11414) about it. According to it, adding this to /usr/local/sbin/post-boot should do the trick

ip neigh add 10.1.1.1 lladdr 00:11:22:33:44:55 nud permanent dev vlan1
where's 10.1.1.1 is an ip address you want to have fixed arp
00:11:22:33:44:55 - mac address
and vlan1 is the interface

bbaccsi
16-04-2008, 15:33
Спасибо! :)