search for: statarp

Displaying 1 result from an estimated 1 matches for "statarp".

Did you mean: stata
2003 Sep 24
0
Possible (or possibly painful) workaround for FreeBSD-SA-03:14.arp
...ireless hosts, since I'm in an urban environment with many visible nodes, some in autos, and ARP cache poisoning is a well-known DoS against wireless. You may find it extremely painful and less-than-useful to have static IP addrs, etc. for hosts. Here's a snippet of /usr/local/etc/rc.d/20-statarp.sh from my FreeBSD host (192.168.1.1) serving as a wireless router #! /bin/sh PATH=/usr/sbin:/sbin ifconfig wi0 -arp arp -d -a 2>&1 > /dev/null # wireless NICs arp -s 192.168.1.1 00:02:2d:0e:00:40 2>&1 > /dev/null arp -s 192.168.1.129 00:30:ab:14:11:46 2>&1 >...