Merge from vendor branch TNF:
authoradam <adam>
Tue, 30 Nov 2010 12:35:12 +0000 (12:35 +0000)
committeradam <adam>
Tue, 30 Nov 2010 12:35:12 +0000 (12:35 +0000)
commit14bd2a60b3190be2b79f059074ea521678bf5da7
tree770c763cd110fe0e863df7730d5e9f6a2d8a4e7b
parent88dda61dac823a5460f2d89342d3c6e0b0c9ddb7
parentbc8955caf5fdc722775bb1a0d86a64a4f60f7431
Merge from vendor branch TNF:
knockd is a port-knock server. It listens to all traffic on an ethernet (or PPP)
interface, looking for special "knock" sequences of port-hits. A client makes
these port-hits by sending a TCP (or UDP) packet to a port on the server. This
port need not be open - since knockd listens at the link-layer level, it sees
all traffic even if it's destined for a closed port. When the server detects
a specific sequence of port-hits, it runs a command defined in its configuration
file. This can be used to open up holes in a firewall for quick access.