Problem 1:
- You have four web servers that are serving static web pages. You want to prevent them from communicating with each other, but allow them to communicate with the gateway
- You have a fifth webserver that is serving a web application and therefore it requires access to the database server. This webserver and the database server should ONLY be able to communicate with each other and the gateway
- All of these servers are on the same subnet and connected to the same switch
Design a solution to this problem using private VLANs.
You must submit a synopsis of the solution, a diagram and the commands that you would use.
Problem 2:
Write an Access List that drops packets that match the following:
- Destination address equal to class D or broadcast
- Contains a connection-oriented protocol
- Destination address equal to 0.0.0.0 or with 0s in the network part
Assume the interface we are applying this access list to has an IP 172.16.20.1/22