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
07-31-2003 09:24 AM
07-31-2003 09:24 AM
FTP
I have a problem with ftp on HP UX 11.0. I can ftp to this machine from other machines on the network, but cannot ftp from the machine to other machines. The same goes with telneting.
Thanks for help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 09:26 AM
07-31-2003 09:26 AM
Re: FTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 09:27 AM
07-31-2003 09:27 AM
Re: FTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 09:28 AM
07-31-2003 09:28 AM
Re: FTP
/etc/nsswitch.conf
/etc/resolv.conf
Usually when these problems occur, name resolution is failing. Ensure that your ordering for name resolving is in a good logical manner. I.E. Normally I have hosts->NIS->DNS->return and make sure that each resolver continues to the next instead of a return.
If your not sure how to manipulate /etc/nsswitch.conf manually, use SAM -> Networking and Communications -> nsswitch.conf
Also, ensure that your entries in /etc/resolv.conf are correct if using DNS.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 09:35 AM
07-31-2003 09:35 AM
Re: FTP
Try ftp and telnet with IP adresses. If it works, its a DNS problem. If not, back to the drawing board.
Also: look at /var/adm/syslog/syslog.log on the target machines, see if a connection attemp is happening and getting rejected.
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
07-31-2003 11:19 PM
07-31-2003 11:19 PM
Re: FTP
check the /etc/inetd.conf and /var/adm/inetd.sec file
and also check the /etc/hosts file
i want to know, Are u able to ping the remote host.
Thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 11:21 PM
07-31-2003 11:21 PM
Re: FTP
u also check in the remote machine are u able to do telnet and ftp to localhost
above service is enable in the remote system
Thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2003 12:24 AM
08-01-2003 12:24 AM
Re: FTP
maybe its just that the other machines aren't setup to allow ftp access to them? Can you ftp between some of the other machines?
What error message are you getting when you try to ftp from this machine to the other machines?
Kevin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2003 05:55 AM
08-01-2003 05:55 AM
Re: FTP
Most window boxes require special setup or third party software to run ftp or telnet servers. Many UNIX boxes are coming out with the FTP and Telnet servers turned off for security purposes.
On one of the UNIX boxes check for an FTP server with:
netstat -an |grep 21
and for a telnet server with:
netstat -an |grep 23
If you don't get a line with TCP LISTEN in it
there is no server running.
On a window box just do netstat -an and look to see if it's listening on port 21 and 23 (TCP). IF not then it's not going to work.
We are fond of the free WAR FTP server www.warftp.org for our window boxes. Don't have a lot of use for telnet since we use pcAnywhere to get a graphic interface so I can't help you with that.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2003 07:05 AM
08-01-2003 07:05 AM
Re: FTP
You mention you can ftp to other boxes, but you can't ftp or telnet to THIS box.
It's alluded to above...nslookup. AND...check your hostfile again. It is quite possible you have duplicated something in there...possibly the IP or possibly you are using an alias/hostname more than once. Remember on any lookup it will resolve based on the FIRST instance it hits that is viewed as a match.
Just one more thing to check,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2003 07:19 AM
08-01-2003 07:19 AM