mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
7de2a18811
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>
9 lines
393 B
Plaintext
9 lines
393 B
Plaintext
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.
|
|
|
|
Author SeaD <sead@mail.ru>
|
|
WWW: http://ipguard.deep.perm.ru/
|