<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Do you have NAT configured? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ccp-firewall-setup/m-p/2793062#M174382</link>
    <description>&lt;P&gt;Do you have NAT configured?&lt;/P&gt;</description>
    <pubDate>Thu, 03 Dec 2015 14:43:58 GMT</pubDate>
    <dc:creator>Andre Neethling</dc:creator>
    <dc:date>2015-12-03T14:43:58Z</dc:date>
    <item>
      <title>CCP Firewall setup</title>
      <link>https://community.cisco.com/t5/network-security/ccp-firewall-setup/m-p/2793053#M174366</link>
      <description>&lt;P&gt;hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i'm trying to setup basic firewall using cisco configuration professional after configuring router using terminal.&lt;/P&gt;
&lt;P&gt;After I run "create firewall wizard" and apply rules, inside clients cannot browse internet &amp;nbsp;(from router I can ping outside).&lt;/P&gt;
&lt;P&gt;Can anyone help me?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Config:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;attached txt&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt;Firewall configuration summary:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Inside(trusted) Interfaces:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt; FastEthernet0/1 (192.168.10.254)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Outside(untrusted) Interface:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt; Dialer1 {FastEthernet0/0} (Easy IP)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Service Policy Configuration:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;In-zone -&amp;gt; Out-zone:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt; Inspect TCP,UDP,H323,SIP,SCCP and other protocols&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt; Deny packets with invalid ip address as source&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Self -&amp;gt; Out-zone:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt; Inspect router generated ICMP traffic&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Out-zone -&amp;gt; Self:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt; Deny all other traffic.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;Commands delivered after finishing wizard:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;access-list 101 remark CCP_ACL Category=128&lt;BR /&gt;access-list 101 permit ip host 255.255.255.255 any&lt;BR /&gt;access-list 101 permit ip 127.0.0.0 0.255.255.255 any&lt;BR /&gt;class-map type inspect match-any ccp-h225ras-inspect&lt;BR /&gt; match protocol h225ras&lt;BR /&gt; exit&lt;BR /&gt;class-map type inspect match-any ccp-cls-icmp-access&lt;BR /&gt; match protocol icmp&lt;BR /&gt; exit&lt;BR /&gt;class-map type inspect match-any ccp-h323annexe-inspect&lt;BR /&gt; match protocol h323-annexe&lt;BR /&gt; exit&lt;BR /&gt;class-map type inspect match-all ccp-protocol-http&lt;BR /&gt; match protocol http&lt;BR /&gt; exit&lt;BR /&gt;class-map type inspect match-all ccp-invalid-src&lt;BR /&gt; match access-group 101&lt;BR /&gt; exit&lt;BR /&gt;class-map type inspect match-any ccp-cls-insp-traffic&lt;BR /&gt; match protocol cuseeme&lt;BR /&gt; match protocol dns&lt;BR /&gt; match protocol ftp&lt;BR /&gt; match protocol https&lt;BR /&gt; match protocol icmp&lt;BR /&gt; match protocol imap&lt;BR /&gt; match protocol pop3&lt;BR /&gt; match protocol netshow&lt;BR /&gt; match protocol shell&lt;BR /&gt; match protocol realmedia&lt;BR /&gt; match protocol rtsp&lt;BR /&gt; match protocol smtp extended&lt;BR /&gt; match protocol sql-net&lt;BR /&gt; match protocol streamworks&lt;BR /&gt; match protocol tftp&lt;BR /&gt; match protocol vdolive&lt;BR /&gt; match protocol tcp&lt;BR /&gt; match protocol udp&lt;BR /&gt; exit&lt;BR /&gt;class-map type inspect match-all ccp-icmp-access&lt;BR /&gt; match class-map ccp-cls-icmp-access&lt;BR /&gt; exit&lt;BR /&gt;class-map type inspect match-all ccp-insp-traffic&lt;BR /&gt; match class-map ccp-cls-insp-traffic&lt;BR /&gt; exit&lt;BR /&gt;class-map type inspect match-any ccp-h323-inspect&lt;BR /&gt; match protocol h323&lt;BR /&gt; exit&lt;BR /&gt;class-map type inspect match-any ccp-sip-inspect&lt;BR /&gt; match protocol sip&lt;BR /&gt; exit&lt;BR /&gt;class-map type inspect match-any ccp-h323nxg-inspect&lt;BR /&gt; match protocol h323-nxg&lt;BR /&gt; exit&lt;BR /&gt;class-map type inspect match-any ccp-skinny-inspect&lt;BR /&gt; match protocol skinny&lt;BR /&gt; exit&lt;BR /&gt;policy-map type inspect ccp-permit-icmpreply&lt;BR /&gt; class type inspect ccp-icmp-access&lt;BR /&gt; no drop&lt;BR /&gt; inspect&lt;BR /&gt; exit&lt;BR /&gt; class class-default&lt;BR /&gt; no drop&lt;BR /&gt; pass&lt;BR /&gt; exit&lt;BR /&gt; exit&lt;BR /&gt;policy-map type inspect ccp-inspect&lt;BR /&gt; class type inspect ccp-invalid-src&lt;BR /&gt; drop log&lt;BR /&gt; exit&lt;BR /&gt; class type inspect ccp-protocol-http&lt;BR /&gt; no drop&lt;BR /&gt; inspect&lt;BR /&gt; exit&lt;BR /&gt; class type inspect ccp-insp-traffic&lt;BR /&gt; no drop&lt;BR /&gt; inspect&lt;BR /&gt; exit&lt;BR /&gt; class type inspect ccp-sip-inspect&lt;BR /&gt; no drop&lt;BR /&gt; inspect&lt;BR /&gt; exit&lt;BR /&gt; class type inspect ccp-h323-inspect&lt;BR /&gt; no drop&lt;BR /&gt; inspect&lt;BR /&gt; exit&lt;BR /&gt; class type inspect ccp-h323annexe-inspect&lt;BR /&gt; no drop&lt;BR /&gt; inspect&lt;BR /&gt; exit&lt;BR /&gt; class type inspect ccp-h225ras-inspect&lt;BR /&gt; no drop&lt;BR /&gt; inspect&lt;BR /&gt; exit&lt;BR /&gt; class type inspect ccp-h323nxg-inspect&lt;BR /&gt; no drop&lt;BR /&gt; inspect&lt;BR /&gt; exit&lt;BR /&gt; class type inspect ccp-skinny-inspect&lt;BR /&gt; no drop&lt;BR /&gt; inspect&lt;BR /&gt; exit&lt;BR /&gt; exit&lt;BR /&gt;policy-map type inspect ccp-permit&lt;BR /&gt; class class-default&lt;BR /&gt; exit&lt;BR /&gt;zone security in-zone&lt;BR /&gt;zone security out-zone&lt;BR /&gt;zone-pair security ccp-zp-self-out source self destination out-zone&lt;BR /&gt; service-policy type inspect ccp-permit-icmpreply&lt;BR /&gt; exit&lt;BR /&gt;zone-pair security ccp-zp-in-out source in-zone destination out-zone&lt;BR /&gt; service-policy type inspect ccp-inspect&lt;BR /&gt; exit&lt;BR /&gt;zone-pair security ccp-zp-out-self source out-zone destination self&lt;BR /&gt; service-policy type inspect ccp-permit&lt;BR /&gt; exit&lt;BR /&gt;interface Dialer1&lt;BR /&gt; description HT$FW_OUTSIDE$&lt;BR /&gt; zone-member security out-zone&lt;BR /&gt; exit&lt;BR /&gt;interface FastEthernet0/1&lt;BR /&gt; description LAN$FW_INSIDE$&lt;BR /&gt; zone-member security in-zone&lt;BR /&gt; exit&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;After finishing wizard I cannot browse internet from inside.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 00:57:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ccp-firewall-setup/m-p/2793053#M174366</guid>
      <dc:creator>carlo4511</dc:creator>
      <dc:date>2019-03-26T00:57:34Z</dc:date>
    </item>
    <item>
      <title>hi,</title>
      <link>https://community.cisco.com/t5/network-security/ccp-firewall-setup/m-p/2793054#M174367</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;could you do below and try web browsing again?&lt;/P&gt;
&lt;P&gt;class-map type inspect match-any ccp-cls-insp-traffic&lt;BR /&gt;&amp;nbsp;match protocol http&lt;BR /&gt;&lt;BR /&gt;zone-pair security ccp-zp-in-out source in-zone destination out-zone&lt;BR /&gt;&amp;nbsp;no service-policy type inspect ccp-inspect&lt;BR /&gt;&amp;nbsp;service-policy type inspect ccp-cls-insp-traffic&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2015 05:15:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ccp-firewall-setup/m-p/2793054#M174367</guid>
      <dc:creator>johnlloyd_13</dc:creator>
      <dc:date>2015-12-03T05:15:43Z</dc:date>
    </item>
    <item>
      <title>Thanks for your answer but I</title>
      <link>https://community.cisco.com/t5/network-security/ccp-firewall-setup/m-p/2793055#M174368</link>
      <description>&lt;P&gt;Thanks for your answer but I had no luck.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;r1#conf t&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt;Enter configuration commands, one per line. End with CNTL/Z.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt;r1(config)#zone-pair security ccp-zp-in-out source in-zone destination out-zone&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt;r1(config-sec-zone-pair)#no service-policy type inspect ccp-inspect&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;Firewall service-policy detachment failed&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt;r1(config-sec-zone-pair)#&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2015 07:35:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ccp-firewall-setup/m-p/2793055#M174368</guid>
      <dc:creator>carlo4511</dc:creator>
      <dc:date>2015-12-03T07:35:12Z</dc:date>
    </item>
    <item>
      <title>hi,</title>
      <link>https://community.cisco.com/t5/network-security/ccp-firewall-setup/m-p/2793056#M174369</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;try removing ZBF on the interfaces, do again the suggested above and re-apply the interface zone-member security command.&lt;/P&gt;
&lt;P&gt;interface Dialer1&lt;BR /&gt;&amp;nbsp;no zone-member security out-zone&lt;BR /&gt;&lt;BR /&gt;interface FastEthernet0/1&lt;BR /&gt;&amp;nbsp;no zone-member security in-zone&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2015 08:43:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ccp-firewall-setup/m-p/2793056#M174369</guid>
      <dc:creator>johnlloyd_13</dc:creator>
      <dc:date>2015-12-03T08:43:27Z</dc:date>
    </item>
    <item>
      <title>Thanks, now I get error:</title>
      <link>https://community.cisco.com/t5/network-security/ccp-firewall-setup/m-p/2793057#M174372</link>
      <description>&lt;P&gt;Thanks, now I get error:&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;r1(config)#zone-pair security ccp-zp-in-out source in-zone destination out-zone&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt;r1(config-sec-zone-pair)#no service-policy type inspect ccp-inspect&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt;r1(config-sec-zone-pair)#service-policy type inspect ccp-cls-insp-traffic&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;Firewall service-policy attachment failed, policy ccp-cls-insp-traffic does not exist&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;New config is attached&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2015 12:33:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ccp-firewall-setup/m-p/2793057#M174372</guid>
      <dc:creator>carlo4511</dc:creator>
      <dc:date>2015-12-03T12:33:32Z</dc:date>
    </item>
    <item>
      <title>Try This</title>
      <link>https://community.cisco.com/t5/network-security/ccp-firewall-setup/m-p/2793058#M174374</link>
      <description>&lt;P&gt;Try This&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;policy-map type inspect ccp-cls-insp-traffic&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;class type inspect ccp-cls-insp-traffic&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; inspect&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;class class-default&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;drop&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Then add it to your Zone Pair Service Policy again. Make sure you added the command earlier from John&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;class-map type inspect match-any ccp-cls-insp-traffic&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;match protocol http&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2015 12:43:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ccp-firewall-setup/m-p/2793058#M174374</guid>
      <dc:creator>Andre Neethling</dc:creator>
      <dc:date>2015-12-03T12:43:39Z</dc:date>
    </item>
    <item>
      <title>Still no internet for lan</title>
      <link>https://community.cisco.com/t5/network-security/ccp-firewall-setup/m-p/2793059#M174376</link>
      <description>&lt;P&gt;Still no internet for lan clients.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is how it looks now&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2015 13:59:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ccp-firewall-setup/m-p/2793059#M174376</guid>
      <dc:creator>carlo4511</dc:creator>
      <dc:date>2015-12-03T13:59:56Z</dc:date>
    </item>
    <item>
      <title>Add https to your class map</title>
      <link>https://community.cisco.com/t5/network-security/ccp-firewall-setup/m-p/2793060#M174378</link>
      <description>&lt;P&gt;Add https to your class map and remove your outside to self policy&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2015 14:14:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ccp-firewall-setup/m-p/2793060#M174378</guid>
      <dc:creator>Andre Neethling</dc:creator>
      <dc:date>2015-12-03T14:14:30Z</dc:date>
    </item>
    <item>
      <title>Still nothing.</title>
      <link>https://community.cisco.com/t5/network-security/ccp-firewall-setup/m-p/2793061#M174380</link>
      <description>&lt;P&gt;Still nothing.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2015 14:39:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ccp-firewall-setup/m-p/2793061#M174380</guid>
      <dc:creator>carlo4511</dc:creator>
      <dc:date>2015-12-03T14:39:33Z</dc:date>
    </item>
    <item>
      <title>Do you have NAT configured?</title>
      <link>https://community.cisco.com/t5/network-security/ccp-firewall-setup/m-p/2793062#M174382</link>
      <description>&lt;P&gt;Do you have NAT configured?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2015 14:43:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ccp-firewall-setup/m-p/2793062#M174382</guid>
      <dc:creator>Andre Neethling</dc:creator>
      <dc:date>2015-12-03T14:43:58Z</dc:date>
    </item>
    <item>
      <title>Yes. Before applying fw rules</title>
      <link>https://community.cisco.com/t5/network-security/ccp-firewall-setup/m-p/2793063#M174383</link>
      <description>&lt;P&gt;Yes. Before applying fw rules I can get to outside.&lt;/P&gt;
&lt;P&gt;My configs are attached in previous messages.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2015 14:47:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ccp-firewall-setup/m-p/2793063#M174383</guid>
      <dc:creator>carlo4511</dc:creator>
      <dc:date>2015-12-03T14:47:23Z</dc:date>
    </item>
    <item>
      <title>I had to add </title>
      <link>https://community.cisco.com/t5/network-security/ccp-firewall-setup/m-p/2793064#M174384</link>
      <description>&lt;P&gt;I had to add&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;access-list 101 permit ip any any&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2015 14:56:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ccp-firewall-setup/m-p/2793064#M174384</guid>
      <dc:creator>carlo4511</dc:creator>
      <dc:date>2015-12-03T14:56:38Z</dc:date>
    </item>
  </channel>
</rss>

