01-03-2008 02:50 PM - edited 03-12-2019 05:56 PM
I would like to allow an inside IP that is not in the permit acl's to access the following website IP addresses
xxx.xxx.xx.170
xxx.xxx.xx.150
Another engineer added the two access list at the end but I don't think they are much help. If anyone can assist me with this I would deeply appreciate it.
access-list outgoing extended permit ip host 192.168.1.210 any
access-list outgoing extended permit ip host 192.168.1.211 any
access-list outgoing extended permit ip host 192.168.1.212 any
access-list outgoing extended permit ip host 192.168.1.213 any
access-list outgoing extended permit ip host 192.168.1.214 any
access-list outgoing extended permit ip host 192.168.1.215 any
access-list outgoing extended permit ip host 192.168.1.216 any
access-list outgoing extended permit ip host 192.168.1.217 any
access-list outgoing extended permit ip host 192.168.1.218 any
access-list outgoing extended permit ip host 192.168.1.219 any
access-list outgoing extended permit ip host 192.168.1.220 any
access-list outgoing extended permit ip host 192.168.1.12 any
access-list outgoing extended permit ip any host xxx.xxx.xx.170
access-list outgoing extended permit ip any host xxx.xxx.xxx.150
01-03-2008 02:59 PM
Hi
Well it's a bit open if you only want http to be allowed out ie.
access-list outgoing extended permit tcp host "inside ip" host xxx.xxx.xx.170 eq www
access-list outgoing extended permit tcp host "inside ip" host xxx.xxx.xxx.150 eq www
However this is not your main problem. Are you Natting your internal IP addresses to a publically routable address ?
Jon
01-03-2008 03:11 PM
Yes
nat (inside) 1 192.168.1.0 255.255.255.0
nat (inside) 1 0.0.0.0 0.0.0.0
01-03-2008 03:17 PM
Can you post the correspondin global statements.
In fact it would help if you could post the full config minus any sensitive information.
Jon
01-03-2008 03:29 PM
01-03-2008 03:35 PM
Config looks okay, what is the source IP address you are trying to go from.
When you try to connect to that address what do you see in the xlate table - "sh xlate"
Jon
01-03-2008 04:40 PM
192.168.1.107
01-04-2008 08:57 AM
to make sure I understand correctly, you want an inside host, 10.1.1.10 (example) to access the public IP address?
Is this correct?
What host to what address on what ports?
This is how the ACL will read.
As stated by jon you will see this in the xlate table and the traffic going outbound will use the global IP. If you have a static NAT set-up for the public IP and have an access list set-up for access to that private IP via the NAT, wow that sounded confusing, then you will need to make sure that it is not specific and allows any to access the site.
now clear as mud right?
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