Re: Need some advice on learning networking
Lord have mercy. These access lists are something else. They're also amazing and wonderful.
I have a real router installed on my network at the office and I'm using it to NAT and that involves setting up an access list but it's not complicated as far as ACL go. In order to pass the CCNA, we must take it to the next level and that's exactly what I did.
I don't know where to start. (side note: This lab was done in Packet Tracer)
We have a 2 webservers. One is running http (port 80) and the other server is running https: (port 443)
We also have 2 PC's on the same subnet.
Using an ACL, we blocked PC 1 from accessing server 1 but allowed it to access server 2.
Using the same access list, we blocked PC 2 from accessing server 1 to allowed it to access server 1.
We did this by allowing TCP for both PC because http rides on top of TCP. But then we denied access for port 80 for PC 1 and also denied access to port 443 for PC 2.
Neither computer could ping either server but they could accesss their respective webpages.
You can get very granular with a ACL. But it's very easy to end up with unintended consequences. It's scary because you can bring down a large portion of a network if you're not careful.
Lord have mercy. These access lists are something else. They're also amazing and wonderful.

I have a real router installed on my network at the office and I'm using it to NAT and that involves setting up an access list but it's not complicated as far as ACL go. In order to pass the CCNA, we must take it to the next level and that's exactly what I did.
I don't know where to start. (side note: This lab was done in Packet Tracer)
We have a 2 webservers. One is running http (port 80) and the other server is running https: (port 443)
We also have 2 PC's on the same subnet.
Using an ACL, we blocked PC 1 from accessing server 1 but allowed it to access server 2.
Using the same access list, we blocked PC 2 from accessing server 1 to allowed it to access server 1.
We did this by allowing TCP for both PC because http rides on top of TCP. But then we denied access for port 80 for PC 1 and also denied access to port 443 for PC 2.
Neither computer could ping either server but they could accesss their respective webpages.
You can get very granular with a ACL. But it's very easy to end up with unintended consequences. It's scary because you can bring down a large portion of a network if you're not careful.
Comment