Week 7 Web Architecture
I have made it this far and I am feeling much more confident using Linux. I feel that I can operate a Linux system pretty basically now. I would still need to follow step by step instructions when installing anything on a Linux system, but I do know what to look for to know that I am in fact installing and how to check for installation. This week we worked with iptables and learning how to view and edit iptables in a Linux operating system. In this first screenshot we had to take what we learned from the lab and use it to delete line 5 using the command #iptables -D INPUT 5 which tells the system to delete line 5 and all of its contents, which you can see and confirm from the screenshot above. Earlier in the lab we changed settings that allowed telnet connections. In this screenshot we are attempting to connect to plabfed01 via telnet from plabfed02, which is successful. You need to know the ip address in order to attempt to connect via telnet. ...