06-14-2011 09:32 AM - edited 03-11-2019 01:44 PM
I have set up an access-list fot CBAC and everytime they go to a HTTPS site it does not allow them. How can I write an access list that will allow this? Below is what I currently have -
access-list 100 remark Firewall Access List
access-list 100 deny tcp any any
access-list 100 deny udp any any
access-list 100 deny ip any any
ip inspect name Firewal tcp
ip inspect name Firewal udp
ip inspect name Firewal http
ip inspect name Firewal ftp
ip inspect name Firewal icmp
Thank you for your help
06-14-2011 09:47 AM
You should permit TCP port 443 because HTTPS uses this port
access-list 100 remark Firewall Access List
access-list 100 permit tcp any any eq 443
access-list 100 deny tcp any any
access-list 100 deny udp any any
access-list 100 deny ip any any
06-14-2011 10:00 AM
Thank you for your reply, I will try that tonight.
06-14-2011 09:48 AM
Hey.
Is the access outbound or inbound? If Inbound, the Address for nat being used is the one from the router or another one? If using the one on the router, is the ip http server command configured?
Mike
06-14-2011 09:59 AM
Hi Mike,
Thank you for the reply, hopefully below will answer your question. It is all for the same router. I have no ip http server.
int fa0/0
ip access-group 100 in
ip nat outside
ip inspect Firewal out
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