diff options
author | sem <sem@FreeBSD.org> | 2005-09-04 02:51:19 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-09-04 02:51:19 +0800 |
commit | d48b44a0f6002a123ad32eed484e15d1c361ab0d (patch) | |
tree | 2be34f40912dd52b4aa27c44eacbd845819d086b /security/Makefile | |
parent | e0555425b41c009572394f834064123928db207a (diff) | |
download | freebsd-ports-gnome-d48b44a0f6002a123ad32eed484e15d1c361ab0d.tar.gz freebsd-ports-gnome-d48b44a0f6002a123ad32eed484e15d1c361ab0d.tar.zst freebsd-ports-gnome-d48b44a0f6002a123ad32eed484e15d1c361ab0d.zip |
ipguard listens network for ARP packets. All permitted MAC/IP pairs
listed in 'ethers' file. If it recieves one with MAC/IP pair, which is
not listed in 'ethers' file, it will send ARP reply with configured
fake address. This will prevent not permitted host to work properly
in this ethernet segment. Especially Windows(TM) hosts.
PR: ports/84627, ports/85671
Submitted by: SeaD <sead@mail.ru>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 59b0a7465fd2..ef21ba1128ff 100644 --- a/security/Makefile +++ b/security/Makefile @@ -164,6 +164,7 @@ SUBDIR += ipfilter2dshield SUBDIR += ipfmeta SUBDIR += ipfw2dshield + SUBDIR += ipguard SUBDIR += isakmpd SUBDIR += its4 SUBDIR += john |