<?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 Need Help with Port Forwarding (ZBFW) on my 881W in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/need-help-with-port-forwarding-zbfw-on-my-881w/m-p/1813492#M489919</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They are two different lines , not one, that is why was not accepted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zone-pair security ccp-zp-out-in source outside destination inside&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; service-policy type inspect ccp-Slingbox-access-in&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Dec 2011 18:50:52 GMT</pubDate>
    <dc:creator>Julio Carvajal</dc:creator>
    <dc:date>2011-12-29T18:50:52Z</dc:date>
    <item>
      <title>Need Help with Port Forwarding (ZBFW) on my 881W</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-port-forwarding-zbfw-on-my-881w/m-p/1813483#M489903</link>
      <description>&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to update my Cisco 881W config to allow port forwarding FROM the Internet TO the following inside device as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IP Address:&amp;nbsp; 192.168.1.254&lt;/P&gt;&lt;P&gt;Protocol:&amp;nbsp; TCP/UDP&lt;/P&gt;&lt;P&gt;Port: 5001&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This device is a Slingbox Pro-HD and I want to be able to view it from the Internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is a copy of my 881W config.&amp;nbsp; I am horrible at properly configuring my zone based firewall (ZBFW) config, which is why I desperately need help.&amp;nbsp; I appreciate the help from this forum!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;James E&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 22:07:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-port-forwarding-zbfw-on-my-881w/m-p/1813483#M489903</guid>
      <dc:creator>jaesposito</dc:creator>
      <dc:date>2019-03-11T22:07:25Z</dc:date>
    </item>
    <item>
      <title>Need Help with Port Forwarding (ZBFW) on my 881W</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-port-forwarding-zbfw-on-my-881w/m-p/1813484#M489907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jaesposito,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-First thing to say here is that you want to allow inbound access to one ip address on the inside, so you will need to do a static port forwarding for each port:&lt;/P&gt;&lt;P&gt;ip nat inside source static tcp 192.168.1.254 5001 interface Dialer0 5001&lt;/P&gt;&lt;P&gt;ip nat inside source static tcp 192.168.1.254 5001 interface Dialer0 5001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Second thing: As you know we are going to try to access from the outside to the inside so we need to create a new zone-pair and their respective policies&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended Slingbox_access&lt;/P&gt;&lt;P&gt;permit tcp any host x.x.x.x (dialer0 ip) eq 5001&lt;/P&gt;&lt;P&gt;permit udp any host x.x.x.x (dialer0 ip) eq 5001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type inspect ccp-Slingbox&lt;/P&gt;&lt;P&gt;match access-group Slingbox_access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect ccp-Slingbox-access-in&lt;/P&gt;&lt;P&gt;class&amp;nbsp; type inspect ccp-Slingbox&lt;/P&gt;&lt;P&gt;inspect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zone-pair security ccp-zp-out-in source outside destination inside&lt;/P&gt;&lt;P&gt;service-policy type inspect ccp-Slingbox-access-in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know the result of this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do please rate helpful posts!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2011 19:05:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-port-forwarding-zbfw-on-my-881w/m-p/1813484#M489907</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2011-12-28T19:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Port Forwarding (ZBFW) on my 881W</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-port-forwarding-zbfw-on-my-881w/m-p/1813485#M489909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Julio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response. I have two questions about your recommended config changes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.) Did you mean to indicate "udp" in the second "ip nat" statement? You listed TCP twice and I just want to confirm that this &lt;/P&gt;&lt;P&gt;was a simple typo.&lt;/P&gt;&lt;P&gt;2.) With regards to the extended access-list, the public ip address on my Dialer0 interface is NOT static. It changes anytime my modem restarts. So this approach will be problematic if my modem restarts and thereby makes my ip forwarding config useless. Any ideas on how to work around this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2011 05:36:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-port-forwarding-zbfw-on-my-881w/m-p/1813485#M489909</guid>
      <dc:creator>jaesposito</dc:creator>
      <dc:date>2011-12-29T05:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Port Forwarding (ZBFW) on my 881W</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-port-forwarding-zbfw-on-my-881w/m-p/1813486#M489912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jae,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- Just a typo, I am sorry it got to be UDP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2- Do not pay attention to the ACL, I do not know what I was thinking ( today was a really long day)&lt;/P&gt;&lt;P&gt;This is the ACL you need to have there:&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif;"&gt;ip access-list extended Slingbox_access&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif;"&gt;permit tcp any host 192.168.1.254 eq 5001&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif;"&gt;permit udp any host&amp;nbsp; 192.168.1.254 eq 5001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif; min-height: 8pt; height: 8pt;"&gt;This because Nat goes first than ZBFW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif; min-height: 8pt; height: 8pt;"&gt;Do please rate helpful posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif; min-height: 8pt; height: 8pt;"&gt;Let me know the result of the changes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif; min-height: 8pt; height: 8pt;"&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2011 06:31:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-port-forwarding-zbfw-on-my-881w/m-p/1813486#M489912</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2011-12-29T06:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Port Forwarding (ZBFW) on my 881W</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-port-forwarding-zbfw-on-my-881w/m-p/1813487#M489914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got an error message after inputting the "class access-group" line. Here was the input leading up to the error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pinecrest-rtr(config)#ip access-list extended Slingbox_access&lt;/P&gt;&lt;P&gt;Pinecrest-rtr(config-ext-nacl)#permit tcp any host 192.168.1.254 eq 5001&lt;/P&gt;&lt;P&gt;Pinecrest-rtr(config-ext-nacl)#permit udp any host 192.168.1.254 eq 5001&lt;/P&gt;&lt;P&gt;Pinecrest-rtr(config-ext-nacl)#exit&lt;/P&gt;&lt;P&gt;Pinecrest-rtr(config)#class-map type inspect ccp-Slingbox&lt;/P&gt;&lt;P&gt;Pinecrest-rtr(config-cmap)#match access-group Slingbox_access&lt;/P&gt;&lt;P&gt;^&lt;/P&gt;&lt;P&gt;% Invalid input detected at '^' marker.&lt;/P&gt;&lt;P&gt;Pinecrest-rtr(config-cmap)#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea what is wrong with the config leading up to this error message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2011 18:23:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-port-forwarding-zbfw-on-my-881w/m-p/1813487#M489914</guid>
      <dc:creator>jaesposito</dc:creator>
      <dc:date>2011-12-29T18:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Port Forwarding (ZBFW) on my 881W</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-port-forwarding-zbfw-on-my-881w/m-p/1813488#M489915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jae,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pinecrest-rtr(config)#class-map type inspect ccp-Slingbox&lt;/P&gt;&lt;P&gt;Pinecrest-rtr(config-cmap)#match access-group name Slingbox_access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2011 18:32:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-port-forwarding-zbfw-on-my-881w/m-p/1813488#M489915</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2011-12-29T18:32:41Z</dc:date>
    </item>
    <item>
      <title>Need Help with Port Forwarding (ZBFW) on my 881W</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-port-forwarding-zbfw-on-my-881w/m-p/1813489#M489916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; OK.&amp;nbsp; It looks like we are down to one error message now.&amp;nbsp; Here is the last one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pinecrest-rtr#config t&lt;BR /&gt;Enter configuration commands, one per line.&amp;nbsp; End with CNTL/Z.&lt;BR /&gt;Pinecrest-rtr(config)#$static tcp 192.168.1.254 5001 interface Dialer0 5001&lt;BR /&gt;Pinecrest-rtr(config)#$static tcp 192.168.1.254 5001 interface Dialer0 5001&lt;BR /&gt;Pinecrest-rtr(config)#&lt;BR /&gt;Pinecrest-rtr(config)#ip access-list extended Slingbox_access&lt;BR /&gt;Pinecrest-rtr(config-ext-nacl)#permit tcp any host 192.168.1.254 eq 5001&lt;BR /&gt;Pinecrest-rtr(config-ext-nacl)#permit udp any host&amp;nbsp; 192.168.1.254 eq 5001&lt;BR /&gt;Pinecrest-rtr(config-ext-nacl)#&lt;BR /&gt;Pinecrest-rtr(config-ext-nacl)#class-map type inspect ccp-Slingbox&lt;BR /&gt;Pinecrest-rtr(config-cmap)#match access-group name Slingbox_access&lt;BR /&gt;Pinecrest-rtr(config-cmap)#&lt;BR /&gt;Pinecrest-rtr(config-cmap)#&lt;BR /&gt;Pinecrest-rtr(config-cmap)#policy-map type inspect ccp-Slingbox-access-in&lt;BR /&gt;Pinecrest-rtr(config-pmap)#class&amp;nbsp; type inspect ccp-Slingbox&lt;BR /&gt;Pinecrest-rtr(config-pmap-c)#inspect&lt;BR /&gt;Pinecrest-rtr(config-pmap-c)#&lt;BR /&gt;Pinecrest-rtr(config-pmap-c)#&lt;BR /&gt;Pinecrest-rtr(config-pmap-c)#$ice-policy type inspect ccp-Slingbox-access-in&lt;BR /&gt;zone-pair security ccp-zp-out-in source outside destination inside service-polic&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^y type inspect ccp-Slingbox-access-in&lt;/P&gt;&lt;P&gt;% Invalid input detected at '^' marker.&lt;/P&gt;&lt;P&gt;Pinecrest-rtr(config-pmap-c)#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2011 18:37:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-port-forwarding-zbfw-on-my-881w/m-p/1813489#M489916</guid>
      <dc:creator>jaesposito</dc:creator>
      <dc:date>2011-12-29T18:37:56Z</dc:date>
    </item>
    <item>
      <title>Need Help with Port Forwarding (ZBFW) on my 881W</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-port-forwarding-zbfw-on-my-881w/m-p/1813490#M489917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jae,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On configuration mode please add the following two commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zone-pair security ccp-zp-out-in source outside destination inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service-policy type inspect ccp-Slingbox-access-in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should work &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2011 18:45:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-port-forwarding-zbfw-on-my-881w/m-p/1813490#M489917</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2011-12-29T18:45:08Z</dc:date>
    </item>
    <item>
      <title>Need Help with Port Forwarding (ZBFW) on my 881W</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-port-forwarding-zbfw-on-my-881w/m-p/1813491#M489918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do I use these two new lines in replacement of OR in addition to the last "zone-pair" config line?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zone-pair security ccp-zp-out-in source outside destination inside service-policy type inspect ccp-slingbox-access-in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clarify.&amp;nbsp; Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2011 18:48:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-port-forwarding-zbfw-on-my-881w/m-p/1813491#M489918</guid>
      <dc:creator>jaesposito</dc:creator>
      <dc:date>2011-12-29T18:48:58Z</dc:date>
    </item>
    <item>
      <title>Need Help with Port Forwarding (ZBFW) on my 881W</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-port-forwarding-zbfw-on-my-881w/m-p/1813492#M489919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They are two different lines , not one, that is why was not accepted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zone-pair security ccp-zp-out-in source outside destination inside&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; service-policy type inspect ccp-Slingbox-access-in&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2011 18:50:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-port-forwarding-zbfw-on-my-881w/m-p/1813492#M489919</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2011-12-29T18:50:52Z</dc:date>
    </item>
  </channel>
</rss>

