<?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 Re: LDIR 416 version 3.2.3 - &amp;quot;assign&amp;quot; problem in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/ldir-416-version-3-2-3-quot-assign-quot-problem/m-p/156401#M1909</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michele,&lt;/P&gt;&lt;P&gt;The best way out in this case would be to use a Router that supports Access Lists or a firewall that will permit or deny certain users and also for the specific ports. The configuration seems fine to me, however I have not been able to detect the cause for the FTP connection not working. You could also check if there is a bug related to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Apr 2003 14:39:22 GMT</pubDate>
    <dc:creator>owillins</dc:creator>
    <dc:date>2003-04-17T14:39:22Z</dc:date>
    <item>
      <title>LDIR 416 version 3.2.3 - "assign" problem</title>
      <link>https://community.cisco.com/t5/application-networking/ldir-416-version-3-2-3-quot-assign-quot-problem/m-p/156400#M1908</link>
      <description>&lt;P&gt;After a long time of having all the virtual servers' ports open to any IP, I decided to restrict access to some of them to the IPs that needed them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I restricted access to the Terminal Server port (3389) only to the company's IP, but left the HTTP (80) and FTP (21) ports open to any IP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, after applying the change, the FTP port now appears to be blocked to any connection. The only way to unblock it is by restricting access to it to the company's IP, but in that case the other IPs won't be able to connect to it anyway. The HTTP port keeps working as usual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why did this happen, and how can I fix it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an example of what I had before the changes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;virtual &amp;lt;virtual_server_ip&amp;gt;:3389:0:tcp is&lt;/P&gt;&lt;P&gt;virtual &amp;lt;virtual_server_ip&amp;gt;:21:0:tcp is&lt;/P&gt;&lt;P&gt;virtual &amp;lt;virtual_server_ip&amp;gt;:80:0:tcp is&lt;/P&gt;&lt;P&gt;real &amp;lt;real_server_ip&amp;gt;:3389:0:tcp is&lt;/P&gt;&lt;P&gt;real &amp;lt;real_server_ip&amp;gt;:21:0:tcp is&lt;/P&gt;&lt;P&gt;real &amp;lt;real_server_ip&amp;gt;:80:0:tcp is&lt;/P&gt;&lt;P&gt;bind &amp;lt;virtual_server_ip&amp;gt;:3389:0:tcp &amp;lt;real_server_ip&amp;gt;:3389:0:tcp&lt;/P&gt;&lt;P&gt;bind &amp;lt;virtual_server_ip&amp;gt;:21:0:tcp &amp;lt;real_server_ip&amp;gt;:21:0:tcp&lt;/P&gt;&lt;P&gt;bind &amp;lt;virtual_server_ip&amp;gt;:80:0:tcp &amp;lt;real_server_ip&amp;gt;:80:0:tcp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And here is what I have after the changes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;virtual &amp;lt;virtual_server_ip&amp;gt;:3389:1:tcp is&lt;/P&gt;&lt;P&gt;virtual &amp;lt;virtual_server_ip&amp;gt;:21:0:tcp is&lt;/P&gt;&lt;P&gt;virtual &amp;lt;virtual_server_ip&amp;gt;:80:0:tcp is&lt;/P&gt;&lt;P&gt;real &amp;lt;real_server_ip&amp;gt;:3389:1:tcp is&lt;/P&gt;&lt;P&gt;real &amp;lt;real_server_ip&amp;gt;:21:0:tcp is&lt;/P&gt;&lt;P&gt;real &amp;lt;real_server_ip&amp;gt;:80:0:tcp is&lt;/P&gt;&lt;P&gt;bind &amp;lt;virtual_server_ip&amp;gt;:3389:1:tcp &amp;lt;real_server_ip&amp;gt;:3389:1:tcp&lt;/P&gt;&lt;P&gt;bind &amp;lt;virtual_server_ip&amp;gt;:21:0:tcp &amp;lt;real_server_ip&amp;gt;:21:0:tcp&lt;/P&gt;&lt;P&gt;bind &amp;lt;virtual_server_ip&amp;gt;:80:0:tcp &amp;lt;real_server_ip&amp;gt;:80:0:tcp&lt;/P&gt;&lt;P&gt;assign &amp;lt;virtual_server_ip&amp;gt;:3389:1:tcp &amp;lt;company_ip&amp;gt; 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As expected, Terminal Server is now accessible only from the company's IP address, while the HTTP port is accessible from any IP. So should be the FTP port, but instead it doesn't work at all (connection failed).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michele Lostia&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2003 11:36:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ldir-416-version-3-2-3-quot-assign-quot-problem/m-p/156400#M1908</guid>
      <dc:creator>webegg</dc:creator>
      <dc:date>2003-04-11T11:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: LDIR 416 version 3.2.3 - "assign" problem</title>
      <link>https://community.cisco.com/t5/application-networking/ldir-416-version-3-2-3-quot-assign-quot-problem/m-p/156401#M1909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michele,&lt;/P&gt;&lt;P&gt;The best way out in this case would be to use a Router that supports Access Lists or a firewall that will permit or deny certain users and also for the specific ports. The configuration seems fine to me, however I have not been able to detect the cause for the FTP connection not working. You could also check if there is a bug related to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2003 14:39:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ldir-416-version-3-2-3-quot-assign-quot-problem/m-p/156401#M1909</guid>
      <dc:creator>owillins</dc:creator>
      <dc:date>2003-04-17T14:39:22Z</dc:date>
    </item>
  </channel>
</rss>

