<?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 problems--not able to do ftp in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problems-not-able-to-do-ftp/m-p/3820737#M269983</link>
    <description>Look in syslog to see what your ftp server has logged. It should indicate what the reason is that ftp is not responding. If there are no ftp messages, then the incoming ftp requests are being blocked prior to ftpd. That's where inetd.sec (or IPfilter or other tool) is blocking inside HP-UX. Otherwise, your local router may be blocking ftp. Put a PC on the same subnet as the3 HP-UX system and verify ftp. If it connects, then one or more routers are the problem.</description>
    <pubDate>Mon, 10 Jul 2006 14:19:12 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2006-07-10T14:19:12Z</dc:date>
    <item>
      <title>ftp problems--not able to do ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problems-not-able-to-do-ftp/m-p/3820726#M269972</link>
      <description>HI,&lt;BR /&gt;B.11.23 U ia64&lt;BR /&gt;&lt;BR /&gt;i have two systems with good configurations in my lab(sand boxes only). The (new)lab admins installed the hpux 11.23(i think something is wrong in that).&lt;BR /&gt;&lt;BR /&gt;now i am not able to do ftp from my windows machine to both of the machines.&lt;BR /&gt;this is what happening:&lt;BR /&gt;----------------------------------&lt;BR /&gt;C:\&amp;gt;ftp ipaddress&lt;BR /&gt;Connected to ipaddress.&lt;BR /&gt;Connection closed by remote host.&lt;BR /&gt;----------------------------------&lt;BR /&gt;what is the problem?&lt;BR /&gt;&lt;BR /&gt;from one box to other box:&lt;BR /&gt;&lt;BR /&gt;-----------------------&lt;BR /&gt;# ftp 16.***.**.***&lt;BR /&gt;Connected to 16.***.**.***.&lt;BR /&gt;421 Service not available, remote server has closed connection&lt;BR /&gt;ftp&amp;gt; dir&lt;BR /&gt;Not connected.&lt;BR /&gt;-----------------------&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Jul 2006 13:08:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problems-not-able-to-do-ftp/m-p/3820726#M269972</guid>
      <dc:creator>bhupesh m</dc:creator>
      <dc:date>2006-07-10T13:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: ftp problems--not able to do ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problems-not-able-to-do-ftp/m-p/3820727#M269973</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Make sure that the 'ftp' service is not commented-out in '/etc/inetd.conf'.  You should have a line that looks something like:&lt;BR /&gt;&lt;BR /&gt;ftp          stream tcp nowait root /usr/lbin/ftpd    ftpd -l&lt;BR /&gt;&lt;BR /&gt;If you need to modify the file, when done, do:&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/inetd -c&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 10 Jul 2006 13:13:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problems-not-able-to-do-ftp/m-p/3820727#M269973</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-07-10T13:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: ftp problems--not able to do ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problems-not-able-to-do-ftp/m-p/3820728#M269974</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Check the /etc/inetd.conf and make sure ftp is enabled, you can run inetd -c to re-read this file after that you can try ftp and it should work.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;HGN</description>
      <pubDate>Mon, 10 Jul 2006 13:21:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problems-not-able-to-do-ftp/m-p/3820728#M269974</guid>
      <dc:creator>HGN</dc:creator>
      <dc:date>2006-07-10T13:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: ftp problems--not able to do ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problems-not-able-to-do-ftp/m-p/3820729#M269975</link>
      <description>hi,&lt;BR /&gt;ftp service not available. in the msg itself,&lt;BR /&gt;--------------&lt;BR /&gt;421 Service not available, remote server has closed connection&lt;BR /&gt;--------------&lt;BR /&gt;&lt;BR /&gt;refer the files:&lt;BR /&gt;/etc/services&lt;BR /&gt;/etc/inetd.conf</description>
      <pubDate>Mon, 10 Jul 2006 13:22:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problems-not-able-to-do-ftp/m-p/3820729#M269975</guid>
      <dc:creator>inventsekar_1</dc:creator>
      <dc:date>2006-07-10T13:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: ftp problems--not able to do ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problems-not-able-to-do-ftp/m-p/3820730#M269976</link>
      <description>hi again,&lt;BR /&gt;&lt;BR /&gt;1.)that line is not commented in /etc/inetd.conf&lt;BR /&gt;&lt;BR /&gt;that lines:&lt;BR /&gt;##&lt;BR /&gt;ftp          stream tcp6 nowait root /usr/lbin/ftpd     ftpd -l&lt;BR /&gt;telnet       stream tcp6 nowait root /usr/lbin/telnetd  telnetd&lt;BR /&gt;&lt;BR /&gt;after some 5 lines, tftp line is commented:&lt;BR /&gt;#tftp        dgram  udp  wait   root /usr/lbin/tftpd    tftpd&lt;BR /&gt;&lt;BR /&gt;2.)i ran the command:&lt;BR /&gt;inetd -c &lt;BR /&gt;and it did nothing. it gave the prompt back without any msg.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Mon, 10 Jul 2006 13:32:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problems-not-able-to-do-ftp/m-p/3820730#M269976</guid>
      <dc:creator>bhupesh m</dc:creator>
      <dc:date>2006-07-10T13:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: ftp problems--not able to do ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problems-not-able-to-do-ftp/m-p/3820731#M269977</link>
      <description>There isn't a firewall between you and the servers correct?&lt;BR /&gt;&lt;BR /&gt;Also if you try to telnet to the port what happens?&lt;BR /&gt;servera:root /var/adm/syslog # telnet servera 21&lt;BR /&gt;Trying...&lt;BR /&gt;Connected to servera.company.com.&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;220 servera.company.com FTP server (Revision 1.1 Version wuftpd-2.6.1(PHNE_34306) Mon Mar 13 11:14:17 GMT 2006) ready.&lt;BR /&gt;&lt;BR /&gt;telnet&amp;gt; close&lt;BR /&gt;&lt;BR /&gt;Does it give a better error message?&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Jul 2006 13:36:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problems-not-able-to-do-ftp/m-p/3820731#M269977</guid>
      <dc:creator>Dave Hutton</dc:creator>
      <dc:date>2006-07-10T13:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: ftp problems--not able to do ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problems-not-able-to-do-ftp/m-p/3820732#M269978</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Verify that you are not denied access via the '/var/adm/inetd.sec' file.  See the manpages fo details:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60105/inetd.sec.4.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60105/inetd.sec.4.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 10 Jul 2006 13:40:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problems-not-able-to-do-ftp/m-p/3820732#M269978</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-07-10T13:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: ftp problems--not able to do ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problems-not-able-to-do-ftp/m-p/3820733#M269979</link>
      <description>both the servers gives the same output:&lt;BR /&gt;&lt;BR /&gt;# telnet localhost 21&lt;BR /&gt;Trying...&lt;BR /&gt;telnet: Unable to connect to remote host: Connection refused&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;and from:&lt;BR /&gt;#more /var/adm/inetd.sec&lt;BR /&gt;&lt;BR /&gt;ftp is not denied for my windows machine ip(not allowed also..ie no lines about ftp allow or deny).</description>
      <pubDate>Mon, 10 Jul 2006 13:53:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problems-not-able-to-do-ftp/m-p/3820733#M269979</guid>
      <dc:creator>bhupesh m</dc:creator>
      <dc:date>2006-07-10T13:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: ftp problems--not able to do ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problems-not-able-to-do-ftp/m-p/3820734#M269980</link>
      <description>any ideas?&lt;BR /&gt;how to proceed?&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Jul 2006 14:11:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problems-not-able-to-do-ftp/m-p/3820734#M269980</guid>
      <dc:creator>bhupesh m</dc:creator>
      <dc:date>2006-07-10T14:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: ftp problems--not able to do ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problems-not-able-to-do-ftp/m-p/3820735#M269981</link>
      <description>Odd, and for sure there is an ftp bin in&lt;BR /&gt;ll /usr/lbin/ftpd&lt;BR /&gt;&lt;BR /&gt;For giggles I moved mine out and tried to ftp in.  Syslog shows this:&lt;BR /&gt;Jul 10 14:02:48 servera inetd[20545]: execv /usr/lbin/ftpd: No such file or directory&lt;BR /&gt;Jul 10 14:03:04 servera ftpd[20551]: FTP session closed&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;servera:root /var/adm/syslog # cat /etc/inetd.conf | grep ftp&lt;BR /&gt;ftp          stream tcp6 nowait root /usr/lbin/ftpd     ftpd -l&lt;BR /&gt;&lt;BR /&gt;There isn't an /etc/ftpd/ftpaccess file there is there? I think some of the features allows or disallows people from longing into ftp at certain times.&lt;BR /&gt;&lt;BR /&gt;Looking back in your syslog.log when you were doing the inetd -c did it say anything other then the standard 3 lines?&lt;BR /&gt;&lt;BR /&gt;Jul 10 14:03:40 servera inetd[957]: Rereading configuration&lt;BR /&gt;Jul 10 14:03:40 servera inetd[957]: Thru with configuration&lt;BR /&gt;Jul 10 14:03:40 servera inetd[957]: Configuration complete&lt;BR /&gt;&lt;BR /&gt;Bad would or different would be like:&lt;BR /&gt;Jul 10 14:06:01 servera inetd[957]: ftp/tcp: New arguments for server sj&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Jul 2006 14:16:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problems-not-able-to-do-ftp/m-p/3820735#M269981</guid>
      <dc:creator>Dave Hutton</dc:creator>
      <dc:date>2006-07-10T14:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: ftp problems--not able to do ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problems-not-able-to-do-ftp/m-p/3820736#M269982</link>
      <description>Look in syslog to see what your ftp server has logged. It shoulod indicate what the reason is that ftp is not responding. If there are no ftp messages, then the incoming ftp requests are being blocked prior to ftpd. That's where inetd.sec (or IPfilter or other tool) is blocking inside HP-UX. Otherwise, your local router may be blocking ftp. Put a PC on the same subnet as the3 HP-UX system and verify ftp. If it connects, then one or more routers are the problem.</description>
      <pubDate>Mon, 10 Jul 2006 14:18:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problems-not-able-to-do-ftp/m-p/3820736#M269982</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-07-10T14:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: ftp problems--not able to do ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problems-not-able-to-do-ftp/m-p/3820737#M269983</link>
      <description>Look in syslog to see what your ftp server has logged. It should indicate what the reason is that ftp is not responding. If there are no ftp messages, then the incoming ftp requests are being blocked prior to ftpd. That's where inetd.sec (or IPfilter or other tool) is blocking inside HP-UX. Otherwise, your local router may be blocking ftp. Put a PC on the same subnet as the3 HP-UX system and verify ftp. If it connects, then one or more routers are the problem.</description>
      <pubDate>Mon, 10 Jul 2006 14:19:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problems-not-able-to-do-ftp/m-p/3820737#M269983</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-07-10T14:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: ftp problems--not able to do ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problems-not-able-to-do-ftp/m-p/3820738#M269984</link>
      <description>---------&lt;BR /&gt;Jul 10 18:15:09 IGSRVITN06 inetd[11227]: telnet/tcp: Connection from ::ffff:16.**.**.** at Mon Jul 10 18&lt;BR /&gt;:15:09 2006&lt;BR /&gt;---------&lt;BR /&gt;&lt;BR /&gt;lot of msg like this(particularly for every two minutes)&lt;BR /&gt;&lt;BR /&gt;and this time:&lt;BR /&gt;from one unix machine to other i am able to do ftp. reverse is giving the error still.&lt;BR /&gt;------------&lt;BR /&gt; ftp 16.1**.1**.1**&lt;BR /&gt;Connected to 16.1**.1**.1**&lt;BR /&gt;421 Service not available, remote server has closed connection&lt;BR /&gt;ftp&amp;gt;&lt;BR /&gt;------------&lt;BR /&gt;&lt;BR /&gt;and tail -20 syslog.log&lt;BR /&gt;Jul 10 23:36:11 IGSRVITN06 ftpd[11837]: Data port : 20&lt;BR /&gt;Jul 10 23:36:44 IGSRVITN06 ftpd[11837]: FTP server (Revision 1.1 Version wuftpd-2.6.1 Tue Jul 15 07:42:07 GMT 2003) ready.&lt;BR /&gt;Jul 10 23:36:46 IGSRVITN06 ftpd[11839]: Data port : 20&lt;BR /&gt;Jul 10 23:36:56 IGSRVITN06 ftpd[11837]: pam_authenticate:No account present for user&lt;BR /&gt;Jul 10 23:36:56 IGSRVITN06 ftpd[11837]: User USER: Login incorrect&lt;BR /&gt;Jul 10 23:36:56 IGSRVITN06 ftpd[11837]: failed login from ::ffff:16.1**.1**.1** [::ffff:16.1**.1**.1**]&lt;BR /&gt;Jul 10 23:38:23 IGSRVITN06 ftpd[11839]: lost connection to ::ffff:16.1**.1**.1**  [::ffff:16.1**.1**.1** ]&lt;BR /&gt;Jul 10 23:38:23 IGSRVITN06 ftpd[11839]: FTP session closed&lt;BR /&gt;Jul 10 23:52:01 IGSRVITN06 ftpd[11837]: User unknown timed out after 900 seconds at Mon Jul 10 23:52:01 2006&lt;BR /&gt;Jul 10 23:52:01 IGSRVITN06 ftpd[11837]: FTP session closed&lt;BR /&gt;Jul 10 23:56:06 IGSRVITN06 inetd[752]: Rereading configuration&lt;BR /&gt;Jul 10 23:56:06 IGSRVITN06 inetd[752]: Configuration complete&lt;BR /&gt;Jul 11 00:19:17 IGSRVITN06 inetd[752]: Rereading configuration&lt;BR /&gt;Jul 11 00:19:17 IGSRVITN06 inetd[752]: Configuration complete&lt;BR /&gt;Jul 11 01:07:22 IGSRVITN06 ftpd[12017]: Data port : 20&lt;BR /&gt;Jul 11 01:07:55 IGSRVITN06 ftpd[12017]: FTP server (Revision 1.1 Version wuftpd-2.6.1 Tue Jul 15 07:42:07 GMT 2003) ready.&lt;BR /&gt;Jul 11 01:08:11 IGSRVITN06 ftpd[12017]: FTP LOGIN FROM ::ffff:16.1**.1**.1** [::ffff:16.1**.1**.1** ], user2&lt;BR /&gt;Jul 11 01:08:44 IGSRVITN06 ftpd[12022]: Data port : 20&lt;BR /&gt;Jul 11 01:10:21 IGSRVITN06 ftpd[12022]: lost connection to ::ffff:16.1**.1**.1** [::ffff:16.1**.1**.1** ]&lt;BR /&gt;Jul 11 01:10:21 IGSRVITN06 ftpd[12022]: FTP session closed&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;and those two unix itanium 11.23machines are in a lab which may have firewalls or some security settings...&lt;BR /&gt;1.)how to check whether its behind firewals or not?&lt;BR /&gt;2.)now,from unix machine1 to other(2) ftp is happening fine. the above syslog is from machine1.&lt;BR /&gt;3.) from my windows machine, &lt;BR /&gt;not able to do ftp still.&lt;BR /&gt;error:&lt;BR /&gt;C:\&amp;gt;ftp 16.1**.1**.1**&lt;BR /&gt;Connected to 1**.1**.1**.&lt;BR /&gt;Connection closed by remote host.&lt;BR /&gt;c:\&amp;gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Jul 2006 14:46:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problems-not-able-to-do-ftp/m-p/3820738#M269984</guid>
      <dc:creator>bhupesh m</dc:creator>
      <dc:date>2006-07-10T14:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: ftp problems--not able to do ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problems-not-able-to-do-ftp/m-p/3820739#M269985</link>
      <description>Sure seems like a firewall.  The only way to know is ask someone in your network group that I know of. &lt;BR /&gt;&lt;BR /&gt;Portscanning won't show too much since you can't even telnet to 21.&lt;BR /&gt;&lt;BR /&gt;Being you can ftp from another server to it.  And it looks like ftps are going through, just not from your machine it seems like its isolated to a networking issue.&lt;BR /&gt;&lt;BR /&gt;I'm not real familiar with IPFilters but maybe someone else can touch on if somehow that may of been installed and turned on? &lt;BR /&gt;&lt;BR /&gt;I have an IA 11.23 server and didn't have to do anything special to get ftp working.  I think that was using the March 06 media.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Jul 2006 14:56:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problems-not-able-to-do-ftp/m-p/3820739#M269985</guid>
      <dc:creator>Dave Hutton</dc:creator>
      <dc:date>2006-07-10T14:56:57Z</dc:date>
    </item>
  </channel>
</rss>

