- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp access denied ? ( User j4s9389 access denied.....
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2006 11:25 AM
05-09-2006 11:25 AM
##################################
220 airlock.scif.com FTP server (Version 1.1.214.4(PHNE_33412) Mon Sep 19 18:45:21 GMT 2005) ready.
Name (airlock:j4s9389):
530 User j4s9389 access denied....
Login failed.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>
#######################################
# grep ftp /etc/inetd.conf
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l -a
#######################################
# ll
total 32
dr-xr--r-- 2 bin bin 96 Sep 27 2004 ftp-exec
-rw------- 1 root sys 27 May 9 16:09 ftpaccess
-rw------- 1 root sys 451 Jan 23 11:43 ftpbanner
dr-xr--r-- 2 bin bin 96 Sep 27 2004 pids
####################################
Any ideals on how to grant access to user
"j4s9389" ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2006 11:39 AM
05-09-2006 11:39 AM
Re: ftp access denied ? ( User j4s9389 access denied....)
Also can you post your ftpaccess file..and what is appearing in syslog file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2006 11:42 AM
05-09-2006 11:42 AM
Re: ftp access denied ? ( User j4s9389 access denied....)
root@airlock[/etc/ftpd]
# cat ftpaccess
banner /etc/ftpd/ftpbanner
###############################
May 9 16:20:07 airlock ftpd[13585]: ACCESS DENIED (not in any class) TO hohp120.scif.com [10.2.110.120]
May 9 16:20:07 airlock ftpd[13585]: FTP LOGIN REFUSED (access denied) FROM hohp120.scif.com [10.2.110.120], j4s9389
May 9 16:20:16 airlock ftpd[13585]: FTP session closed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2006 11:47 AM
05-09-2006 11:47 AM
Re: ftp access denied ? ( User j4s9389 access denied....)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2006 11:52 AM
05-09-2006 11:52 AM
SolutionAs you can see in syslog it talks about the class which is not defined in ftpaccess file.
You should have something like
class local real,guest,anonymous *.domain 0.0.0.0
class remote real,guest,anonymous *
in your ftpaccess file.
I would suggest you copy the /usr/newconfig/etc/ftpd/ftpaccess file to /etc/ftpd/ftpaccess and append your banner line to that file.
That should fix your problem.
Cheers
Rajeev