Changes between Version 41 and Version 42 of Csle2022/Agenda/FW
- Timestamp:
- Nov 30, 2022, 12:19:58 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Csle2022/Agenda/FW
v41 v42 362 362 }}} 363 363 You can also allow connections from a whole subnet by providing the corresponding subnet mask for a host, such as 203.0.113.0/24. 364 365 366 '''To insert a rule to specific position''' 367 368 {{{ 369 sudo ufw insert 3 deny from 192.168.1.10 370 }}} 371 above command will add the rule at 3rd position. 372 {{{ 373 sudo ufw status numbered 374 }}} 375 364 376 365 377 '''Delete UFW Rule'''