- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- why cant i ftp this box
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
09-16-2002 03:08 AM
09-16-2002 03:08 AM
ftp 21/tcp # File Transfer Protocol (Control)
and from another pc i can ping the box ,but when i ftp the box from that pc:
connected to 202.96.*.*
connection closed by remote host
whats up?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 03:19 AM
09-16-2002 03:19 AM
Re: why cant i ftp this box
What OS are you running??
What about inetd.conf?
What are the configs for /etc/ftpd??
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 03:24 AM
09-16-2002 03:24 AM
Re: why cant i ftp this box
pc is win2000
inetd.conf:
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l
ftpd:
ftpuser: root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 03:24 AM
09-16-2002 03:24 AM
Re: why cant i ftp this box
What's the error in /var/adm/syslog/syslog.log ?
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 03:28 AM
09-16-2002 03:28 AM
Re: why cant i ftp this box
in /etc/inetd.conf , check if the line ftp is commented, if so uncomment it and do
#inetd -c
if this doesn't start the ftp the
#/usr/sbin/inetd
should solve your problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 03:34 AM
09-16-2002 03:34 AM
Re: why cant i ftp this box
but i cant ftp from a pc ip is 61.*.*.*
and the server ip is 202.*.*.*
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 04:02 AM
09-16-2002 04:02 AM
Re: why cant i ftp this box
What is the output of
netstat -rnv
??
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 04:20 AM
09-16-2002 04:20 AM
SolutionThings to check.
edit /var/adm/inetd.sec , see any restrictions are put for your problematic network.
Also edit /etc/ftphosts , see any deny rules are put for your network. if any remove it.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 04:24 AM
09-16-2002 04:24 AM
Re: why cant i ftp this box
JL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 06:10 AM
09-17-2002 06:10 AM
Re: why cant i ftp this box
Also check /etc/shells and make sure you are using a legal shell.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 12:53 PM
09-17-2002 12:53 PM
Re: why cant i ftp this box
Maybe that's the problem.
- Allan