Changes between Version 29 and Version 30 of Csle2022/Agenda/FW
- Timestamp:
- Nov 29, 2022, 9:30:50 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Csle2022/Agenda/FW
v29 v30 175 175 sudo iptables -A INPUT -s 192.168.1.4 -p tcp --dport 22 -j ACCEPT 176 176 }}} 177 178 Now try to connect via SSH, Still cannot?, then check iptables; 179 {{{ 180 sudo iptables -L 181 }}} 182 183 [[Image(image3.png)]] 184 185 Can you guess the issue? hope you will. 186 187 177 188 178 189 '''3. Deleting a rule from the iptable :'''