May 9, 2005 #1 Antelope MIS Aug 6, 2003 138 US What rule do you put in to allow https:// access from LAN out to these websites?
May 9, 2005 #2 LloydSev ISP Jan 23, 2003 1,457 US you want the LAN to be able to connect via HTTPS to websites on the outside? access-list Inside_Out permit tcp any any eq 443 Computer/Network Technician CCNA Upvote 0 Downvote
you want the LAN to be able to connect via HTTPS to websites on the outside? access-list Inside_Out permit tcp any any eq 443 Computer/Network Technician CCNA
May 9, 2005 #3 ChrisAC ISP Aug 6, 2001 2,158 GB If you haven't applied an ACL to the LAN interface then this will be permitted by default. Chris. ********************** Chris A.C, CCNA, CCSA ********************** Upvote 0 Downvote
If you haven't applied an ACL to the LAN interface then this will be permitted by default. Chris. ********************** Chris A.C, CCNA, CCSA **********************
May 10, 2005 Thread starter #4 Antelope MIS Aug 6, 2003 138 US My problem was more that DNS queries were not resolving. I had this rule: access-list outbound permit tcp any any eq domain but it should have been: access-list outbound permit udp any any eq domain I must have had the http website cache'd that I was testing with. Thanks for your help. Upvote 0 Downvote
My problem was more that DNS queries were not resolving. I had this rule: access-list outbound permit tcp any any eq domain but it should have been: access-list outbound permit udp any any eq domain I must have had the http website cache'd that I was testing with. Thanks for your help.