10-15-2012 12:20 AM - edited 03-11-2019 05:08 PM
Hi Experts,
Please find the Network digram below. i want to deny internet access for some host in my network & other host should be access email ony what acces rule should be apply in ASA 5510.
10-15-2012 12:32 AM
Hello Suhas,
You can probably use the below ACL
access-list inside_access_in extended deny ip host 192.168.0.6 any
access-list inside_access_in extended deny ip host 192.168.0.9 any
access-list inside_access_in extended permit tcp host 192.168.0.8 host
access-list inside_access_in extended permit tcp host 192.168.0.8 host
access-list inside_access_in extended permit udp host 192.168.0.8 host
access-list inside_access_in extended deny ip host 192.168.0.8 any
access-list inside_access_in extended permit IP 192.168.0.0 255.255.255.0 any
access-group in inside_access_in in interface inside
10-15-2012 08:20 AM
Hi Harish,
But some time which host has allow Internet access not able to browse Internet. why it is happed is there any issue in dynamic NAT....
10-15-2012 10:20 AM
Hello Suhas,
With the configuration Harish provided you the host 192.168.0.8 should be able to browse to the internet at any time.
Now if this stops working perform the following:
1) Ping the ASA from the PC
2) Ping 4.2.2.2 from the PC
3) Ping 4.2.2.2 from the ASA
Let us know the results.
Any other question..Sure..Just remember to rate all of my answers.
Julio
10-15-2012 10:58 PM
Hi Julio,
I can ping ASA from HOST & that all IP which you gave me, i also pin 8.8.8.8 but not able to browse internet it happend some time not regular.
suhas..
10-16-2012 05:10 AM
Hello Suhas,
Okay, but when you start it to have issues where you able to ping 8.8.8.8 from the ASA?
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