<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>Topic &#x27;Re: [Config] Working on Home Network and Zone-Pair FW&#x27; in forum &#x27;Cisco&#x27; - dslreports.com</title>
<link>http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26642368</link>
<description></description>
<language>en</language>
<pubDate>Thu, 23 May 2013 14:31:54 EDT</pubDate>
<lastBuildDate>Thu, 23 May 2013 14:31:54 EDT</lastBuildDate>

<item>
<title>Re: [Config] Working on Home Network and Zone-Pair FW</title>
<link>http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26703838</link>
<description><![CDATA[HELLFIRE posted : Wonder if Cisco'd ever let us in on what does and doesn't need PASS or not in ZBFW. :D<br><br>Thanks for the hints cooldude9919<br><br>Regards]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26703838</guid>
<pubDate>Wed, 28 Dec 2011 14:13:44 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Working on Home Network and Zone-Pair FW</title>
<link>http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26703704</link>
<description><![CDATA[cooldude9919 posted : <div class="bquote"><said>said by <a href="/profile/1691829" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=1691829');">HELLFIRE</a>:</said><p>Glad cooldude9919 got it sorted out for you Bigzizzzle.  I guess my question is why PASS works<br>better than INSPECT for Steam... guess it's just entirely stateless and expects an implicit<br>trust from users that those packets its passing on those ports is entirely trusted.<br><br>Mind reposting your complete config again Bigzizzzle?  Figure it'll make good reference material<br>in the future again.<br><br>Regards<br> </p></div>Pretty much yes.  Inspect works great with things that are fairly simple, or stick to a single or small number of ports.  It all has to do with what cisco calls the "initiator" and the "responder".  You can see below it breaks it down to the source/dest port level per ip address.  So if the remote end tries to talk back on a different port or somtehing else weird it will get dropped by the drop on the class-default on the out to in policy.<br><code><br>show policy-map type inspect zone-pair ses<br>      Number of Established Sessions = 5<br>      Established Sessions<br>        Session 85BF4520 (10.3.130.102:49732)=>(64.4.11.160:80) tcp SIS_OPEN<br>          Created 00:30:14, Last heard 00:30:13<br>          Bytes sent (initiator:responder) [508:500]<br>        Session 8906F180 (10.3.130.102:49735)=>(68.142.123.254:80) tcp SIS_OPEN<br>          Created 00:30:14, Last heard 00:30:10<br>          Bytes sent (initiator:responder) [1642:15714]<br>        Session 85BF86C0 (10.3.130.122:2747)=>(65.55.17.39:80) tcp SIS_OPEN<br>          Created 00:05:17, Last heard 00:05:16<br>          Bytes sent (initiator:responder) [651:1774]<br>        Session 85BF22C0 (10.3.130.122:2751)=>(207.46.216.54:80) tcp SIS_OPEN<br>          Created 00:05:05, Last heard 00:04:54<br>          Bytes sent (initiator:responder) [2205:1269]<br>        Session 85BF9980 (10.3.130.122:2752)=>(65.55.170.235:443) tcp SIS_OPEN<br>          Created 00:05:05, Last heard 00:05:03<br>          Bytes sent (initiator:responder) [2265:4169]<br></code><br>A few more things inspect breaks.<br><br>TLS encryption for email<br>Causes problems with DHCP<br>You must pass isakmp and ESP for cisco dmvpn to work<br>The last two used to work find on inspect with 12.4.15T, but dont on 15.0.1 M.whatever.<br><br>My new project is to convert 2 configs with a LOT of zbfw from working on 12.4.15T12 to 15.0.1.M7 and theres many changes along the way.  We got a NME-IPS-K9 and it doesnt work on 12.4 :(.<br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26703704</guid>
<pubDate>Wed, 28 Dec 2011 13:35:45 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Working on Home Network and Zone-Pair FW</title>
<link>http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26703428</link>
<description><![CDATA[HELLFIRE posted : Glad cooldude9919 got it sorted out for you Bigzizzzle.  I guess my question is why PASS works<br>better than INSPECT for Steam... guess it's just entirely stateless and expects an implicit<br>trust from users that those packets its passing on those ports is entirely trusted.<br><br>Mind reposting your complete config again Bigzizzzle?  Figure it'll make good reference material<br>in the future again.<br><br>Regards]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26703428</guid>
<pubDate>Wed, 28 Dec 2011 12:27:36 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Working on Home Network and Zone-Pair FW</title>
<link>http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26701352</link>
<description><![CDATA[Bigzizzzle posted : Good News, your method worked as well as previously dooing a permit ip any any. I have since removed the ip any any and strictly use the following. <br><br><pre class="brush: text"> &#012;class-map type inspect match-any CM_Voice_Traffic&#012; match protocol h323&#012; match protocol sip&#012; match protocol skinny&#012; match protocol sip-tls&#012;class-map type inspect match-any Email_Client&#012; match protocol pop3&#012; match protocol pop3s&#012; match protocol imap&#012; match protocol imaps&#012; match protocol smtp&#012;class-map type inspect match-any Steam-Firewall-Traffic&#012; description Steam Protocols&#012; match access-group name Steam&#012; match protocol udp&#012; match protocol tcp&#012;class-map type inspect match-any sdm-cls-icmp-access&#012; match protocol icmp&#012; match protocol tcp&#012; match protocol udp&#012;class-map type inspect match-any Web_Traffic&#012; match protocol http&#012; match protocol https&#012; match protocol dns&#012;class-map type inspect match-any CM_IMCP&#012; match protocol icmp&#012; match protocol tcp&#012; match protocol udp&#012;class-map type inspect match-all CM_ICMP_INSPECT&#012; match class-map CM_IMCP&#012;class-map type inspect match-any Server-Lab(WebTraffic)&#012; match protocol http&#012; match protocol https&#012; match protocol dns&#012; match protocol udp&#012; match protocol tcp&#012; match protocol icmp&#012;class-map type inspect match-any CM_Internet_Traffic&#012; match protocol tcp&#012; match protocol udp&#012; match protocol http&#012; match protocol https&#012; match protocol dns&#012; match protocol ftp&#012; match protocol tftp&#012;!&#012;!&#012;policy-map type inspect Web-Traffic&#012; class type inspect Server-Lab(WebTraffic)&#012;  inspect&#012; class class-default&#012;policy-map type inspect PM_02&#012; class type inspect Steam-Firewall-Traffic&#012;  pass&#012; class class-default&#012;policy-map type inspect PM_01&#012; class type inspect Steam-Firewall-Traffic&#012;  pass&#012; class type inspect Email_Client&#012;  inspect&#012; class type inspect CM_Internet_Traffic&#012;  inspect&#012; class class-default&#012;policy-map type inspect CM_IMCP&#012; description ICMP_Control&#012; class type inspect CM_ICMP_INSPECT&#012;  drop&#012; class class-default&#012;policy-map type inspect PM_ICMP_REPLY&#012; class type inspect CM_ICMP_INSPECT&#012;  inspect&#012; class class-default&#012;  pass&#012;!&#012;zone security out-zone&#012;zone security in-zone&#012;zone security Server-Lab&#012;zone-pair security CM_Internet_Traffic source in-zone destination out-zone&#012; service-policy type inspect PM_01&#012;zone-pair security CM_ICMP_INSPECT source self destination out-zone&#012; service-policy type inspect PM_ICMP_REPLY&#012;zone-pair security Server_LAB_Webtraffic source Server-Lab destination out-zone&#012; description Allowed Web Traffic from Server Lab Lan to Outside&#012; service-policy type inspect Web-Traffic&#012;zone-pair security CM_IMCP source out-zone destination self&#012; service-policy type inspect CM_IMCP&#012;zone-pair security ZP_IN_OUT source out-zone destination in-zone&#012; service-policy type inspect PM_02&#012; &#012;</pre><!--end code block-->]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26701352</guid>
<pubDate>Tue, 27 Dec 2011 18:33:26 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Working on Home Network and Zone-Pair FW</title>
<link>http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26701245</link>
<description><![CDATA[cooldude9919 posted : I guess im a little confused on your question.  The commands i gave would inspect all outbound traffic in a single line of an access-list, but not affect the ability to block all unsolicitedu inbound traffic.  In my opinion this would be worth trying first.<br><br>If you would like to go ahead and define an out to in pair thats easy enough.  <br>FOr example this would  define the out to in pair and also pass your steam traffic both ways.  To just define in, make your new policy-map and obviously dont add the steam-firewall-traffic class.<br><br>config t<br>policy-map type inspect PM_02<br>class Steam-Firewall-Traffic<br>pass<br>class-default<br>drop log<br>^<br>*note*<br>Doing a drop log will log any dropped packets, due to random bots/scanning ect it can be a lot, but it will allow you to look back and see if you can spot any legimitate packets getting dropped that you dont want to.<br><br>zone-pair security zp-out-in source out-zone destination in-zone  service-policy type inspect PM_02 <br><br>You would want class Steam-Firewall-Traffic to be at the top in your PM_02, only way i know of to rearrange it is to remove current classes and re-add them.<br><br>policy-map type inpsect PM_01<br>no class CM_Internet_Traffic<br>no class Steam-Firewall-Traffic<br>no class Email_Client <br><br>class Steam-Firewall-Traffic<br>pass<br>class CM_Internet_Traffic<br>inspect<br>class Email_Client <br>inspect]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26701245</guid>
<pubDate>Tue, 27 Dec 2011 17:58:22 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Working on Home Network and Zone-Pair FW</title>
<link>http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26701098</link>
<description><![CDATA[Bigzizzzle posted : Cooldude9919. I appreciate your reply, prior to your feedback. I tweaked my Zone Based firewall a little and still having issues. I will try your method of "pass" statement. If you wouldn't mind I could use some help make a proper reflexive statement, or Traffic inbound statement. <br><br>Question would adding "permit ip any any" be too broad a statement for the existing ACL. <br><br><pre class="brush: text"> &#012;class-map type inspect match-any CM_Voice_Traffic&#012; match protocol h323&#012; match protocol sip&#012; match protocol skinny&#012; match protocol sip-tls&#012;class-map type inspect match-any Email_Client&#012; match protocol pop3&#012; match protocol pop3s&#012; match protocol imap&#012; match protocol imaps&#012; match protocol smtp&#012;class-map type inspect match-any Steam-Firewall-Traffic&#012; description Steam Protocols&#012; match access-group name Steam&#012; match protocol udp&#012; match protocol tcp&#012;class-map type inspect match-any sdm-cls-icmp-access&#012; match protocol icmp&#012; match protocol tcp&#012; match protocol udp&#012;class-map type inspect match-any Web_Traffic&#012; match protocol http&#012; match protocol https&#012; match protocol dns&#012;class-map type inspect match-any CM_IMCP&#012; match protocol icmp&#012; match protocol tcp&#012; match protocol udp&#012;class-map type inspect match-all CM_ICMP_INSPECT&#012; match class-map CM_IMCP&#012;class-map type inspect match-any Server-Lab(WebTraffic)&#012; match protocol http&#012; match protocol https&#012; match protocol dns&#012; match protocol udp&#012; match protocol tcp&#012; match protocol icmp&#012;class-map type inspect match-any CM_Internet_Traffic&#012; match protocol tcp&#012; match protocol udp&#012; match protocol http&#012; match protocol https&#012; match protocol dns&#012; match protocol ftp&#012; match protocol tftp&#012;!&#012;!&#012;policy-map type inspect Web-Traffic&#012; class type inspect Server-Lab(WebTraffic)&#012;  inspect&#012; class class-default&#012;policy-map type inspect PM_01&#012; class type inspect CM_Internet_Traffic&#012;  inspect&#012; class type inspect Steam-Firewall-Traffic&#012;  inspect&#012; class type inspect Email_Client&#012;  inspect&#012; class class-default&#012;policy-map type inspect CM_IMCP&#012; description ICMP_Control&#012; class type inspect CM_ICMP_INSPECT&#012;  drop&#012; class class-default&#012;policy-map type inspect PM_ICMP_REPLY&#012; class type inspect CM_ICMP_INSPECT&#012;  inspect&#012; class class-default&#012;  pass&#012;policy-map type inspect Email_Client_Processing&#012; class type inspect Email_Client&#012;!&#012;zone security out-zone&#012;zone security in-zone&#012;zone security Server-Lab&#012;zone-pair security CM_Internet_Traffic source in-zone destination out-zone&#012; service-policy type inspect PM_01&#012;zone-pair security CM_ICMP_INSPECT source self destination out-zone&#012; service-policy type inspect PM_ICMP_REPLY&#012;zone-pair security Server_LAB_Webtraffic source Server-Lab destination out-zone&#012; description Allowed Web Traffic from Server Lab Lan to Outside&#012; service-policy type inspect Web-Traffic&#012;zone-pair security CM_IMCP source out-zone destination self&#012; service-policy type inspect CM_IMCP&#012; &#012; &#012;</pre><!--end code block-->]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26701098</guid>
<pubDate>Tue, 27 Dec 2011 17:19:25 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Working on Home Network and Zone-Pair FW</title>
<link>http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26700987</link>
<description><![CDATA[cooldude9919 posted : OK ive looked things over a bit, here is my understanding of your setupand the parts of the config that matter.<br><code><br>Inside interface: BVI1<br>Outside Interface: FA0<br><br>zone-pair security CM_Internet_Traffic source in-zone destination out-zone  service-policy type inspect PM_01 <br><br>policy-map type inspect PM_01  <br>class type inspect CM_Internet_Traffic   <br>inspect  <br>class type inspect CM_Voice_Traffic<br>  pass  <br>class class-default<br><br>class-map type inspect match-any CM_Internet_Traffic <br>*stuff*<br><br>ip access-list extended Steam  remark ports required for steam games <br>*stuff*<br></code><br>Now is there a reason for just arent inspecting ALL traffic outbound?  We use ZBFW and this is how we do it, otherwise you have to put in any and every port you want to allow out, and if you miss something it simply wont work.  So unless you have a GOOD reason to do it the way you are you may want to change things around.<br>You where somewhat on track with the permit ip any any on the steam.  There is no security issue with this, as this policy is applied from your Inside zone to your outside zone.  You have no zone-pair defined for your outside zone to inside zone, so by default all of this traffic is dropped.  The "inspect" portion of the zbfw opens up a session in the firewall that allows bidirectional traffic to be trasmitted between the two parties.  This is pretty much how any home router works as well.<br>BUT given that you did have that in place and it still didnt work right is a little odd, but possibily it was getting hit earlier up the chain or something and causing other issues?<br>To rule out ZBFW being an issue or not i suggest you simplify your config and see if it helps.  If not you may need to pass the steam traffic instead of inspect, but you have to pass in both directions, so you WILL have to create a outside to inside zone and pass the class there as well as your inside to outside zone, i can help with this if we get to that point.  The way you have your voice traffic class in place right now seems like it wouldnt work right without also passing from out to in.  Is it even getting any hits under the show policy-map type inspect zone-pair command?<br><br>For now i suggest the following. (or similar)<br>config t<br>access-list 105 permit ip any any<br>class-map type inspect cls-any<br>match access-group 105<br><br>policy-map type inspect PM_01<br>no class CM_Internet_Traffic<br>class cls-any<br>inspect<br><br>Also FYI the order of your class-maps do matter under the policy-map, you always want your pass classes to be first  before any inspect classes because if any traffic accidently gets caught in an inspect when you really want to pass it that will obviously cause you problems.<br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26700987</guid>
<pubDate>Tue, 27 Dec 2011 16:57:21 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Working on Home Network and Zone-Pair FW</title>
<link>http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26697744</link>
<description><![CDATA[Bigzizzzle posted : Anyone see any problems in my class maps, policy maps, or even how I have writing my zone-pair statements. Still been having issues with specifically Multiplayer Game traffic / server finding with MW2. Other Items work fine Bad Company 2, TF2, CS-Source with there server browsing. Ill have to confirm left 4 dead. <br><br>MW2 Specific Ports per Steam KB<br><br>Additional Ports for Call of Duty: Modern Warfare 2 Multiplayer<br><br>    UDP 1500 (outbound)<br>    UDP 3005 (outbound)<br>    UDP 3101 (outbound)<br>    UDP 28960<br><br> Only odd thing I notice is that I never see any NAT translations for the outbound UDP 1500, 3005, 3101. ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26697744</guid>
<pubDate>Mon, 26 Dec 2011 15:20:50 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Working on Home Network and Zone-Pair FW</title>
<link>http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26683955</link>
<description><![CDATA[Bigzizzzle posted : BUMP]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26683955</guid>
<pubDate>Wed, 21 Dec 2011 19:01:14 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Working on Home Network and Zone-Pair FW</title>
<link>http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26671752</link>
<description><![CDATA[Bigzizzzle posted : I would prefer staying with zone based firewalls. If you see any ACL misconfigurations let me know. ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26671752</guid>
<pubDate>Sun, 18 Dec 2011 20:24:57 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Working on Home Network and Zone-Pair FW</title>
<link>http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26668771</link>
<description><![CDATA[ladino posted : Would it be too much to switch to an extended ACLs or even Object groups.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26668771</guid>
<pubDate>Sat, 17 Dec 2011 18:30:16 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Working on Home Network and Zone-Pair FW</title>
<link>http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26668653</link>
<description><![CDATA[Bigzizzzle posted : Any Ideas, still having issues primarily with MW2 Server browsing / match making. <br><br>I did based on another site do solid port mapping. Then create a class-map based on that. ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26668653</guid>
<pubDate>Sat, 17 Dec 2011 17:40:09 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Working on Home Network and Zone-Pair FW</title>
<link>http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26662443</link>
<description><![CDATA[Bigzizzzle posted : Also this just in I also removed the extended 110 access list. Apparently I do not need it, traffic still flows thru at this point. <br><br>So it appears with ZBFW you don't absolutely have to use ACL's. ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26662443</guid>
<pubDate>Thu, 15 Dec 2011 19:08:04 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Working on Home Network and Zone-Pair FW</title>
<link>http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26662410</link>
<description><![CDATA[Bigzizzzle posted : At his pointed I kind of abandoned use for the ACL Steam-MW2. Since has been removed the form the configuration file.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26662410</guid>
<pubDate>Thu, 15 Dec 2011 18:59:10 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Working on Home Network and Zone-Pair FW</title>
<link>http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26653780</link>
<description><![CDATA[HELLFIRE posted : Even if the ACL isn't applied to an interface, it's being used to match / classify traffic,<br>so I would think it'd match something...<br><br>Also curious if you're using this class-map for something<br><br><pre class="brush: text">class-map type inspect match-any Steam-MW2&#012; &#012;</pre><!--end code block--><br>as you have ACL Steam-MW2, but the above class-map isn't using any match criteria.<br><br><div class="bquote"><said>said by <a href="/profile/1147950" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=1147950');">Bigzizzzle</a>:</said><p>I thought if i read how Zone based firewalls they didn't really use ACLS to determine traffic flow.<br> </p></div>IIRC, ZBFW config doesn't need ACLs applied on the interfaces at all.<br><br>At which point I defer to other board members more versed in ZBFW configs to give a hand.<br><br>Regards<br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26653780</guid>
<pubDate>Tue, 13 Dec 2011 19:13:21 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Working on Home Network and Zone-Pair FW</title>
<link>http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26645784</link>
<description><![CDATA[Bigzizzzle posted : For what its worth only time I got hits for steam traffic was when in introduced / removed my ACL list 110 from the WAN interface - FA0. <br><br>Doing this killed all my other non destined traffic. <br><br>I thought if i read how Zone based firewalls they didn't really use ACLS to determine traffic flow.<br><br>Got any ideas to rework my config. ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26645784</guid>
<pubDate>Sun, 11 Dec 2011 18:16:17 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Working on Home Network and Zone-Pair FW</title>
<link>http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26645751</link>
<description><![CDATA[Bigzizzzle posted : Shows no hits. Keep in mind I don't have this access list applied to any interfaces. <br><br>Let me post my full config. <br><br><pre class="brush: text"> &#012;!&#012;version 12.4&#012;no service pad&#012;service tcp-keepalives-in&#012;service tcp-keepalives-out&#012;service timestamps debug datetime msec localtime show-timezone&#012;service timestamps log datetime msec localtime show-timezone&#012;service password-encryption&#012;service sequence-numbers&#012;!&#012;hostname MyHappyRouter&#012;!&#012;boot-start-marker&#012;boot system flash c181x-advipservicesk9-mz.124-15.T9.bin&#012;boot-end-marker&#012;!&#012;security authentication failure rate 3 log&#012;security passwords min-length 6&#012;logging buffered 52000&#012;enable secret 5 Sanitized&#012;!&#012;aaa new-model&#012;!&#012;!&#012;aaa authentication login default local&#012;aaa authorization exec default local &#012;!&#012;!&#012;aaa session-id common&#012;clock timezone CST -6&#012;clock summer-time CDT recurring&#012;!&#012;###removed the Cryto Self Sized stuff###&#012;  quit&#012;dot11 syslog&#012;!&#012;dot11 ssid Sanitized&#012;   vlan 1&#012;   authentication open &#012;   authentication key-management wpa&#012;   wpa-psk ascii 7 Sanitized&#012;!&#012;no ip source-route&#012;no ip gratuitous-arps&#012;!&#012;!&#012;ip cef&#012;no ip dhcp use vrf connected&#012;ip dhcp excluded-address 192.168.1.10&#012;ip dhcp excluded-address 192.168.1.20 192.168.1.254&#012;!&#012;ip dhcp pool Lan&#012;   import all&#012;   network 192.168.1.0 255.255.255.0&#012;   default-router 192.168.1.1 &#012;   dns-server 75.75.75.75 75.75.76.76 &#012;   domain-name home.net&#012;   lease 5&#012;!&#012;!&#012;no ip bootp server&#012;no ip ips notify log&#012;login block-for 300 attempts 3 within 30&#012;login on-failure log&#012;!&#012;multilink bundle-name authenticated&#012;parameter-map type regex sdm-regex-nonascii&#012; pattern &#91;^\x00-\x80&#93;&#012; &#012;!&#012;!&#012;no memory validate-checksum&#012;username Sanitized privilege 15 password 7 Sanitized&#012;! &#012;!&#012;archive&#012; log config&#012;  hidekeys&#012;!&#012;!&#012;ip tcp synwait-time 10&#012;ip ssh time-out 60&#012;ip ssh authentication-retries 2&#012;ip ssh version 2&#012;!&#012;class-map type inspect match-any CM_Voice_Traffic&#012; match protocol h323&#012; match protocol sip&#012; match protocol skinny&#012; match protocol sip-tls&#012;class-map type inspect match-any Email_Client&#012; match protocol pop3&#012; match protocol pop3s&#012; match protocol imap&#012; match protocol imaps&#012; match protocol smtp&#012;class-map type inspect match-any sdm-cls-icmp-access&#012; match protocol icmp&#012; match protocol tcp&#012; match protocol udp&#012;class-map type inspect match-any Web_Traffic&#012; match protocol http&#012; match protocol https&#012; match protocol dns&#012;class-map type inspect match-any CM_IMCP&#012; match protocol icmp&#012; match protocol tcp&#012; match protocol udp&#012;class-map type inspect match-any Steam-MW2&#012;class-map type inspect match-all CM_ICMP_INSPECT&#012; match class-map CM_IMCP&#012;class-map type inspect match-any Server-Lab(WebTraffic)&#012; match protocol http&#012; match protocol https&#012; match protocol dns&#012;class-map type inspect match-all sdm-icmp-access&#012; match class-map sdm-cls-icmp-access&#012;class-map type inspect match-all sdm-invalid-src&#012; match access-group 101&#012;class-map type inspect match-any CM_Internet_Traffic&#012; match protocol tcp&#012; match protocol udp&#012; match protocol icmp&#012; match protocol ftp&#012; match protocol tftp&#012; match protocol sql-net&#012; match protocol sqlserv&#012; match protocol sqlsrv&#012; match protocol imap&#012; match protocol imap3&#012; match protocol imaps&#012; match protocol smtp&#012; match protocol pop3&#012; match protocol pop3s&#012; match protocol http&#012; match protocol https&#012; match protocol aol&#012; match access-group name Steam&#012; match protocol dns&#012; match protocol cuseeme&#012; match protocol netshow&#012; match protocol shell&#012; match protocol realmedia&#012; match protocol rtsp&#012; match protocol streamworks&#012; match protocol vdolive&#012;!&#012;!&#012;policy-map type inspect Web-Traffic&#012; class type inspect Server-Lab(WebTraffic)&#012;  inspect&#012; class class-default&#012;policy-map type inspect PM_01&#012; class type inspect CM_Internet_Traffic&#012;  inspect&#012; class type inspect CM_Voice_Traffic&#012;  pass&#012; class class-default&#012;policy-map type inspect CM_IMCP&#012; description ICMP_Control&#012;policy-map type inspect PM_ICMP_REPLY&#012; class type inspect CM_ICMP_INSPECT&#012;  inspect&#012; class class-default&#012;  pass&#012;policy-map type inspect Email_Client_Processing&#012; class type inspect Email_Client&#012;!&#012;zone security out-zone&#012;zone security in-zone&#012;zone security Server-Lab&#012;zone-pair security CM_Internet_Traffic source in-zone destination out-zone&#012; service-policy type inspect PM_01&#012;zone-pair security CM_ICMP_INSPECT source self destination out-zone&#012; service-policy type inspect PM_ICMP_REPLY&#012;zone-pair security Server_LAB_Webtraffic source Server-Lab destination out-zone&#012; description Allowed Web Traffic from Server Lab Lan to Outside&#012; service-policy type inspect Web-Traffic&#012;bridge irb&#012;!&#012;!&#012;!&#012;interface Null0&#012; no ip unreachables&#012;!&#012;interface FastEthernet0&#012; description WAN_Comcast&#012; ip address dhcp client-id FastEthernet0&#012; ip access-group 110 in&#012; no ip redirects&#012; no ip unreachables&#012; no ip proxy-arp&#012; ip nat outside&#012; ip virtual-reassembly&#012; zone-member security out-zone&#012; ip route-cache flow&#012; duplex auto&#012; speed auto&#012; no cdp enable&#012;!&#012;interface FastEthernet0.50&#012; encapsulation dot1Q 50&#012; no cdp enable&#012;!&#012;interface FastEthernet1&#012; no ip address&#012; no ip redirects&#012; no ip unreachables&#012; no ip proxy-arp&#012; ip route-cache flow&#012; shutdown&#012; duplex auto&#012; speed auto&#012; no cdp enable&#012;!&#012;interface FastEthernet2&#012; switchport access vlan 50&#012; no cdp enable&#012; spanning-tree portfast&#012;!&#012;interface FastEthernet3&#012; no cdp enable&#012; spanning-tree portfast&#012;!&#012;interface FastEthernet4&#012; no cdp enable&#012; spanning-tree portfast&#012;!&#012;interface FastEthernet5&#012; no cdp enable&#012; spanning-tree portfast&#012;!&#012;interface FastEthernet6&#012; no cdp enable&#012; spanning-tree portfast&#012;!&#012;interface FastEthernet7&#012; no cdp enable&#012; spanning-tree portfast&#012;!&#012;interface FastEthernet8&#012; no cdp enable&#012; spanning-tree portfast&#012;!&#012;interface FastEthernet9&#012; switchport access vlan 50&#012; no cdp enable&#012; spanning-tree portfast&#012;!&#012;interface Dot11Radio0&#012; no ip address&#012; no ip redirects&#012; no ip unreachables&#012; ip nat inside&#012; ip virtual-reassembly&#012; ip route-cache flow&#012; !&#012; encryption mode ciphers aes-ccm &#012; !&#012; encryption vlan 1 mode ciphers aes-ccm &#012; !&#012; broadcast-key change 3600&#012; !&#012; broadcast-key vlan 1 change 3600 membership-termination capability-change&#012; !&#012; !&#012; ssid Sanitized&#012; !&#012; speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0&#012; channel 2452&#012; station-role root&#012; no cdp enable&#012; bridge-group 1&#012; bridge-group 1 subscriber-loop-control&#012; bridge-group 1 spanning-disabled&#012; bridge-group 1 block-unknown-source&#012; no bridge-group 1 source-learning&#012; no bridge-group 1 unicast-flooding&#012;!&#012;interface Dot11Radio0.1&#012; encapsulation dot1Q 1 native&#012; no cdp enable&#012; bridge-group 1&#012; bridge-group 1 subscriber-loop-control&#012; bridge-group 1 spanning-disabled&#012; bridge-group 1 block-unknown-source&#012; no bridge-group 1 source-learning&#012; no bridge-group 1 unicast-flooding&#012;!&#012;interface Dot11Radio1&#012; no ip address&#012; no ip redirects&#012; no ip unreachables&#012; no ip proxy-arp&#012; ip route-cache flow&#012; shutdown&#012; speed basic-6.0 9.0 basic-12.0 18.0 basic-24.0 36.0 48.0 54.0&#012; station-role root&#012; no cdp enable&#012;!&#012;interface Vlan1&#012; no ip address&#012; bridge-group 1&#012;!&#012;interface Vlan50&#012; description Server_Lab&#012; ip address 10.10.50.254 255.255.255.0&#012; ip nat inside&#012; ip virtual-reassembly&#012; zone-member security Server-Lab&#012;!&#012;interface Async1&#012; no ip address&#012; no ip redirects&#012; no ip unreachables&#012; no ip proxy-arp&#012; encapsulation slip&#012; shutdown&#012;!&#012;interface BVI1&#012; description $FW_INSIDE$&#012; ip address 192.168.1.1 255.255.255.0&#012; no ip redirects&#012; no ip unreachables&#012; no ip proxy-arp&#012; ip nbar protocol-discovery&#012; ip nat inside&#012; ip virtual-reassembly&#012; zone-member security in-zone&#012; ip route-cache flow&#012;!&#012;ip forward-protocol nd&#012;!&#012;!&#012;no ip http server&#012;ip http access-class 6&#012;ip http authentication local&#012;no ip http secure-server&#012;ip nat inside source list 3 interface FastEthernet0 overload&#012;ip nat inside source list 50 interface FastEthernet0 overload&#012;!&#012;ip access-list extended Steam&#012; remark ports required for steam games&#012; permit udp any range 27000 27015 any&#012; permit udp any range 27015 27030 any&#012; permit udp any eq 4380 any&#012; permit tcp any range 27014 27050 any&#012; permit udp any eq 28960 any&#012; permit udp any any eq 3478&#012; permit udp any any eq 4379&#012; permit udp any any eq 4380&#012; permit udp any any eq 1500&#012; permit udp any any eq 3005&#012; permit udp any any eq 3101&#012; permit ip any any&#012;ip access-list extended Steam-MW2&#012; permit udp any eq 1500 any log-input&#012; permit udp any eq 3005 any log-input&#012; permit udp any eq 3101 any log-input&#012; permit udp any eq 28960 any log-input&#012; permit ip any any&#012;!&#012;access-list 1 remark HTTP Access-class list&#012;access-list 1 remark SDM_ACL Category=1&#012;access-list 1 permit 192.168.1.0 0.0.0.255&#012;access-list 1 deny   any&#012;access-list 2 remark HTTP Access-class list&#012;access-list 2 remark SDM_ACL Category=1&#012;access-list 2 permit 192.168.1.0 0.0.0.255&#012;access-list 2 deny   any&#012;access-list 3 remark NAT_Statement_VLAN1&#012;access-list 3 permit 192.168.1.0 0.0.0.255&#012;access-list 4 remark HTTP Access-class list&#012;access-list 4 remark SDM_ACL Category=1&#012;access-list 4 permit 192.168.1.0 0.0.0.255&#012;access-list 4 deny   any&#012;access-list 5 remark HTTP Access-class list&#012;access-list 5 remark SDM_ACL Category=1&#012;access-list 5 permit 192.168.1.0 0.0.0.255&#012;access-list 5 deny   any&#012;access-list 6 remark HTTP Access-class list&#012;access-list 6 remark SDM_ACL Category=1&#012;access-list 6 permit 192.168.1.0 0.0.0.255&#012;access-list 6 deny   any&#012;access-list 50 permit 10.10.50.0 0.0.0.255&#012;access-list 100 remark SDM_ACL Category=1&#012;access-list 100 remark VTY Access-class list&#012;access-list 101 remark SDM_ACL Category=128&#012;access-list 101 permit ip host 255.255.255.255 any&#012;access-list 101 permit ip 127.0.0.0 0.255.255.255 any&#012;access-list 102 remark SDM_ACL Category=0&#012;access-list 102 permit ip any host 192.168.1.1&#012;access-list 103 remark SDM_ACL Category=0&#012;access-list 103 permit ip any host 192.168.1.1&#012;access-list 104 remark SDM_ACL Category=0&#012;access-list 104 permit ip any host 192.168.1.1&#012;access-list 110 remark Inbound_NAT_Permit&#012;access-list 110 permit udp any eq bootps any eq bootpc&#012;access-list 110 permit udp host 75.75.75.75 eq domain any&#012;access-list 110 permit udp host 75.75.76.76 eq domain any&#012;access-list 110 deny   ip 127.0.0.0 0.255.255.255 any log&#012;access-list 110 deny   ip 10.0.0.0 0.255.255.255 any log&#012;access-list 110 deny   ip 224.0.0.0 31.255.255.255 any log&#012;access-list 110 deny   ip host 0.0.0.0 any log&#012;access-list 110 deny   ip host 255.255.255.255 any log&#012;access-list 110 deny   ip 192.168.0.0 0.0.255.255 any log&#012;access-list 110 deny   ip 172.16.0.0 0.0.255.255 any log&#012;access-list 110 permit ip any any&#012;no cdp run&#012;!&#012;!&#012;!&#012;!&#012;!&#012;!&#012;control-plane&#012;!&#012;bridge 1 protocol ieee&#012;bridge 1 route ip&#012;banner login C  NOTICE TO USERS&#012;NOTICE TO USERS&#012; &#012;THIS IS A PRIVATE COMPUTER SYSTEM. It is for authorized use only.&#012;Users (authorized or unauthorized) have no explicit or implicit&#012;expectation of privacy.&#012; &#012;Any or all uses of this system and all files on this system may&#012;be intercepted, monitored, recorded, copied, audited, inspected,&#012;and disclosed to authorized site and law enforcement personnel,&#012;as well as authorized officials of other agencies, both domestic&#012;and foreign.  By using this system, the user consents to such&#012;interception, monitoring, recording, copying, auditing, inspection,&#012;and disclosure at the discretion of authorized site personnel.&#012; &#012;Unauthorized or improper use of this system may result in&#012;administrative disciplinary action and civil and criminal penalties.&#012;By continuing to use this system you indicate your awareness of and&#012;consent to these terms and conditions of use.   LOG OFF IMMEDIATELY&#012;if you do not agree to the conditions stated in this warning. &#012;!&#012;line con 0&#012; transport output telnet&#012;line 1&#012; modem InOut&#012; stopbits 1&#012; speed 115200&#012; flowcontrol hardware&#012;line aux 0&#012; transport output telnet&#012;line vty 0 4&#012; session-timeout 3  output&#012; access-class 1 in&#012; transport input ssh&#012;!&#012;scheduler allocate 4000 1000&#012;scheduler interval 500&#012;!&#012;webvpn context Default_context&#012; ssl authenticate verify all&#012; !&#012; no inservice&#012;!&#012;end&#012; &#012;</pre><!--end code block-->]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26645751</guid>
<pubDate>Sun, 11 Dec 2011 18:01:40 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Working on Home Network and Zone-Pair FW</title>
<link>http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26644151</link>
<description><![CDATA[HELLFIRE posted : Do a "show ip access-list Steam" and see if you're getting any hits on any of <br>the lines, as a thought.<br><br>Regards]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26644151</guid>
<pubDate>Sun, 11 Dec 2011 02:05:55 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Working on Home Network and Zone-Pair FW</title>
<link>http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26643177</link>
<description><![CDATA[Bigzizzzle posted : Still doesn't look like its passing/inspecting packets with that ACL i created. Or is it how I formatted my Class Map's thats not helping finding / classifying the traffic.<br><br><pre class="brush: text"> &#012;Router#show policy-map type inspect zone-pair&#012; Zone-pair: CM_Internet_Traffic&#012; &#012;  Service-policy inspect : PM_01&#012; &#012;    Class-map: CM_Internet_Traffic (match-any)&#012;      Match: protocol tcp&#012;        1792646 packets, 62807815 bytes&#012;        30 second rate 0 bps&#012;      Match: protocol udp&#012;        1754929 packets, 120657222 bytes&#012;        30 second rate 0 bps&#012;      Match: protocol icmp&#012;        7761 packets, 168813 bytes&#012;        30 second rate 0 bps&#012;      Match: protocol ftp&#012;        0 packets, 0 bytes&#012;        30 second rate 0 bps&#012;      Match: protocol tftp&#012;        0 packets, 0 bytes&#012;        30 second rate 0 bps&#012;      Match: protocol sql-net&#012;        0 packets, 0 bytes&#012;        30 second rate 0 bps&#012;      Match: protocol sqlserv&#012;        0 packets, 0 bytes&#012;        30 second rate 0 bps&#012;      Match: protocol sqlsrv&#012;        0 packets, 0 bytes&#012;        30 second rate 0 bps&#012;      Match: protocol imap&#012;        0 packets, 0 bytes&#012;        30 second rate 0 bps&#012;      Match: protocol imap3&#012;        0 packets, 0 bytes&#012;        30 second rate 0 bps&#012;      Match: protocol imaps&#012;        0 packets, 0 bytes&#012;        30 second rate 0 bps&#012;      Match: protocol smtp&#012;        0 packets, 0 bytes&#012;        30 second rate 0 bps&#012;      Match: protocol pop3&#012;        0 packets, 0 bytes&#012;        30 second rate 0 bps&#012;      Match: protocol pop3s&#012;        0 packets, 0 bytes&#012;        30 second rate 0 bps&#012;      Match: protocol http&#012;        0 packets, 0 bytes&#012;        30 second rate 0 bps&#012;      Match: protocol https&#012;        0 packets, 0 bytes&#012;        30 second rate 0 bps&#012;      Match: protocol aol&#012;        0 packets, 0 bytes&#012;        30 second rate 0 bps&#012;      Match: access-group name Steam&#012;        0 packets, 0 bytes&#012;        30 second rate 0 bps&#012;      Match: protocol dns&#012;        0 packets, 0 bytes&#012;        30 second rate 0 bps&#012;      Match: protocol cuseeme&#012;        0 packets, 0 bytes&#012;        30 second rate 0 bps&#012;      Match: protocol netshow&#012;        0 packets, 0 bytes&#012;        30 second rate 0 bps&#012;      Match: protocol shell&#012;        0 packets, 0 bytes&#012;        30 second rate 0 bps&#012;      Match: protocol realmedia&#012;        0 packets, 0 bytes&#012;        30 second rate 0 bps&#012;      Match: protocol rtsp&#012;        0 packets, 0 bytes&#012;        30 second rate 0 bps&#012;      Match: protocol streamworks&#012;        0 packets, 0 bytes&#012;        30 second rate 0 bps&#012;      Match: protocol vdolive&#012;        0 packets, 0 bytes&#012;        30 second rate 0 bps&#012;      Inspect&#012;        Packet inspection statistics &#91;process switch:fast switch&#93;&#012;        tcp packets: &#91;755839:513276469&#93;&#012;        udp packets: &#91;1110195:29053783&#93;&#012;        icmp packets: &#91;3991:3120&#93;&#012; &#012;        Session creations since subsystem startup or last reset 1433730&#012;        Current session counts (estab/half-open/terminating) &#91;30:0:0&#93;&#012;        Maxever session counts (estab/half-open/terminating) &#91;6612:340:83&#93;&#012;        Last session created 00:00:29&#012;        Last statistic reset never&#012;        Last session creation rate 10&#012;        Maxever session creation rate 2168&#012;        Last half-open session total 0&#012; &#012;</pre><!--end code block-->]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26643177</guid>
<pubDate>Sat, 10 Dec 2011 18:26:03 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Working on Home Network and Zone-Pair FW</title>
<link>http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26643169</link>
<description><![CDATA[Bigzizzzle posted : removed the permit ip any any. <br><br>What next. ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26643169</guid>
<pubDate>Sat, 10 Dec 2011 18:21:33 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Working on Home Network and Zone-Pair FW</title>
<link>http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26643004</link>
<description><![CDATA[nosx posted : "permit ip any any " is mildly suspicious.<br>It means that the line "match access-group name Steam " will match all packets, negating any lines below it, and if you are permitting all traffic why bother having a firewall at all.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-Working-on-Home-Network-and-ZonePair-FW-26643004</guid>
<pubDate>Sat, 10 Dec 2011 17:19:33 EDT</pubDate>
</item>

<item>
<title>[Config] Working on Home Network and Zone-Pair FW</title>
<link>http://www.dslreports.com/forum/Config-Working-on-Home-Network-and-ZonePair-FW-26642368</link>
<description><![CDATA[Bigzizzzle posted : Problem: Currently is with some steam games. <br><br>On select steam games MW2 im having issues with finding servers or server browsing. Per Steam site here are the required ports. <br><br>Your network must be configured to allow Steam access to the following ports (in order from highest to lowest priority for QoS users):<br><br>Steam Client<br>UDP 27000 to 27015 inclusive (Game client traffic) <br>UDP 27015 to 27030 inclusive (Typically Matchmaking and HLTV) <br>TCP 27014 to 27050 inclusive (Steam downloads) <br>UDP 4380 <br> <br><br>Dedicated or Listen Servers<br>TCP 27015 (SRCDS Rcon port) <br> <br><br>Steamworks P2P Networking and Steam Voice Chat<br>UDP 3478 (Outbound) <br>UDP 4379 (Outbound) <br>UDP 4380 (Outbound) <br> <br><br>Additional Ports for Call of Duty: Modern Warfare 2 Multiplayer<br>UDP 1500 (outbound) <br>UDP 3005 (outbound) <br>UDP 3101 (outbound) <br>UDP 28960 <br> <br>Below is a Steam ACL I created not sure if its correct. <br><br><pre class="brush: text"> &#012;ip access-list extended Steam&#012; remark ports required for steam games&#012; permit udp any range 27000 27015 any&#012; permit udp any range 27015 27030 any&#012; permit udp any eq 4380 any&#012; permit tcp any range 27014 27050 any&#012; permit udp any eq 28960 any&#012; permit udp any any eq 3478&#012; permit udp any any eq 4379&#012; permit udp any any eq 4380&#012; permit udp any any eq 1500&#012; permit udp any any eq 3005&#012; permit udp any any eq 3101&#012; permit ip any any&#012; &#012; &#012;</pre><!--end code block--><br>Below Is my current overall Zone-Pair Firewall setup.<br><br><pre class="brush: text"> &#012;!&#012;class-map type inspect match-any CM_Voice_Traffic&#012; match protocol h323&#012; match protocol sip&#012; match protocol skinny&#012; match protocol sip-tls&#012;class-map type inspect match-any Email_Client&#012; match protocol pop3&#012; match protocol pop3s&#012; match protocol imap&#012; match protocol imaps&#012; match protocol smtp&#012;class-map type inspect match-any sdm-cls-icmp-access&#012; match protocol icmp&#012; match protocol tcp&#012; match protocol udp&#012;class-map type inspect match-any Web_Traffic&#012; match protocol http&#012; match protocol https&#012; match protocol dns&#012;class-map type inspect match-any CM_IMCP&#012; match protocol icmp&#012; match protocol tcp&#012; match protocol udp&#012;class-map type inspect match-any Steam-MW2&#012;class-map type inspect match-all CM_ICMP_INSPECT&#012; match class-map CM_IMCP&#012;class-map type inspect match-any Server-Lab(WebTraffic)&#012; match protocol http&#012; match protocol https&#012; match protocol dns&#012;class-map type inspect match-all sdm-icmp-access&#012; match class-map sdm-cls-icmp-access&#012;class-map type inspect match-all sdm-invalid-src&#012; match access-group 101&#012;class-map type inspect match-any CM_Internet_Traffic&#012; match protocol tcp&#012; match protocol udp&#012; match protocol icmp&#012; match protocol ftp&#012; match protocol tftp&#012; match protocol sql-net&#012; match protocol sqlserv&#012; match protocol sqlsrv&#012; match protocol imap&#012; match protocol imap3&#012; match protocol imaps&#012; match protocol smtp&#012; match protocol pop3&#012; match protocol pop3s&#012; match protocol http&#012; match protocol https&#012; match protocol aol&#012; match access-group name Steam&#012; match protocol dns&#012; match protocol cuseeme&#012; match protocol netshow&#012; match protocol shell&#012; match protocol realmedia&#012; match protocol rtsp&#012; match protocol streamworks&#012; match protocol vdolive&#012;!&#012;!&#012;policy-map type inspect Web-Traffic&#012; class type inspect Server-Lab(WebTraffic)&#012;  inspect&#012; class class-default&#012;policy-map type inspect PM_01&#012; class type inspect CM_Internet_Traffic&#012;  inspect&#012; class type inspect CM_Voice_Traffic&#012;  pass&#012; class class-default&#012;policy-map type inspect CM_IMCP&#012; description ICMP_Control&#012;policy-map type inspect PM_ICMP_REPLY&#012; class type inspect CM_ICMP_INSPECT&#012;  inspect&#012; class class-default&#012;  pass&#012;policy-map type inspect Email_Client_Processing&#012; class type inspect Email_Client&#012;!&#012;zone security out-zone&#012;zone security in-zone&#012;zone security Server-Lab&#012;zone-pair security CM_Internet_Traffic source in-zone destination out-zone&#012; service-policy type inspect PM_01&#012;zone-pair security CM_ICMP_INSPECT source self destination out-zone&#012; service-policy type inspect PM_ICMP_REPLY&#012;zone-pair security Server_LAB_Webtraffic source Server-Lab destination out-zone&#012; description Allowed Web Traffic from Server Lab Lan to Outside&#012; service-policy type inspect Web-Traffic&#012; &#012; &#012;</pre><!--end code block-->]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Config-Working-on-Home-Network-and-ZonePair-FW-26642368</guid>
<pubDate>Sat, 10 Dec 2011 13:22:26 EDT</pubDate>
</item>

</channel>
</rss>
