<?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: Getting illegal port error while trying to access Outside FT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/getting-illegal-port-error-while-trying-to-access-outside-ftp/m-p/718050#M1005710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nothing serius, but for ex.&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu vengra 1500&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its not really needed &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS. When you do changes on the the natting do a clear xlate and it to changes make effect ! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cya &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Apr 2007 20:54:15 GMT</pubDate>
    <dc:creator>Rodrigo Gurriti</dc:creator>
    <dc:date>2007-04-30T20:54:15Z</dc:date>
    <item>
      <title>Getting illegal port error while trying to access Outside FTP</title>
      <link>https://community.cisco.com/t5/network-security/getting-illegal-port-error-while-trying-to-access-outside-ftp/m-p/718045#M1005689</link>
      <description>&lt;P&gt;I just setup a ASA 5505...the last issue I have is I can't access FTP on the outside network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see config attached.&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; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 10:06:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/getting-illegal-port-error-while-trying-to-access-outside-ftp/m-p/718045#M1005689</guid>
      <dc:creator>slaider76</dc:creator>
      <dc:date>2019-03-11T10:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Getting illegal port error while trying to access Outside FT</title>
      <link>https://community.cisco.com/t5/network-security/getting-illegal-port-error-while-trying-to-access-outside-ftp/m-p/718046#M1005698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well you got a few weird  thinks on this config &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 your global (outside) 1  has a wrong net mask&lt;/P&gt;&lt;P&gt;2 you have no interface specified for inside but you have a nat (inside) &lt;/P&gt;&lt;P&gt;3 you dont need these access lists vengra_access_in and vengra_access_out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you do nat it allow any thing from a high secure interface ( your int vengra ) to any interface to lower security interface( outside) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well I saw a couple more weird options but any ways I'll tell you why you cannot access ftp &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need a police inspection &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just type this as I have here. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt;policy-map type inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;  message-length maximum 512&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;  inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt;  inspect ftp&lt;/P&gt;&lt;P&gt;  inspect h323 h225&lt;/P&gt;&lt;P&gt;  inspect h323 ras&lt;/P&gt;&lt;P&gt;  inspect rsh&lt;/P&gt;&lt;P&gt;  inspect rtsp&lt;/P&gt;&lt;P&gt;  inspect esmtp&lt;/P&gt;&lt;P&gt;  inspect sqlnet&lt;/P&gt;&lt;P&gt;  inspect skinny&lt;/P&gt;&lt;P&gt;  inspect sunrpc&lt;/P&gt;&lt;P&gt;  inspect xdmcp&lt;/P&gt;&lt;P&gt;  inspect sip&lt;/P&gt;&lt;P&gt;  inspect netbios&lt;/P&gt;&lt;P&gt;  inspect tftp&lt;/P&gt;&lt;P&gt;  inspect http&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the default police inspection for the ASA I don't recommend you remove, you may want to twicke it a little be but I would not take it out &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to get more information on ftp go to &lt;A class="jive-link-custom" href="http://slacksite.com/other/ftp.html" target="_blank"&gt;http://slacksite.com/other/ftp.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I also recommend you take a look on types of firewall - packet filter, proxy filter and Stateful Packet Filter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pixes and ASA's are Stateful Packet Filters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Apr 2007 20:28:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/getting-illegal-port-error-while-trying-to-access-outside-ftp/m-p/718046#M1005698</guid>
      <dc:creator>Rodrigo Gurriti</dc:creator>
      <dc:date>2007-04-29T20:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Getting illegal port error while trying to access Outside FT</title>
      <link>https://community.cisco.com/t5/network-security/getting-illegal-port-error-while-trying-to-access-outside-ftp/m-p/718047#M1005702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. What are the other weird options you see?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 12:49:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/getting-illegal-port-error-while-trying-to-access-outside-ftp/m-p/718047#M1005702</guid>
      <dc:creator>slaider76</dc:creator>
      <dc:date>2007-04-30T12:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Getting illegal port error while trying to access Outside FT</title>
      <link>https://community.cisco.com/t5/network-security/getting-illegal-port-error-while-trying-to-access-outside-ftp/m-p/718048#M1005707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I added what you specified and it still does not seem to work...also when I remove the vengra access list I can't get to the outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the GUI when I specify the global pool it says the netmask is optional. I did not specify and I guess what you see is what it put for a default...what do you recommend?&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;Edit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apparently it did not keep what I put in...I saw it...I rebooted the appliance and it must have erased it...? I entered it throught the GUI command line interface...I will try again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 13:58:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/getting-illegal-port-error-while-trying-to-access-outside-ftp/m-p/718048#M1005707</guid>
      <dc:creator>slaider76</dc:creator>
      <dc:date>2007-04-30T13:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Getting illegal port error while trying to access Outside FT</title>
      <link>https://community.cisco.com/t5/network-security/getting-illegal-port-error-while-trying-to-access-outside-ftp/m-p/718049#M1005709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I re-entered and saved and it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 15:05:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/getting-illegal-port-error-while-trying-to-access-outside-ftp/m-p/718049#M1005709</guid>
      <dc:creator>slaider76</dc:creator>
      <dc:date>2007-04-30T15:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Getting illegal port error while trying to access Outside FT</title>
      <link>https://community.cisco.com/t5/network-security/getting-illegal-port-error-while-trying-to-access-outside-ftp/m-p/718050#M1005710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nothing serius, but for ex.&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu vengra 1500&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its not really needed &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS. When you do changes on the the natting do a clear xlate and it to changes make effect ! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cya &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 20:54:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/getting-illegal-port-error-while-trying-to-access-outside-ftp/m-p/718050#M1005710</guid>
      <dc:creator>Rodrigo Gurriti</dc:creator>
      <dc:date>2007-04-30T20:54:15Z</dc:date>
    </item>
  </channel>
</rss>

