- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problems in FTPing HPUX box (Windows FTP server wo...
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
01-14-2005 06:26 AM
01-14-2005 06:26 AM
Problems in FTPing HPUX box (Windows FTP server works)
I'm experiencing a problem while doing ftp to a HPUX 11.00 box from a specific network, while it works fine from other networks.
From the client side I can see:
Connected to 172.16.8.50
(hangs)
Let me explain the situation.
HPUX 11.00 box: 172.16.8.50
Network with problem: 172.28.xx.xx
No exclusion exists on inetd.sec, DNS should not be the problem, since ftp works fine although lookup doesn't exist for the host doing it (from the working networks).
The strange thing is that a Windows FTP Server works fine! This should exclude bad routing.
Any ideas or suggestions?
Thanks,
Alessio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2005 06:55 AM
01-14-2005 06:55 AM
Re: Problems in FTPing HPUX box (Windows FTP server works)
the ftp line in /etc/inetd.conf should look like following.
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l -L
Then try to do ftp, and check syslog file.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2005 06:59 AM
01-14-2005 06:59 AM
Re: Problems in FTPing HPUX box (Windows FTP server works)
Are you able to telnet from 172.28.xx.xx to the hp @ 172.16.8.50 . If you can do telnet and ftp is not disabled / restricted, then you should be able to do ftp. If you are not able to telnet, check on the routing on the hp server. traceroute the ip address of the source doing and ftp to this hp server. Also check the netmask of the lan card on the hp server.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2005 07:03 AM
01-14-2005 07:03 AM
Re: Problems in FTPing HPUX box (Windows FTP server works)
I think, is the problem here. Make sure that you
could do a nslookup of any address in 172.28.xx.xx
from 172.16.8.50. FTP works because it does not
do a similar reverse lookup.
- Biswajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2005 08:05 AM
01-14-2005 08:05 AM
Re: Problems in FTPing HPUX box (Windows FTP server works)
telnet does the same as ftp.
Doing telnet from a client, I get
Connected to 172.16.8.50
Escape ...
As for name lookup, I'll try again after adding lines to lookup hosts on 172.28.xx.xx
But, how is possible that even if no lookup exists for hosts in 172.16.xx.xx and on 10.xx ftp works fine?