Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
docs:user-guide:services:portknock.server [2018/02/19 21:41] – ↷ Links adapted because of a move operation docs:guide-user:services:remote_control:portknock.server [2019/08/03 14:36] – [Notes] ewb
Line 1: Line 1:
- +======Port knocking server knockd ======
-====== knockd server ======+
 Knockd is a port knocking daemon, a program that listens for specific packets on specific ports, and will run a command when it hears the correct sequence.  It is used to hide ports from public view for better privacy/security. Knockd is a port knocking daemon, a program that listens for specific packets on specific ports, and will run a command when it hears the correct sequence.  It is used to hide ports from public view for better privacy/security.
  
Line 15: Line 14:
  
 ===== Installation ===== ===== Installation =====
-[[docs:user-guide:additional-software:opkg]]+[[docs:guide-user:additional-software:opkg]]
 <code bash> <code bash>
 opkg install knockd opkg install knockd
Line 328: Line 327:
  
 ===== Notes ===== ===== Notes =====
 +
 +OpenWrt 18.06.4 appears to lack the knock/knockd package describe above; however, there are efforts to provide this package for the v18.06 (and hopefully beyond).  Links to those Github repos from those folks are as follows:
 +  * [[https://github.com/milaq/openwrt_knockd|milaq/openwrt_knockd]]
 +  * [[https://github.com/TDFKAOlli/openwrt_knockd|TDFKAOlli/openwrt_knockd]]
  • Last modified: 2020/10/06 03:36
  • by vgaetera