Changes between Version 39 and Version 40 of Csle2022/Agenda/FW


Ignore:
Timestamp:
Nov 29, 2022, 11:14:33 PM (2 years ago)
Author:
geethike
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Csle2022/Agenda/FW

    v39 v40  
    274274[[Image(image6.png)]]
    275275
    276 if you select '''Yes''' your SSH connection will Drop. But as we have Terminal access we will proceed. Later in this Lab we will learn how to avoid this problem.
     276if you select '''Yes''' your SSH connection will  May Drop. But as we have Terminal access we will proceed. Later in this Lab we will learn how to avoid this problem.
    277277
    278278{{{
    279279Output
    280280Firewall is active and enabled on system startup
     281}}}
     282
     283check the status with -verbose parameter
     284
     285{{{
     286sudo ufw status verbose
    281287}}}
    282288
     
    352358
    353359'''Delete UFW Rule'''
     360
    354361To delete a rule that you previously set up within UFW, use '''''ufw delete''''' followed by the rule (allow or deny) and the target specification. The following example would delete a rule previously set to allow all connections from an IP address of 203.0.113.101:
    355362{{{