08-24-2020 09:58 AM
Dear Cisco Community,
I am configuring this ACL to only have HTTP and HTTPS access to the server 10.0.0.2 on vlan 10, but I am doing something wrong as I am unable to reach the webpage anymore after I enable the ACL.
It's probably something small I am overlooking, any help is appreciated.
brussel(config)#ip access-list extended server
brussel(config-ext-nacl)#permit tcp 192.168.10.0 0.0.0.255 host 10.0.0.2 eq 80
brussel(config-ext-nacl)#permit tcp 192.168.10.0 0.0.0.255 host 10.0.0.2 eq 443
brussel(config-ext-nacl)#deny ip any host 10.0.0.2
brussel(config-ext-nacl)#int g0/1
brussel(config-if)#ip access-group server in
Solved! Go to Solution.
08-24-2020 11:06 AM
08-24-2020 10:46 AM - edited 08-24-2020 10:49 AM
what is the out come removing "deny ip any host 10.0.0.2" and try ?
08-24-2020 11:02 AM - edited 08-24-2020 11:03 AM
Weird, still not able to reach the page the moment I remove the total ACL I get instant webpage...
Does that mean this is wrong?
brussel(config-ext-nacl)#permit tcp 192.168.10.0 0.0.0.255 host 10.0.0.2 eq 80
brussel(config-ext-nacl)#permit tcp 192.168.10.0 0.0.0.255 host 10.0.0.2 eq 443
08-24-2020 11:06 AM
08-24-2020 11:19 AM
08-24-2020 12:15 PM
Good catch it was the wrong interface.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide