<?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: FTP server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-server/m-p/3063925#M575271</link>
    <description>An FTP server will, of course, work perfectly well inside a firewall and be more secure BUT public and/or customer access to this server is thus prevented. If both customers/public and company users must access the data then the best choice is a "DMZ" - Demilitirized Zone -- in which some public/customer access is allowed.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 04 Sep 2003 15:53:16 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2003-09-04T15:53:16Z</dc:date>
    <item>
      <title>FTP server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-server/m-p/3063924#M575270</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I am in Customer place. &lt;BR /&gt;&lt;BR /&gt;They have a FTP server for some specific need, which is placed here out of the firewall. &lt;BR /&gt;&lt;BR /&gt;Few known users are placing files in FTP server, which is then getting picked up by a application which is inside firewall. &lt;BR /&gt;&lt;BR /&gt;I want to know, if the ftp server can be placed inside  firewall, which will be more secure too. I am in mood of suggesting to customer, can someone please confirm my views. Please answer the query.</description>
      <pubDate>Thu, 04 Sep 2003 15:47:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-server/m-p/3063924#M575270</guid>
      <dc:creator>zanwar.prashantuktransc</dc:creator>
      <dc:date>2003-09-04T15:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: FTP server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-server/m-p/3063925#M575271</link>
      <description>An FTP server will, of course, work perfectly well inside a firewall and be more secure BUT public and/or customer access to this server is thus prevented. If both customers/public and company users must access the data then the best choice is a "DMZ" - Demilitirized Zone -- in which some public/customer access is allowed.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Sep 2003 15:53:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-server/m-p/3063925#M575271</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-09-04T15:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: FTP server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-server/m-p/3063926#M575272</link>
      <description>To be honest, it's better to leave it where it is.&lt;BR /&gt;&lt;BR /&gt;If it is on your side of the firewall, you will have to open your customers machines to the outside world.  If it stays where it is, you can use rules that only allow you to get information from the ftp server.&lt;BR /&gt;&lt;BR /&gt;The rule is, pulls are OK, pushes are not.</description>
      <pubDate>Thu, 04 Sep 2003 15:54:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-server/m-p/3063926#M575272</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-09-04T15:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: FTP server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-server/m-p/3063927#M575273</link>
      <description>Hi Prashant,&lt;BR /&gt;&lt;BR /&gt;   How U have been ? :-)&lt;BR /&gt;&lt;BR /&gt;   To answer your query&lt;BR /&gt;&lt;BR /&gt;   Yes no big deal to place a FTP server inside the firewall. Couple of things&lt;BR /&gt;&lt;BR /&gt;1) FTP uses two ports. 20 for data and 21 for control. Port 21 is used for commands and 20 for transferring the data.&lt;BR /&gt;&lt;BR /&gt;   So you need to enable these ports in ur firewall&lt;BR /&gt;&lt;BR /&gt;2) Also your ftp client can use the ftp service in the active/passive mode. Active mode is by default. In active mode, u need to enable outgoing connection from ur ftp server on port 20 on an already established connection. In passive mode port 20 is not used at all. For the FTP to work properly it is necessary that the firewall is a connection/state-aware. All the modern day firewalls are connection/state aware&lt;BR /&gt;&lt;BR /&gt;3) one more problem with the FTP inside the firewall is, if the client is transferring huge chunk of data say more than 600MB. In this case the port 20 (data port) will be active transferring the data but port 21 (control port) will be inactive since there are no commands transferred to/from. So the firewall will close the port 21 after certain amount of predefined timeout period. Once the data is transferred the client connection will be abruptly closed by the server since the control port is already closed.&lt;BR /&gt;&lt;BR /&gt;  Let me know of any questions&lt;BR /&gt;&lt;BR /&gt;Sundar.</description>
      <pubDate>Thu, 04 Sep 2003 16:03:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-server/m-p/3063927#M575273</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2003-09-04T16:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: FTP server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-server/m-p/3063928#M575274</link>
      <description>Based on earlier replies, I have a middle of the road suggestion.&lt;BR /&gt;&lt;BR /&gt;If you want the ftp server accessible to the public and don't have the infrastructure and money to set up a dmz, here is how it can be done.&lt;BR /&gt;&lt;BR /&gt;Make the (I assume HP-UX) ftp server the firewall. It can provide NAT to the internal network if you wish, or at the very least IP filter firewall running on the box will limit the exploit opportunities from failures in the FTP server.&lt;BR /&gt;&lt;BR /&gt;If you have the bucks, you can do the dmz thing.  You can even program both firewalls to forward all traffic in both directions to and from a server in the normal server zone.&lt;BR /&gt;&lt;BR /&gt;With ftp in a chroot jail, the chances of security issues are pretty low.  If you don't mind the fact that ftp does passwords in clear text.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 04 Sep 2003 16:17:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-server/m-p/3063928#M575274</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-09-04T16:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: FTP server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-server/m-p/3063929#M575275</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;Thanks to all, Clay, Mark, Sundar and Steven. &lt;BR /&gt;&lt;BR /&gt;I am pleased with the answers from all. &lt;BR /&gt;&lt;BR /&gt;Answer from Mark suits my query 100%&lt;BR /&gt;&lt;BR /&gt;And Sundar, thanks for your reply in detail. &lt;BR /&gt;&lt;BR /&gt;Mark has also helped out nicely..and Steven too.&lt;BR /&gt;&lt;BR /&gt;I want to know where can I found information on DMZ and also about firewall setup. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Prashant&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Sep 2003 07:23:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-server/m-p/3063929#M575275</guid>
      <dc:creator>zanwar.prashantuktransc</dc:creator>
      <dc:date>2003-09-05T07:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: FTP server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-server/m-p/3063930#M575276</link>
      <description>Zanwar Shahib,&lt;BR /&gt;&lt;BR /&gt;   Kya re, you dont beleive in assigning points or what ?. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Sep 2003 15:36:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-server/m-p/3063930#M575276</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2003-09-05T15:36:36Z</dc:date>
    </item>
  </channel>
</rss>

