Enable ftp port


 
Thread Tools Search this Thread
Operating Systems HP-UX Enable ftp port
# 1  
Old 04-24-2012
Enable ftp port

Hi Experts,

Need your help in enabling the ftp port in HP-UX box.

Is there any command/config file that needs to be changed?

Also is it possible to open it only for few selected IPs only?
# 2  
Old 04-24-2012
I think on hpu-ux there is ipfilter:
source

Currently I dont have access to hpux, but here example commands
# 3  
Old 04-25-2012
Very first thing: Is it commented out in /etc/inetd.conf ? (Here uncommented...)
Code:
#       ARPA/Berkeley services
#
##
ftp          stream tcp nowait root /usr/lbin/ftpd      ftpd -l
telnet       stream tcp nowait root /usr/lbin/telnetd  telnetd
#
.

# 4  
Old 04-25-2012
Hi Vbe

Thanks for the reply

No it is not not commented as shown in below code.

Code:
 
$ more /etc/inetd.conf |grep ftp
ftp          stream tcp nowait root /usr/lbin/ftpd      ftpd -l -a -u 002
# Before uncommenting the "tftp" entry below, please make sure
# that you have a "tftp" user in /etc/passwd. If you don't
# have one, please consult the tftpd(1M) manual entry for
$

# 5  
Old 04-25-2012
You have the -a switch set in ftpd which enables the ftpaccess file. See man 4 ftpaccess .

What is your actual problem? What computer Operating System are you trying to run the ftp client on? What have you tried, and what happens?
# 6  
Old 04-25-2012
Do you have a /var/adm/inetd.sec file? I no, now worries if yes, what is the content?
# 7  
Old 04-25-2012
Hi Vbe,

No,/var/adm/inetd.sec is not installed.

Hi Methyl,

My actual problem is I want to enable ftp in one of HP-UX box.
I wanted to know the steps required for the same, i.e if I need to change any config file to enable ftp service or open the port to which ftp listens.

Moreover in future we want to restrict the ftp acces to few IPs only.

Thanks to both of u for reply.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Enable Annonymous FTP login.

Hi, I am transferring my report files to another FTP server which the end users are downloading later. But while accessing the FTP server its asking for username and password which i don't want to share to the end users rather i want to make the login as anonymous so that it... (3 Replies)
Discussion started by: Showdown
3 Replies

2. HP-UX

FTP service Enable/Disable

hi everybody, I can easily enable /disable the FTP service from SAM, how can I do this via command line? using inetd? how? cheers, messi (1 Reply)
Discussion started by: messi777
1 Replies

3. Solaris

How to enable Serial port on ILOM, when Network Port is enabled in parallel

Hi Everyone, In my environment, I have few T5220. On the iLOM Management Card, I have both Network and Serial port are cabled, I don't have any issues while I try to connect using Network Management port, but when I try to connect the serial port for the same server which is actually connected... (3 Replies)
Discussion started by: bobby320
3 Replies

4. Solaris

Enable FTP for root user in Solaris 10

I am not able to get ftp working for Solaris 10 for root user. I am getting login failed error. 331 Password required for root. Password: 530 Login incorrect. Login failed. Tried following things already. 1. SFTP works ok, still would like to know why FTP is not working (curious). 2.... (5 Replies)
Discussion started by: webkid
5 Replies

5. Solaris

How to enable hba port of a two port hba card

Hi, i have a two port hba card in solaris 10 system one of which is disabled. How to enable and configure the other port. ---------- Post updated at 08:17 AM ---------- Previous update was at 03:40 AM ---------- please help :( (7 Replies)
Discussion started by: rishiraaz
7 Replies

6. UNIX for Dummies Questions & Answers

USB port is disabled using BIOS, I want to enable it

Hi, I have PC with Linux OS RHEL3 and USB port is disabled from BIOS. BIOS access is protected using password. But, I have root access. Now, how can I enable USB port using root access? Is there any trick that I can do using root access that can enable USB port once my PC has booted up? (3 Replies)
Discussion started by: gydave
3 Replies

7. Red Hat

enable FTP access / check version

how can I check the Linux version? (14 Replies)
Discussion started by: zp523444
14 Replies

8. Solaris

Solaris 8 - FTP server -enable

Hi, I have turn off the FTP service and rebooted the server . (edit /etc/inetd.conf and /etc/inet/services) Now , how can I enable back the FTP without rebooting the server . Thanks (1 Reply)
Discussion started by: civic2005
1 Replies

9. Linux

ftp telnet enable

hi , i have jsut installed linux 9.0 , but i can not ftp or telnet to the system . i have installed the ftp and the telnet server during installation . i have also configured the files to enable the ftp and telnet , the ftp and the telnet daemons are running , but when i do ftp : ftp... (1 Reply)
Discussion started by: ppass
1 Replies

10. UNIX for Dummies Questions & Answers

Enable FTP on SCO

My goal is to use FTP to transfer file between PC and SCO Unix server.When I try to connect via FTP with root user, it failed. What should I do? How to configure ftpaccess? Thanks in advance! (2 Replies)
Discussion started by: Vladan
2 Replies
Login or Register to Ask a Question