Changes between Version 31 and Version 32 of Csle2022/Agenda/FW


Ignore:
Timestamp:
Nov 29, 2022, 10:10:59 PM (2 years ago)
Author:
geethike
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Csle2022/Agenda/FW

    v31 v32  
    193193with '''-I'''. Now check the IP tables.
    194194
     195
     196'''3. Add a rule to TOP of the iptable :'''
     197
     198{{{
     199sudo iptables -I INPUT -s 192.168.1.4 -p tcp --dport 22 -j ACCEPT
     200}}}
     201
    195202[[Image(image5.png)]]
    196 
    197 '''3. Add a rule to TOP of the iptable :'''
    198 {{{
    199 sudo iptables -I INPUT -s 192.168.1.4 -p tcp --dport 22 -j ACCEPT
    200 }}}
    201203
    202204