- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FTP Blocked
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
04-22-2002 07:21 AM
04-22-2002 07:21 AM
Is inetd /ftpd broke, or am I overlooking something - like a patch? Don't have the problem on servers.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 07:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 07:24 AM
04-22-2002 07:24 AM
Re: FTP Blocked
Could be one of several reasons.
You might try restarting inetd by having it reread the inetd.conf file - inetd -c
May be that you have lost pseudo term dev files - insf -e
Or you may have reached max pseudo terms - in that case increase the npty value in kernel params.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 07:26 AM
04-22-2002 07:26 AM
Re: FTP Blocked
If all ok, check the shell in passwd
regards
dom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 07:26 AM
04-22-2002 07:26 AM
Re: FTP Blocked
Check for the shell you are using. Like (ksh, sh, csh etc..)
You can get this from the password file.
Then look for the file shells in /etc
If you don't have one then create a file and then insert the your shell in that file.
Goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 07:27 AM
04-22-2002 07:27 AM
Re: FTP Blocked
I will ask you to recheck the file /var/adm/inetd.sec
as well as /etc/initd.conf
fr FTP related entries.
Also check your user ID exist on that particular machine.
ThaNKS,
-PAP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 07:28 AM
04-22-2002 07:28 AM
Re: FTP Blocked
You can deny an acces in follow ways :
1. To deny user access to ftp services:
A. Create an /etc/ftpusers file.
Note: The /etc/ftpusers file is used to deny access to
specific users.
B. Add the names of the users for which you wish to deny ftp
access.
For example:
root
uucp
guest
--AND--
2. To deny IP address access to ftp services:
Add the IP addresses to /var/adm/inetd.sec in the following
manner:
ftp deny 128.1.2.*
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 07:29 AM
04-22-2002 07:29 AM
Re: FTP Blocked
Thanks,
-pap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 09:21 AM
04-22-2002 09:21 AM