<?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 Rules were correct. I guess in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-drops-port-forwarding/m-p/2975549#M147929</link>
    <description>&lt;P&gt;Rules were correct. I guess it took some time for test PC to generate traffic.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Jan 2017 08:13:10 GMT</pubDate>
    <dc:creator>Pranay Prasoon</dc:creator>
    <dc:date>2017-01-11T08:13:10Z</dc:date>
    <item>
      <title>ASA drops port forwarding</title>
      <link>https://community.cisco.com/t5/network-security/asa-drops-port-forwarding/m-p/2975534#M147883</link>
      <description>&lt;P&gt;I'm trying to forward port 4520 on my local IP Camera.&lt;/P&gt;
&lt;P&gt;I have only two interfaces inside and outside with security levels 100 and 0.&lt;/P&gt;
&lt;P&gt;I have already done nat overload.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://i.stack.imgur.com/f1LCv.jpg" rel="nofollow noreferrer" target="_blank"&gt;In Access rules I have such situation :&lt;/A&gt;&amp;nbsp;&lt;IMG src="https://i.stack.imgur.com/f1LCv.jpg" alt="" width="1042" height="512" /&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;and in NAT :&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;IMG src="https://i.stack.imgur.com/S2XE6.jpg" alt="" width="1042" height="601" /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;but when I'm trying to connect from Source network or packet tracer it's dropping.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;IMG src="https://i.stack.imgur.com/X3pAQ.jpg" alt="" width="1042" height="624" /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 08:45:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-drops-port-forwarding/m-p/2975534#M147883</guid>
      <dc:creator>n.kiskeidze</dc:creator>
      <dc:date>2019-03-12T08:45:27Z</dc:date>
    </item>
    <item>
      <title>Packet tracer rule shows that</title>
      <link>https://community.cisco.com/t5/network-security/asa-drops-port-forwarding/m-p/2975535#M147884</link>
      <description>&lt;P&gt;Packet tracer rule shows that static port-forward rule is not taking a hit.&lt;/P&gt;
&lt;P&gt;You should have static port forward rule on top of dynamic PAT rule. The dual NAT table goes from top to bottom.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Also I would suggest to put "show run nat" &amp;nbsp;and "show run object" in the output here.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 08:06:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-drops-port-forwarding/m-p/2975535#M147884</guid>
      <dc:creator>Pranay Prasoon</dc:creator>
      <dc:date>2017-01-10T08:06:02Z</dc:date>
    </item>
    <item>
      <title>You should have static port</title>
      <link>https://community.cisco.com/t5/network-security/asa-drops-port-forwarding/m-p/2975536#M147887</link>
      <description>&lt;P&gt;You should have static port forward rule on top of dynamic PAT rule. The dual NAT table goes from top to bottom.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Also I would suggest to put "show run nat" &amp;nbsp;and "show run object" in the output here.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 12:31:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-drops-port-forwarding/m-p/2975536#M147887</guid>
      <dc:creator>Farhan Mohamed</dc:creator>
      <dc:date>2017-01-10T12:31:26Z</dc:date>
    </item>
    <item>
      <title>nat (inside,outside) source</title>
      <link>https://community.cisco.com/t5/network-security/asa-drops-port-forwarding/m-p/2975537#M147888</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;nat (inside,outside) source static LOCALCAM interface service any CAMERA&lt;BR /&gt;nat (inside,outside) source dynamic Inside_Hosts interface&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;object network Inside_Hosts&lt;BR /&gt; subnet 172.16.0.0 255.255.0.0&lt;BR /&gt; description Inside_hosts&lt;/P&gt;
&lt;P&gt;object service CAMERA&lt;BR /&gt; service tcp source eq 4545&lt;/P&gt;
&lt;P&gt;object network LOCALCAM&lt;BR /&gt; host 172.16.20.13&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I'm trying to connect to it via web browser WANIP:4545 (I changed port) and also access list hits are increasing every time I'm trying to access.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 13:11:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-drops-port-forwarding/m-p/2975537#M147888</guid>
      <dc:creator>n.kiskeidze</dc:creator>
      <dc:date>2017-01-10T13:11:18Z</dc:date>
    </item>
    <item>
      <title>you nat rule should be like</title>
      <link>https://community.cisco.com/t5/network-security/asa-drops-port-forwarding/m-p/2975538#M147891</link>
      <description>&lt;P&gt;you nat rule should be like this&lt;/P&gt;
&lt;P&gt;nat (inside,outside) source static LOCALCAM interface service CAMERA CAMERA&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;and acl should be&lt;/P&gt;
&lt;P&gt;access-list &amp;lt;outside In name&amp;gt; perit tcp any host 172.16.20.13 eq 4545&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 05:53:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-drops-port-forwarding/m-p/2975538#M147891</guid>
      <dc:creator>Pranay Prasoon</dc:creator>
      <dc:date>2017-01-11T05:53:48Z</dc:date>
    </item>
    <item>
      <title>I made it :</title>
      <link>https://community.cisco.com/t5/network-security/asa-drops-port-forwarding/m-p/2975539#M147893</link>
      <description>&lt;P&gt;I made it :&lt;/P&gt;
&lt;P&gt;show run nat :&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;nat (inside,outside) source static LOCALCAM interface service CAMERA CAMERA&lt;BR /&gt;nat (inside,outside) source dynamic Inside_Hosts interface&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;and show run obj :&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;object network Inside_Hosts&lt;BR /&gt; subnet 172.16.0.0 255.255.0.0&lt;BR /&gt; description Inside_hosts&lt;/P&gt;
&lt;P&gt;object service CAMERA&lt;BR /&gt; service tcp source eq 4545&lt;/P&gt;
&lt;P&gt;object network LOCALCAM&lt;BR /&gt; host 172.16.20.32&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;but it doesn't work. Camera should be viewed on web interface of remote PC. Maybe it needs to put 80 port in nat ?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 06:50:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-drops-port-forwarding/m-p/2975539#M147893</guid>
      <dc:creator>n.kiskeidze</dc:creator>
      <dc:date>2017-01-11T06:50:56Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/network-security/asa-drops-port-forwarding/m-p/2975540#M147894</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I am not sure how this application should work. But the camera is viewed on web interface, then it should be port 80 rule too. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 06:59:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-drops-port-forwarding/m-p/2975540#M147894</guid>
      <dc:creator>Pranay Prasoon</dc:creator>
      <dc:date>2017-01-11T06:59:51Z</dc:date>
    </item>
    <item>
      <title>REMOTE PC ----&gt; WANIP:4545</title>
      <link>https://community.cisco.com/t5/network-security/asa-drops-port-forwarding/m-p/2975541#M147897</link>
      <description>&lt;P&gt;REMOTE PC ----&amp;gt; WANIP:4545 Port ---&amp;gt; LAN LAMERA IP:80 Port&lt;/P&gt;
&lt;P&gt;So Camera from lan is viewed by LocalIP:80 port and from wan must be viewed WANIP:4545 port.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 07:04:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-drops-port-forwarding/m-p/2975541#M147897</guid>
      <dc:creator>n.kiskeidze</dc:creator>
      <dc:date>2017-01-11T07:04:21Z</dc:date>
    </item>
    <item>
      <title>If that is the case,you can</title>
      <link>https://community.cisco.com/t5/network-security/asa-drops-port-forwarding/m-p/2975542#M147900</link>
      <description>&lt;P&gt;If that is the case,you can create one more object&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;object service http&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;service tcp source eq 80&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;nat (inside,outside) source static LOCALCAM interface service http CAMERA&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;but your ACL would be&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;access-list &amp;lt;outside In name&amp;gt; perit tcp any host 172.16.20.13 eq 80&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 07:24:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-drops-port-forwarding/m-p/2975542#M147900</guid>
      <dc:creator>Pranay Prasoon</dc:creator>
      <dc:date>2017-01-11T07:24:48Z</dc:date>
    </item>
    <item>
      <title>I made such but it doesn't</title>
      <link>https://community.cisco.com/t5/network-security/asa-drops-port-forwarding/m-p/2975543#M147902</link>
      <description>&lt;P&gt;I made such but it doesn't work :&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;show run nat&lt;BR /&gt;nat (inside,outside) source static LOCALCAM interface service http CAMERA&lt;BR /&gt;nat (inside,outside) source dynamic Inside_Hosts interface&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;show run obj&lt;BR /&gt;object network Inside_Hosts&lt;BR /&gt; subnet 172.16.0.0 255.255.0.0&lt;BR /&gt; description Inside_hosts&lt;/P&gt;
&lt;P&gt;object service CAMERA&lt;BR /&gt; service tcp source eq 4545&lt;BR /&gt;object network LOCALCAM&lt;BR /&gt; host 172.16.20.11&lt;BR /&gt;object service http&lt;BR /&gt; service tcp source eq www&lt;/P&gt;
&lt;P&gt;show run access-list&lt;BR /&gt;access-list outside_access_in extended permit tcp any host 172.16.20.11 eq 4545&lt;BR /&gt;access-list outside_access_in extended permit tcp any host 172.16.20.11 eq www&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;but it cant connect&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 07:44:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-drops-port-forwarding/m-p/2975543#M147902</guid>
      <dc:creator>n.kiskeidze</dc:creator>
      <dc:date>2017-01-11T07:44:31Z</dc:date>
    </item>
    <item>
      <title>okay provide few output:-</title>
      <link>https://community.cisco.com/t5/network-security/asa-drops-port-forwarding/m-p/2975544#M147904</link>
      <description>&lt;P&gt;okay provide few output:-&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;packet-tracer input outside tcp 4.4.4.4 12345 public IP 4545&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;then take capture&lt;/P&gt;
&lt;P&gt;cap capo interface outside match tcp any any eq 4545&lt;/P&gt;
&lt;P&gt;cap capi interface inside match tcp any host&amp;nbsp;&lt;SPAN&gt;172.16.20.11 eq 80&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;run the test and provide output of&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;show cap capo&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;show cap capi&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 07:48:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-drops-port-forwarding/m-p/2975544#M147904</guid>
      <dc:creator>Pranay Prasoon</dc:creator>
      <dc:date>2017-01-11T07:48:26Z</dc:date>
    </item>
    <item>
      <title>Phase: 1Type: UN-NATSubtype:</title>
      <link>https://community.cisco.com/t5/network-security/asa-drops-port-forwarding/m-p/2975545#M147908</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;Phase: 1&lt;BR /&gt;Type: UN-NAT&lt;BR /&gt;Subtype: static&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;nat (inside,outside) source static LOCALCAM interface service http CAMERA&lt;BR /&gt;Additional Information:&lt;BR /&gt;NAT divert to egress interface inside&lt;BR /&gt;Untranslate PUBLIC IP/4545 to 172.16.20.11/80&lt;/P&gt;
&lt;P&gt;Phase: 2&lt;BR /&gt;Type: ACCESS-LIST&lt;BR /&gt;Subtype: log&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;access-group outside_access_in in interface outside&lt;BR /&gt;access-list outside_access_in extended permit tcp any host 172.16.20.11 eq www&lt;BR /&gt;Additional Information:&lt;/P&gt;
&lt;P&gt;Phase: 3&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;nat (inside,outside) source static LOCALCAM interface service http CAMERA&lt;BR /&gt;Additional Information:&lt;BR /&gt;Static translate 4.4.4.4/12345 to 4.4.4.4/12345&lt;/P&gt;
&lt;P&gt;Phase: 4&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype: per-session&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;
&lt;P&gt;Phase: 5&lt;BR /&gt;Type: IP-OPTIONS&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;
&lt;P&gt;Phase: 6&lt;BR /&gt;Type: INSPECT&lt;BR /&gt;Subtype: np-inspect&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;class-map inspection_default&lt;BR /&gt; match default-inspection-traffic&lt;BR /&gt;policy-map global_policy&lt;BR /&gt; class inspection_default&lt;BR /&gt; inspect http&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;Additional Information:&lt;/P&gt;
&lt;P&gt;Phase: 7&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype: rpf-check&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;nat (inside,outside) source static LOCALCAM interface service http CAMERA&lt;BR /&gt;Additional Information:&lt;/P&gt;
&lt;P&gt;Phase: 8&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype: per-session&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;
&lt;P&gt;Phase: 9&lt;BR /&gt;Type: IP-OPTIONS&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;
&lt;P&gt;Phase: 10&lt;BR /&gt;Type: FLOW-CREATION&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;New flow created with id 9425429, packet dispatched to next module&lt;/P&gt;
&lt;P&gt;Result:&lt;BR /&gt;output-interface: inside&lt;BR /&gt;output-status: up&lt;BR /&gt;output-line-status: up&lt;BR /&gt;Action: allow&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;show cap capo&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;1 packet captured&lt;/P&gt;
&lt;P&gt;1: 12:00:10.532580 4.4.4.4.12345 &amp;gt; WANIP.4545: S 102270077:102270077(0) win 8192&lt;BR /&gt;1 packet shown&lt;/P&gt;
&lt;P&gt;show cap capi&lt;/P&gt;
&lt;P&gt;0 packet captured&lt;/P&gt;
&lt;P&gt;0 packet shown&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 08:02:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-drops-port-forwarding/m-p/2975545#M147908</guid>
      <dc:creator>n.kiskeidze</dc:creator>
      <dc:date>2017-01-11T08:02:34Z</dc:date>
    </item>
    <item>
      <title>After these commands it</title>
      <link>https://community.cisco.com/t5/network-security/asa-drops-port-forwarding/m-p/2975546#M147911</link>
      <description>&lt;P&gt;After these commands it suddenly connected&lt;/P&gt;
&lt;P&gt;I didn't change anything since last post it's very strange&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 08:04:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-drops-port-forwarding/m-p/2975546#M147911</guid>
      <dc:creator>n.kiskeidze</dc:creator>
      <dc:date>2017-01-11T08:04:56Z</dc:date>
    </item>
    <item>
      <title>yes the capture only showed</title>
      <link>https://community.cisco.com/t5/network-security/asa-drops-port-forwarding/m-p/2975547#M147914</link>
      <description>&lt;P&gt;yes the capture only showed dummy packet tracer traffic , I believe it worked with real traffic. If issue has been resolved, mark this thread as solved.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 08:07:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-drops-port-forwarding/m-p/2975547#M147914</guid>
      <dc:creator>Pranay Prasoon</dc:creator>
      <dc:date>2017-01-11T08:07:53Z</dc:date>
    </item>
    <item>
      <title>Yes but why does it need time</title>
      <link>https://community.cisco.com/t5/network-security/asa-drops-port-forwarding/m-p/2975548#M147921</link>
      <description>&lt;P&gt;Yes but why does it need time to work&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 08:09:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-drops-port-forwarding/m-p/2975548#M147921</guid>
      <dc:creator>n.kiskeidze</dc:creator>
      <dc:date>2017-01-11T08:09:00Z</dc:date>
    </item>
    <item>
      <title>Rules were correct. I guess</title>
      <link>https://community.cisco.com/t5/network-security/asa-drops-port-forwarding/m-p/2975549#M147929</link>
      <description>&lt;P&gt;Rules were correct. I guess it took some time for test PC to generate traffic.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 08:13:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-drops-port-forwarding/m-p/2975549#M147929</guid>
      <dc:creator>Pranay Prasoon</dc:creator>
      <dc:date>2017-01-11T08:13:10Z</dc:date>
    </item>
  </channel>
</rss>

