cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
351
Views
8
Helpful
1
Replies

ASA5510: How to block just certain inside hosts to access internet?

xiangdongbi
Level 1
Level 1

I have ASA5510 set up. By using NAT, the inside hosts can access internet. If I want to just block certain hosts, for example (ip: 192.168.1.112) to access internet. How do I do it?

1 Reply 1

acomiskey
Level 10
Level 10

This would do it..

access-list inside deny tcp host 192.168.1.112 any eq 80

access-list inside deny tcp host 192.168.1.112 any eq 443

access-list inside permit ip any any

access-group inside in interface inside

That would prevent all web browsing, of course if you wanted to prevent any access to the internet...

access-list inside deny ip host 192.168.1.112 any

access-list inside permit ip any any

access-group inside in interface inside

Please rate helpful posts.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card