wok view knock/description.txt @ rev 25057
linux-libre: fix linux-libre-3.18.129-gnu-slitaz.config
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 06 11:05:30 2022 +0000 (2022-06-06) |
parents | |
children |
line source
1 Knockd is a port-knock server.
2 It listens to all traffic on an ethernet (or PPP) interface, looking
3 for special "knock" sequences of port-hits.
4 A client makes these port-hits by sending a TCP (or UDP) packet to a
5 port on the server. This port need not be open -- since knockd listens
6 at the link-layer level, it sees all traffic even if it's destined for
7 a closed port.
8 When the server detects a specific sequence of port-hits, it runs a
9 command defined in its configuration file. This can be used to open up
10 holes in a firewall for quick access.