Name: arpcheck Version: 1.8 Release: 1%{?dist} Summary: Ethernet Layer 2 checking tool Group: Applications/Internet License: GPLv2+ URL: http://ge.mine.nu/arpcheck.html Source0: http://ge.mine.nu/code/arpcheck BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: samba-client Requires: iptables %description arpcheck checks /proc/net/arp for MAC/IP combinations and compares them to a static or dynamic MAC list. If something does not fit, you'll get an alarm which will also be logged. You can also run custom scripts. This is useful, if you're a router with multiple interfaces (e.g. WAN, LAN, DMZ) and want to check if anyone from your clients is evil and does some arpspoofing (mitm) or changes his IP. %prep %build %install rm -rf %{buildroot} install -Dp -m 0755 %{SOURCE0} %{buildroot}%{_bindir}/%{name} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %{_bindir}/%{name} %changelog * Thu Jan 02 2009 Fabian Affolter - 1.8-1 - Initial spec for Fedora