Hi All,
I am in need of some help regarding ACL's.
Say i have a webserver address 192.168.15.3 and another network with 3 PC's ranging 172.16.15.2 - 172.16.15.5, I want to create a ACL that only allows 172.16.15.2 to connect to the webserver using HTTP and block all the other machines access.
At present I can create a list where 172.16.15.2 is the only machine that can access HTTP but this also blocks all other access to the 192 network ie ping, telnet etc, below is my list that does this.
access-list 101 permit tcp 172.16.15.2 0.0.0.0 192.168.15.3 0.0.0.0 eq 80
How can I allow all other traffic while blocking HTTP from all but 172.16.15.2 of the 172 range?
Many thanks