Config.in 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. config ADK_COMPILE_KNOCK
  2. tristate
  3. default n
  4. depends ADK_PACKAGE_KNOCK || ADK_PACKAGE_KNOCKD
  5. config ADK_PACKAGE_KNOCK
  6. prompt "knock............................. A port-knocking client"
  7. tristate
  8. default n
  9. select ADK_COMPILE_KNOCK
  10. help
  11. It listens to all traffic on an ethernet (or PPP) interface,
  12. looking for special "knock" sequences of port-hits. A client
  13. makes these port-hits by sending a TCP (or UDP) packet to a
  14. port on the server. This port need not be open -- since
  15. knockd listens at the link-layer level, it sees all traffic
  16. even if it's destined for a closed port. When the server
  17. detects a specific sequence of port-hits, it runs a command
  18. defined in its configuration file. This can be used to open
  19. up holes in a firewall for quick access.
  20. http://www.zeroflux.org/cgi-bin/cvstrac/knock/wiki
  21. config ADK_PACKAGE_KNOCKD
  22. prompt "knockd............................ A port-knocking server"
  23. tristate
  24. default n
  25. select ADK_COMPILE_KNOCK
  26. help
  27. It listens to all traffic on an ethernet (or PPP) interface,
  28. looking for special "knock" sequences of port-hits. A client
  29. makes these port-hits by sending a TCP (or UDP) packet to a
  30. port on the server. This port need not be open -- since
  31. knockd listens at the link-layer level, it sees all traffic
  32. even if it's destined for a closed port. When the server
  33. detects a specific sequence of port-hits, it runs a command
  34. defined in its configuration file. This can be used to open
  35. up holes in a firewall for quick access.
  36. http://www.zeroflux.org/cgi-bin/cvstrac/knock/wiki