01-05-2011 09:26 AM
Hi,
We received this question from our CSC Facebook community.
http://www.facebook.com/CiscoSupportCommunity
Zone based firewall / IPsec VPN Hello, I've remote vpn running on a 2801, now i decide to use ZBF to have some firewall feature on cisco router but, after deploy ZBF on my 2801 box i can connect but no traffic cross my internal lan. Topology: LAN |--------->2801--------->INTERNET ZBF config.: class-map type inspect match-any CHAP-1 match protocol tcp match protocol icmp match protocol udp ! ! policy-map type inspect PMAP-1 class type inspect CHAP-1 inspect police rate 8000 burst 1000 class class-default ! zone security inside zone security outside zone-pair security inside-to-outside source inside destination outside service-policy type inspect PMAP-1 *************************************************************** PLEASE HELP!!
01-05-2011 01:37 PM
Hi,
enter this command: ip inspect log drop-pkt then try to connect to lan from outside and post output from log.
Regards.
Alain
01-07-2011 02:56 AM
Hi Alcides
Something's missing in your configuration for ZFW to work, you need to assign interfaces to zones:
interface
zone-member inside
interface
zone-member outside
Your VPN continues to work because ZFW by default doesn't filter to-the-box traffic, only through-the-box traffic. Keep in mind that you need to define policies in both directions separately if you intend to INITIATE traffic in both directions.
Also, note the following conditions for security-zones in ZFW (taken from the config guide):
Regards
Toni
01-07-2011 12:44 PM
Hi Toni,
As long as interfaces are not part of a security zone and there is no other fw setting then the config he posted can't change anything to the router
behaviour.
So if he has another behaviour he has put interfaces into zones.
Regards.
Alain.
01-07-2011 02:18 PM
Hi Alain
Maybe, maybe not...as long as we don't see the whole and current config of the box and the gentleman himself doesn't participate in this thread, I suspect troubleshooting will get a little difficult.
Anyway, I doubt that you'll see drops with a legacy CBAC command ('ip inspect') for ZFW. In ZFW, logs for drops have to be activated through drop actions assigned to class-maps inside policy-maps. But again, who know's what's running other than ZFW on that box...
Regards
Toni
01-08-2011 04:44 AM
Hi,
Anyway, I doubt that you'll see drops with a legacy CBAC command ('ip inspect') for ZFW
this command will work with zbf, give it a try and you will see.
Maybe, maybe not...as long as we don't see the whole and current config of the box and the gentleman himself doesn't participate in this thread, I suspect troubleshooting will get a little difficult.
I repeat what I said above until the interfaces are in a security zone all other zbf commands have no effect at all so he must at least heve put one
interface in a zone to get traffic influenced by zbf.
Regards.
Alain.
01-08-2011 10:17 AM
You're right, 'ip inspect log drop-pkt' really works with ZFW. Thanks for that hint!
I repeat what I said above until the interfaces are in a security zone all other zbf commands have no effect at all so he must at least heve put one interface in a zone to get traffic influenced by zbf.
Also true, can't argue about that. Happy troubleshooting then...
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