<?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 ports enabled but am unable to do ftp.. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-ports-enabled-but-am-unable-to-do-ftp/m-p/5206564#M464199</link>
    <description>now the ping is happening, the issue is am trying to connect with the natted ip, after that i tried with the base ip, now am able to perform ftp to the server.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
    <pubDate>Wed, 28 Oct 2009 16:54:24 GMT</pubDate>
    <dc:creator>fizan</dc:creator>
    <dc:date>2009-10-28T16:54:24Z</dc:date>
    <item>
      <title>ftp ports enabled but am unable to do ftp..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-ports-enabled-but-am-unable-to-do-ftp/m-p/5206560#M464195</link>
      <description># cat /etc/inetd.conf&lt;BR /&gt;##&lt;BR /&gt;#&lt;BR /&gt;# @(#)B11.23_LRinetd.conf $Revision: 1.24.214.3 $ $Date: 97/09/10 14:50:49 $&lt;BR /&gt;#&lt;BR /&gt;# Inetd  reads its configuration information from this file upon execution&lt;BR /&gt;# and at some later time if it is reconfigured.&lt;BR /&gt;#&lt;BR /&gt;# A line in the configuration file has the following fields separated by&lt;BR /&gt;# tabs and/or spaces:&lt;BR /&gt;#&lt;BR /&gt;#       service name            as in /etc/services&lt;BR /&gt;#       socket type             either "stream" or "dgram"&lt;BR /&gt;#       protocol                as in /etc/protocols&lt;BR /&gt;#       wait/nowait             only applies to datagram sockets, stream&lt;BR /&gt;#                               sockets should specify nowait&lt;BR /&gt;#       user                    name of user as whom the server should run&lt;BR /&gt;#       server program          absolute pathname for the server inetd will&lt;BR /&gt;#                               execute&lt;BR /&gt;#       server program args.    arguments server program uses as they normally&lt;BR /&gt;#                               are starting with argv[0] which is the name of&lt;BR /&gt;#                               the server.&lt;BR /&gt;#&lt;BR /&gt;# See the inetd.conf(4) manual page for more information.&lt;BR /&gt;##&lt;BR /&gt;&lt;BR /&gt;##&lt;BR /&gt;#&lt;BR /&gt;#       ARPA/Berkeley services&lt;BR /&gt;#&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;# cat /etc/services |more&lt;BR /&gt;# @(#)B11.23_LRservices $Revision: 1.32.214.7 $ $Date: 97/09/10 14:50:42 $&lt;BR /&gt;#&lt;BR /&gt;# This file associates official service names and aliases with&lt;BR /&gt;# the port number and protocol the services use.&lt;BR /&gt;#&lt;BR /&gt;# Some of the services represented below are not supported on HP-UX.&lt;BR /&gt;# They are provided solely as a reference.&lt;BR /&gt;#&lt;BR /&gt;# The form for each entry is:&lt;BR /&gt;# &lt;OFFICIAL service="" name=""&gt;  &lt;PORT number=""&gt;  &lt;ALIASES&gt;&lt;BR /&gt;#&lt;BR /&gt;# See the services(4) manual page for more information.&lt;BR /&gt;# Note: The entries cannot be preceded by a blank space.&lt;BR /&gt;#&lt;BR /&gt;tcpmux         1/tcp                 # TCP port multiplexer (RFC 1078)&lt;BR /&gt;echo           7/tcp                 # Echo&lt;BR /&gt;echo           7/udp                 #&lt;BR /&gt;discard        9/tcp  sink null      # Discard&lt;BR /&gt;discard        9/udp  sink null      #&lt;BR /&gt;systat        11/tcp  users          # Active Users&lt;BR /&gt;daytime       13/tcp                 # Daytime&lt;BR /&gt;daytime       13/udp                 #&lt;BR /&gt;qotd          17/tcp  quote          # Quote of the Day&lt;BR /&gt;chargen       19/tcp  ttytst source  # Character Generator&lt;BR /&gt;chargen       19/udp  ttytst source  #&lt;BR /&gt;ftp-data      20/tcp                 # File Transfer Protocol (Data)&lt;BR /&gt;ftp           21/tcp                 # File Transfer Protocol (Control)&lt;BR /&gt;telnet        23/tcp                 # Virtual Terminal Protocol&lt;BR /&gt;smtp          25/tcp                 # Simple Mail Transfer Protocol&lt;BR /&gt;time          37/tcp  timeserver     # Time&lt;BR /&gt;time          37/udp  timeserver     #&lt;BR /&gt;rlp           39/udp  resource       # Resource Location Protocol&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;# cat /var/adm/inetd.sec&lt;BR /&gt;# @(#)B11.23_LRinetd.sec $Revision: 1.10.214.1 $ $Date: 96/10/08 13:20:06 $&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;# The lines in the file contain a service name, permission field and&lt;BR /&gt;# the Internet addresses or names of the hosts and/or networks&lt;BR /&gt;# allowed to use that service in the local machine.&lt;BR /&gt;# The form for each entry in this file is:&lt;BR /&gt;#&lt;BR /&gt;# &lt;SERVICE name=""&gt;   &lt;ALLOW&gt;  &lt;HOST&gt;&lt;BR /&gt;#&lt;BR /&gt;# For example:&lt;BR /&gt;#&lt;BR /&gt;# login         allow   10.3-5 192.34.56.5 ahost anetwork&lt;BR /&gt;#&lt;BR /&gt;# The above entry allows the following hosts to attempt to access your system&lt;BR /&gt;# using rlogin:&lt;BR /&gt;#               hosts in subnets 3 through 5 in network 10,&lt;BR /&gt;#               the host with Internet Address of 192.34.56.5,&lt;BR /&gt;#               the host by the name of "ahost",&lt;BR /&gt;#               all the hosts in the network "anetwork"&lt;BR /&gt;#&lt;BR /&gt;# mountd      deny    192.23.4.3&lt;BR /&gt;#&lt;BR /&gt;# The mountd entry  denies host  192.23.4.3  access to the NFS  rpc.mountd&lt;BR /&gt;# server.&lt;BR /&gt;#&lt;BR /&gt;# Hosts and network names must be official names, not aliases.&lt;BR /&gt;# See the inetd.sec(4) manual page for more information.&lt;BR /&gt;dtspc   allow   127.0.0.1 loopback HPUX1150&lt;BR /&gt;-----------------------------------------------&lt;/HOST&gt;&lt;/ALLOW&gt;&lt;/SERVICE&gt;&lt;/ALIASES&gt;&lt;/PORT&gt;&lt;/OFFICIAL&gt;</description>
      <pubDate>Wed, 28 Oct 2009 15:47:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-ports-enabled-but-am-unable-to-do-ftp/m-p/5206560#M464195</guid>
      <dc:creator>fizan</dc:creator>
      <dc:date>2009-10-28T15:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: ftp ports enabled but am unable to do ftp..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-ports-enabled-but-am-unable-to-do-ftp/m-p/5206561#M464196</link>
      <description>What does "unable" means - please be more specific and post your command and error messages.</description>
      <pubDate>Wed, 28 Oct 2009 15:51:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-ports-enabled-but-am-unable-to-do-ftp/m-p/5206561#M464196</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-10-28T15:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: ftp ports enabled but am unable to do ftp..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-ports-enabled-but-am-unable-to-do-ftp/m-p/5206562#M464197</link>
      <description>Please check whether FTP os permitted in /etc/inetd.conf&lt;BR /&gt;If strong with ftp is commented out, uncomment it and restart inetd:&lt;BR /&gt;Find PID of inetd and kill -1 its PID&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Wed, 28 Oct 2009 15:53:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-ports-enabled-but-am-unable-to-do-ftp/m-p/5206562#M464197</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2009-10-28T15:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: ftp ports enabled but am unable to do ftp..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-ports-enabled-but-am-unable-to-do-ftp/m-p/5206563#M464198</link>
      <description>ftp 50.50.50.50&lt;BR /&gt;from my local desktop,&lt;BR /&gt;&lt;BR /&gt;-----------------------&lt;BR /&gt;&lt;BR /&gt;it shows as connection refused.</description>
      <pubDate>Wed, 28 Oct 2009 16:04:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-ports-enabled-but-am-unable-to-do-ftp/m-p/5206563#M464198</guid>
      <dc:creator>fizan</dc:creator>
      <dc:date>2009-10-28T16:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: ftp ports enabled but am unable to do ftp..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-ports-enabled-but-am-unable-to-do-ftp/m-p/5206564#M464199</link>
      <description>now the ping is happening, the issue is am trying to connect with the natted ip, after that i tried with the base ip, now am able to perform ftp to the server.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 28 Oct 2009 16:54:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-ports-enabled-but-am-unable-to-do-ftp/m-p/5206564#M464199</guid>
      <dc:creator>fizan</dc:creator>
      <dc:date>2009-10-28T16:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: ftp ports enabled but am unable to do ftp..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-ports-enabled-but-am-unable-to-do-ftp/m-p/5206565#M464200</link>
      <description>got  solution!!</description>
      <pubDate>Wed, 28 Oct 2009 16:55:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-ports-enabled-but-am-unable-to-do-ftp/m-p/5206565#M464200</guid>
      <dc:creator>fizan</dc:creator>
      <dc:date>2009-10-28T16:55:03Z</dc:date>
    </item>
  </channel>
</rss>

