01-28-2016 09:32 AM - edited 03-12-2019 12:12 AM
Dear All,
Thank you so much in advance for your help, i just got stuck in an issue.
I implemented ZBF on a cisco router but due to some reasons I am unable to access web services from internet. packets hitting the ACL and showing the count as well, also showing in ip nat translations but again unable to access the services.
my configuration file is attached.
Thanks.
01-28-2016 10:17 AM
Hi Faisal
Please try to add the following to mitigate the same issue:
ip access-list extended TEST
permit ip host <outside_ip> any
!
class-map type inspect match-any SELF->OUTSIDE
match access-group name TEST
!
policy-map type inspect SELF->OUTSIDE
class type inspect SELF->OUTSIDE
inspect
class class-default
drop log
!
zone-pair security SELF->OUTSIDE source self destination OUTSIDE
service-policy type inspect SELF->OUTSIDE
Let me know how it went.
Regards
Jagmeet
01-28-2016 10:20 AM
Just a modification in access-list :
ip access-list extended TEST
permit ip host <outside_ip> any
permit tcp 192.168.0.0 0.0.0.255 any eq www permit tcp 192.168.0.0 0.0.0.255 any eq 443 permit tcp 192.168.0.0 0.0.0.255 any eq ftp permit tcp host 192.168.0.100 any eq smtp
01-28-2016 12:38 PM
Hi Jagmeet,
Thanks for your reply,
we I applied this its blocked all my inside to outside traffic.
01-28-2016 12:48 PM
Hi Jagmeet,
I tried this but It blocked all my inside to outside traffic.
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