cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
394
Views
0
Helpful
1
Replies

ACL to DENY outside to specific IP address...

lloydt
Level 1
Level 1

Hello all-

My question is simply this. Using the following:

name 207.46.250.119 microsoft.com

name 192.168.1.115 BlockedUser

access-list inside_access_in permit ip host BlockedUser host microsoft.com

access-list inside_access_in deny ip host BlockedUser any

access-list inside_access_in permit ip any any

access-group inside_access_in in interface inside

The goal here is to have a specified IP address allowed access only to specified websites. For example, a UPS/FEDEX machine would only need to get to those specific sites in order to operate. I have tried the above example on our website and other small sites (with one static address) and it works great. How would I get this to work with microsoft.com?

Any help is much appreciated...

Sincerely-

1 Reply 1

rthakker
Level 1
Level 1

If you compare http://www.microsoft.com or http://www.yahoo.com with other websites it will be bit lengthy procedure as you should have all the public IP addresses as aliases must have been setup for DNS lookup.