Changes between Version 25 and Version 26 of Csle2022/Agenda/FW
- Timestamp:
- Nov 29, 2022, 9:15:43 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Csle2022/Agenda/FW
v25 v26 44 44 === 1. ACCEPT === 45 45 When traffic passes the rules in its specified chain, then the iptable accepts the traffic. 46 That means it opens up the gate and allows the person to go inside the kingdom of Thanos.46 That means it opens up the gate and allows the person to go inside the kingdom. 47 47 48 48 === 2. DROP === … … 140 140 In short, the above command adds a rule to the INPUT chain which says, if any packet arrives whose source address is 192.168.1.4 then drop that packet, that means do not allow the packet reach the computer. 141 141 142 As a result it will disconnect your ssh connection to Ubuntu Machine. 142 '''As a result it will disconnect your ssh connection to Ubuntu Machine.''' 143 143 144 144 Now go to Ubuntu Desktop and open the Terminal program and execute following command as root.