Changes between Version 41 and Version 42 of Csle2022/Agenda/FW


Ignore:
Timestamp:
Nov 30, 2022, 12:19:58 AM (18 months ago)
Author:
geethike
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Csle2022/Agenda/FW

    v41 v42  
    362362}}}
    363363You 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{{{
     369sudo ufw insert 3 deny from 192.168.1.10
     370}}}
     371above command will add the rule at 3rd position.
     372{{{
     373sudo ufw status numbered
     374}}}
     375
    364376
    365377'''Delete UFW Rule'''