- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp at trusted system
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
03-24-2005 12:28 PM
03-24-2005 12:28 PM
ftp at trusted system
I just install trusted at my cluster server rp7410 hp-ux 11.00. after trusted installed, outside can't ftp to this server.i have already opened port fot ftp and tftp but still can't.
how come ???
regards,
piyut
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2005 03:25 PM
03-24-2005 03:25 PM
Re: ftp at trusted system
try an ftp, act on the message.
see that its configured in /etc/inetd.conf
inetd -c
swlist -l product | grep -w fptd
See if its installed.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2005 06:04 PM
03-24-2005 06:04 PM
Re: ftp at trusted system
when i changed back to untrusted, users can ftp to this cluster server.
there are issues ftp at trusted system on cluster server???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2005 06:38 PM
03-24-2005 06:38 PM
Re: ftp at trusted system
What's the error message you see when trying to FTP?
Can you login via telnet to the server with the same user?
Check the consistency of the etc/password and trusted system password database, use the command:
/usr/sbin/authck
for more details see the man page of authck.
When system lockup(deactivate) users password, to activate the user password as follows:
from command line:
/usr/lbin/modprpw â k
Good Luck
Darr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2005 09:58 PM
03-25-2005 09:58 PM
Re: ftp at trusted system
how come ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2005 09:59 AM
03-27-2005 09:59 AM
Re: ftp at trusted system
1. Verify that the following line is in /etc/inetd.conf and not
commented out (no '#' in the first column):
For HP-UX:
ftp stream tcp nowait root /usr/lbin/ftpd ftpd
or
netstat -a |grep ftp
The output should look like:
tcp 0 0 *.ftp *.* LISTEN
2. Verify the following services are in /etc/services and not
commented out (no '#' in the first column):
ftp-data 20/tcp # File Transfer Protocol (Data)
ftp 21/tcp # File Transfer Protocol (Control)
If you get 530 access denied login failed:
A. Verify .netrc in the user's home directory.
If the .netrc file contains password or account information for
use for use other than for anonymous ftp, its owner must match
the effective user ID of the current process. Its read, write,
and execute permission bits for group and other must all be zero,
and it must be readable by its owner. Otherwise, the file is ignored.
So if you are unsure about this file, rename it to .netrc.old for
troubleshooting purposes.
B. Check /etc/ftpusers.
ftpd rejects remote logins to local user accounts that are named
in /etc/ftpusers. Each restricted account name must appear alone
on a line in the file. The line cannot contain any white space.
User accounts that specify a restricted login shell in /etc/passwd
should be listed in /etc/ftpusers because ftpd accesses local
accounts without using their login shells.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2005 12:16 PM
03-27-2005 12:16 PM
Re: ftp at trusted system
tcp 0 0 *.ftp *.* LISTEN
there is no .netrc file in user's home directory and in /etc/ftpusers, there are no users blocked by the system ( no users at /etc/ftpusers).
dear, at trusted system, ftp not run but at untrusted system, ftp run normally.