<?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 You might be hitting in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/redirect-ftp-traffic-on-port-3232-to-a-specific-ftp-host/m-p/2827450#M174963</link>
    <description>&lt;P&gt;You might be hitting following bug:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;https://tools.cisco.com/bugsearch/bug/CSCub53088&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;you can try the work around mentioned in the defect also from the release notes of 9.2.x the fix is integrated in 9.2.1 release.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;hope it helps.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;R.Seth&lt;/P&gt;</description>
    <pubDate>Tue, 17 Nov 2015 18:46:40 GMT</pubDate>
    <dc:creator>Rishabh Seth</dc:creator>
    <dc:date>2015-11-17T18:46:40Z</dc:date>
    <item>
      <title>Redirect ftp traffic on port 3232 to a specific ftp host listening on port 21</title>
      <link>https://community.cisco.com/t5/network-security/redirect-ftp-traffic-on-port-3232-to-a-specific-ftp-host/m-p/2827441#M174950</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Im trying to forward some FTP traffic that gets on my "outside" interface called VodafoneTrunk on port 3232 and forward that traffic to a ftp host that is listening on port 21, I have checked many blogs, forums and read many information but still cannot get this to work.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Can anyone have a look? Im using an asa with version 9.1(5), running config on attach&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Many Thanks&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;H&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 06:52:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/redirect-ftp-traffic-on-port-3232-to-a-specific-ftp-host/m-p/2827441#M174950</guid>
      <dc:creator>Hugo Rosado</dc:creator>
      <dc:date>2019-03-12T06:52:51Z</dc:date>
    </item>
    <item>
      <title>Hi Hugo,</title>
      <link>https://community.cisco.com/t5/network-security/redirect-ftp-traffic-on-port-3232-to-a-specific-ftp-host/m-p/2827442#M174955</link>
      <description>&lt;P&gt;Hi Hugo,&lt;/P&gt;
&lt;P&gt;It looks like the NAT configuration on the ASA is incorrect. I belive you would like to forward the traffic from outside to inside. You are using a mapped port of 3232 and it must get tranlsated to its real port 21. If my understanding about the issue is correct then you have a FTP server behind the ASA and you are trying to access the server using a static NAT. Please correct me if my understanding about the issue wrong.&lt;/P&gt;
&lt;P&gt;You can configure a correct NAT to achive this.&lt;/P&gt;
&lt;P&gt;nat (production,vodafone) source static real_IP map_IP service real_port mapped_port&lt;/P&gt;
&lt;P&gt;Here real port will be 21 and mapped port will be 3232, real_IP will be private IP server which is in prodcution. We can use the interface instead of the mapp_IP&amp;nbsp;also.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Shivapramod M&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2015 04:17:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/redirect-ftp-traffic-on-port-3232-to-a-specific-ftp-host/m-p/2827442#M174955</guid>
      <dc:creator>Shivapramod M</dc:creator>
      <dc:date>2015-11-13T04:17:12Z</dc:date>
    </item>
    <item>
      <title>Hi Shivapramod,</title>
      <link>https://community.cisco.com/t5/network-security/redirect-ftp-traffic-on-port-3232-to-a-specific-ftp-host/m-p/2827443#M174956</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Shivapramod,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You are correct on the way to look at this issue, I have applied the commands you have recommended but still cannot access my FTP server from outside, I have also run a show xlate and here are the results:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;NAT from VodafoneTrunk:0.0.0.0/0 to Design:0.0.0.0/0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;flags sIT idle 11:17:12 timeout 0:00:00&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;NAT from VodafoneTrunk:0.0.0.0/0 to Guest:0.0.0.0/0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;flags sIT idle 11:17:12 timeout 0:00:00&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;NAT from VodafoneTrunk:0.0.0.0/0 to Telephony:0.0.0.0/0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;flags sIT idle 11:17:12 timeout 0:00:00&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;NAT from VodafoneTrunk:0.0.0.0/0 to Production:0.0.0.0/0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;flags sIT idle 11:17:12 timeout 0:00:00&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;TCP PAT from Production:192.168.10.9 21-21 to VodafoneTrunk:External_Ip 21-21&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;flags srT idle 0:01:35 timeout 0:00:00&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;TCP PAT from VodafoneTrunk:0.0.0.0/0 21-21 to Production:0.0.0.0/0 21-21&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;flags srIT idle 0:01:35 timeout 0:00:00&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;From what I can see all traffic on port 21 on the Vodafonetrunk interface will be forward to the Production Vlan but not to a specific host and that is what I have specified on the nat rule:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;nat (Production,Vodafonetrunk)source static Synol0gy interface service Ftp Ftp&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;Synol0gy is a network object with an ip address on 192.168.10.9&lt;/P&gt;
&lt;P class="p1"&gt;Ftp is a service Object with port 21 configured.&lt;/P&gt;
&lt;P class="p1"&gt;&lt;/P&gt;
&lt;P class="p1"&gt;Thanks in advanced.&lt;/P&gt;
&lt;P class="p1"&gt;&lt;/P&gt;
&lt;P class="p1"&gt;H&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2015 09:59:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/redirect-ftp-traffic-on-port-3232-to-a-specific-ftp-host/m-p/2827443#M174956</guid>
      <dc:creator>Hugo Rosado</dc:creator>
      <dc:date>2015-11-13T09:59:12Z</dc:date>
    </item>
    <item>
      <title>Hi Hugo,</title>
      <link>https://community.cisco.com/t5/network-security/redirect-ftp-traffic-on-port-3232-to-a-specific-ftp-host/m-p/2827444#M174957</link>
      <description>&lt;P&gt;Hi Hugo,&lt;/P&gt;
&lt;P&gt;I belive the traffic is coming to the ASA with the port 3232 as per your explaination. If that is the case then you should have the NAT. Please correct me if I am wrong.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;nat (Production,Vodafonetrunk)source static Synol0gy interface service Ftp 3232&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;where 3232 is nothing but a service object which you have already created as per the show tech.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;object service 3232 &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;service tcp source eq 3232&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this does not work then you can take packet tracer on the ASA&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;packet-tracer interface vodafonetrunk tcp &amp;lt;sourceIP&amp;gt; 12345 &amp;lt;vodafone interface IP&amp;gt; 3232 det&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Shivapramod M&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2015 10:08:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/redirect-ftp-traffic-on-port-3232-to-a-specific-ftp-host/m-p/2827444#M174957</guid>
      <dc:creator>Shivapramod M</dc:creator>
      <dc:date>2015-11-13T10:08:56Z</dc:date>
    </item>
    <item>
      <title>Please fin in attach the</title>
      <link>https://community.cisco.com/t5/network-security/redirect-ftp-traffic-on-port-3232-to-a-specific-ftp-host/m-p/2827445#M174958</link>
      <description>&lt;P&gt;Please fin in attach the packet tracer result, also here's a copy of the current show xalte:&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;nat (Production,Vodafonetrunk)source static Synol0gy interface service Ftp Ftp&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;NAT from VodafoneTrunk:0.0.0.0/0 to Design:0.0.0.0/0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;flags sIT idle 11:48:50 timeout 0:00:00&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;NAT from VodafoneTrunk:0.0.0.0/0 to Guest:0.0.0.0/0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;flags sIT idle 11:48:50 timeout 0:00:00&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;NAT from VodafoneTrunk:0.0.0.0/0 to Telephony:0.0.0.0/0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;flags sIT idle 11:48:50 timeout 0:00:00&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;NAT from VodafoneTrunk:0.0.0.0/0 to Production:0.0.0.0/0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;flags sIT idle 11:48:50 timeout 0:00:00&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;TCP PAT from Production:192.168.10.9 21-21 to VodafoneTrunk:External_Ip 3232-3232&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;flags srT idle 0:01:03 timeout 0:00:00&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;TCP PAT from VodafoneTrunk:0.0.0.0/0 0 to Production:0.0.0.0/0 21-21&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;flags srIT idle 0:01:03 timeout 0:00:00&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2015 10:31:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/redirect-ftp-traffic-on-port-3232-to-a-specific-ftp-host/m-p/2827445#M174958</guid>
      <dc:creator>Hugo Rosado</dc:creator>
      <dc:date>2015-11-13T10:31:25Z</dc:date>
    </item>
    <item>
      <title>I have now created a NAT</title>
      <link>https://community.cisco.com/t5/network-security/redirect-ftp-traffic-on-port-3232-to-a-specific-ftp-host/m-p/2827446#M174959</link>
      <description>&lt;P&gt;I have now created a NAT rulle that allows the ftp traffic on port 3232 and it forwards it to my FTP server, on packet tracer I can see the traffic goes trough but if I try to establish a ftp session from outside on port 3232 to my FTP on port 21 it does not work, do I need to clear the xlate or even a reboot?&lt;/P&gt;
&lt;P&gt;It doesn't make sense&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2015 10:45:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/redirect-ftp-traffic-on-port-3232-to-a-specific-ftp-host/m-p/2827446#M174959</guid>
      <dc:creator>Hugo Rosado</dc:creator>
      <dc:date>2015-11-13T10:45:02Z</dc:date>
    </item>
    <item>
      <title>Hi Hugo,</title>
      <link>https://community.cisco.com/t5/network-security/redirect-ftp-traffic-on-port-3232-to-a-specific-ftp-host/m-p/2827447#M174960</link>
      <description>&lt;P&gt;Hi Hugo,&lt;/P&gt;
&lt;P&gt;Now we need to take the capture on ingress interface which is vodafone and on the egress interface which is production to see the packet flow.&lt;/P&gt;
&lt;P&gt;1. Set the captures on ASA&lt;/P&gt;
&lt;P&gt;cap capin interface vodafone match tcp any host &amp;lt;interface IP&amp;gt; eq 3232&lt;/P&gt;
&lt;P&gt;cap capout interface production match tcp any host &amp;nbsp;&amp;lt;real IP&amp;gt; eq 21&lt;/P&gt;
&lt;P&gt;2. Initiate the traffic and wait till it fails.&lt;/P&gt;
&lt;P&gt;3. Take the output&lt;/P&gt;
&lt;P&gt;show cap capin&lt;/P&gt;
&lt;P&gt;show cap capout&lt;/P&gt;
&lt;P&gt;4. You can also see if the ASA generated any log for this traffic.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Shivapramod M&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2015 12:42:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/redirect-ftp-traffic-on-port-3232-to-a-specific-ftp-host/m-p/2827447#M174960</guid>
      <dc:creator>Shivapramod M</dc:creator>
      <dc:date>2015-11-13T12:42:56Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/network-security/redirect-ftp-traffic-on-port-3232-to-a-specific-ftp-host/m-p/2827448#M174961</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;On the past few days I have decided to try this out only with FTP to FTP, I have captured the packets and this is the outcome:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;287: 17:37:00.109064 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;802.1Q vlan#100 P0 95.95.196.179.59829 &amp;gt; External_IP.21: S 3966589209:3966589209(0) win 5840 &amp;lt;mss 1460,sackOK,timestamp 61180619 0,nop,wscale 5&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt; 288: 17:37:03.100702 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;802.1Q vlan#100 P0 95.95.196.179.59829 &amp;gt;&lt;SPAN&gt;External_IP&lt;/SPAN&gt;.21: S 3966589209:3966589209(0) win 5840 &amp;lt;mss 1460,sackOK,timestamp 61180919 0,nop,wscale 5&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;I can see the traffic coming in, when I do a packet tracer it tells me that the traffic should go trough but it still wont.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Could it be a bug?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2015 17:59:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/redirect-ftp-traffic-on-port-3232-to-a-specific-ftp-host/m-p/2827448#M174961</guid>
      <dc:creator>Hugo Rosado</dc:creator>
      <dc:date>2015-11-17T17:59:50Z</dc:date>
    </item>
    <item>
      <title>There is a bug with 9.1:</title>
      <link>https://community.cisco.com/t5/network-security/redirect-ftp-traffic-on-port-3232-to-a-specific-ftp-host/m-p/2827449#M174962</link>
      <description>&lt;P&gt;There is a bug with 9.1:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;https://community.spiceworks.com/topic/504094-asa-version-9-1-1-with-ftp&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2015 18:22:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/redirect-ftp-traffic-on-port-3232-to-a-specific-ftp-host/m-p/2827449#M174962</guid>
      <dc:creator>Hugo Rosado</dc:creator>
      <dc:date>2015-11-17T18:22:45Z</dc:date>
    </item>
    <item>
      <title>You might be hitting</title>
      <link>https://community.cisco.com/t5/network-security/redirect-ftp-traffic-on-port-3232-to-a-specific-ftp-host/m-p/2827450#M174963</link>
      <description>&lt;P&gt;You might be hitting following bug:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;https://tools.cisco.com/bugsearch/bug/CSCub53088&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;you can try the work around mentioned in the defect also from the release notes of 9.2.x the fix is integrated in 9.2.1 release.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;hope it helps.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;R.Seth&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2015 18:46:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/redirect-ftp-traffic-on-port-3232-to-a-specific-ftp-host/m-p/2827450#M174963</guid>
      <dc:creator>Rishabh Seth</dc:creator>
      <dc:date>2015-11-17T18:46:40Z</dc:date>
    </item>
  </channel>
</rss>

