Changes between Version 1 and Version 2 of NspwUprouse/Agenda/ufw
- Timestamp:
- Sep 6, 2021, 8:15:17 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NspwUprouse/Agenda/ufw
v1 v2 94 94 Now add the following rules. Note that you have to give them in the given sequence. 95 95 {{{ 96 #ufw allow proto tcp from < IP of Your host machine >/32 to any port 2296 #ufw allow proto tcp from < IPv4 of Your host machine >/32 to any port 22 97 97 Rule added 98 #ufw allow proto tcp from < IPv6 of Your host machine >/128 to any port 22 99 Rule added (v6) 98 100 }}} 99 101 This rule is explained as you are allowing all TCP packets coming from your host machine to port 22(SSH port) … … 114 116 -- ------ ---- 115 117 OpenSSH DENY Anywhere 116 22/tcp ALLOW <Your host IP address> /32118 22/tcp ALLOW <Your host IP address> 117 119 OpenSSH (v6) DENY Anywhere (v6) 120 22/tcp ALLOW <Your host IPv6 address> 118 121 }}} 119 122