- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FTP access restricted
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
10-08-2003 07:09 PM
10-08-2003 07:09 PM
FTP access restricted
I have taken over admin of a system, and am not sure what the previous guy did!
I am trying to ftp into the machine, but get the following message:
C:\>ftp 10.24.132.28
Connected to 10.24.132.28.
220 K360-1 FTP server (Version 1.1.214.8 Fri Apr 20 07:27:42 GMT 2001) ready.
User (10.24.132.28:(none)): express
530 User express access denied...
Login failed.
ftp>
Any ideas?
It's not the inetd.sec file - already checked that one!
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 07:13 PM
10-08-2003 07:13 PM
Re: FTP access restricted
If there is, take the user name out of the file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 07:18 PM
10-08-2003 07:18 PM
Re: FTP access restricted
There is only a file /etc/ftpd/ftpgroups that contains a group that my user is not in.
I removed the file, but it hasn't made a difference. Anywhere else to look?
Cheers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 07:18 PM
10-08-2003 07:18 PM
Re: FTP access restricted
The /etc/shell file should look like
/usr/bin/sh
/usr/bin/ksh
Add the user's login shell here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 07:22 PM
10-08-2003 07:22 PM
Re: FTP access restricted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 07:23 PM
10-08-2003 07:23 PM
Re: FTP access restricted
If not create the file and list it...
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 07:25 PM
10-08-2003 07:25 PM
Re: FTP access restricted
The file exists and the shell (/bin/ksh) is in there.
The user can telnet okay - just not able to ftp.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 07:28 PM
10-08-2003 07:28 PM
Re: FTP access restricted
ALso,check whether .netrc file is there in the user's home dir.
If present rename it
Revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 07:30 PM
10-08-2003 07:30 PM
Re: FTP access restricted
Edit /etc/inetd.conf and change the line beginning "ftp" so that the last entry is "ftpd -lv".
(
My entire line is
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -lv
)
Then restart inetd with "inetd -c", and retry the FTP.
Then look at your syslog file (usually /var/adm/syslog/syslog.log) for clues.
There are further ftpd diagnostic options, such as -i, -L, -o.
And more config files - /etc/ftpd/ftpaccess.
See man ftpd, man ftpaccess
-- Graham
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 07:35 PM
10-08-2003 07:35 PM
Re: FTP access restricted
check its contents!