- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Question about FTP
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
08-19-2002 11:21 AM
08-19-2002 11:21 AM
Question about FTP
I have recently setup a new HP-UX 11.0 server. For some reason, non-root users can not ftp from the server to other servers in our LAN or on the WAN. Root can ftp to other servers as appropriate. Name resolution is working in all cases, and all of the apps on the box, save ftp, work fine. I have no special inet security enabled. A non-root user CAN ftp to this server *from* this server, but ftping to all other servers fails with "unknown server error" before a connection is established. Other servers can ftp to this server with no problem. It looks like a permissions problem of some sort to me, but I can not find the problem. Any help would be appreciated.
Thanks,
Bob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2002 11:26 AM
08-19-2002 11:26 AM
Re: Question about FTP
hth,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2002 11:29 AM
08-19-2002 11:29 AM
Re: Question about FTP
- create file called shells in /etc
and put all shell information in it like /usr/bin/sh,ksh,csh etc and then try
- Try ftp with IP address instead of hostname
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2002 11:36 AM
08-19-2002 11:36 AM
Re: Question about FTP
Can a non-root user telnet to other servers from this server?
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2002 11:36 AM
08-19-2002 11:36 AM
Re: Question about FTP
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2002 11:42 AM
08-19-2002 11:42 AM
Re: Question about FTP
I am assuming ftp uses the resolver in some way shape or form.
The shells file was setup correctly already.
Thanks for the replies!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2002 12:37 PM
08-19-2002 12:37 PM
Re: Question about FTP
Hope it helps some.
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2002 12:51 PM
08-19-2002 12:51 PM
Re: Question about FTP
/etc/hosts
/etc/resolv.conf
/etc/nsswitch.conf
need to all have 444 permissions, not 400!
Also, /etc/nsswitch.conf may not exist. However if you list /etc/nsswitch.* you will see several premade files for different scenarios. I.E. nsswitch.nis, nsswitch.nisplus, etc...
If you are using any of the resolvers like NIS, or DNS, make sure to edit the nsswitch.conf or copy the correct one.
Regards,
Shannon