Download List

專案描述

IP Sentinel is a tool that tries to prevent
unauthorized usage of IP addresses within an
ethernet broadcast domain by answering ARP
requests. After receiving faked replies,
requesting parties store the MAC in their ARP
tables and will send future packets to this
invalid MAC, rendering the IP unreachable.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-03-29 23:15
0.12

This version adds an "--action" option to execute a program when a disallowed ARP packet is detected. Sorting of IP addresses happens in an endian-neutral manner, and support for the old, deprecated logging format was physically removed from the source.
標籤: Minor feature enhancements

2004-12-16 13:01
0.11

This version made it possible to block hosts with a certain MAC address regardless of their IP. This feature could help to isolate hosts infected by worms or viruses. The default options were changed.
標籤: Minor feature enhancements

2004-06-17 17:31
0.10

Code cleanups are the main change in this version.
Compilation issues with dietlibc 0.26 were fixed,
and the tai64n format is now used for timestamps.
標籤: Code cleanup

2003-12-16 02:19
0.9

This release fixes the handling of MAC-annotated IPs when there exists a more general rule. It provides workarounds for gcc and dietlibc bugs also, and the behavior on duplicate networks with MAC-annotation is now predictable so that e.g. MAC pools for networks can be configured.
標籤: Minor bugfixes

2003-10-31 04:49
0.8

This version fixes a bug in the FROM-mode in
combination with 0.0.0.0 IPs, which are used by
DHCP or DAD. It is now permissible to specify MACs
of source-addresses, and to poison an intruders IP
when he has sent a request. In combination with
MAC-tagged IP addresses, the correct MAC can be
propagated when an intruder uses the IP of
temporarily turned off machines. Some other parts
of the code were made more RFC826 compliant.
標籤: Minor feature enhancements

Project Resources