Guest User

Untitled

a guest
Mar 6th, 2023
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. ufw --force disable
  2. ufw --force reset
  3. ufw logging on
  4. ufw default deny outgoing
  5. ufw default deny incoming
  6. ufw allow out from any to any
  7. ufw allow in from any to any
  8. ufw deny from any to any port 22
  9. ufw allow from 192.168.2.150 to any port 22
  10. ufw --force enable
  11.  
Advertisement
Add Comment
Please, Sign In to add comment