HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: transfert ftp
Operating System - HP-UX
1834631
Members
3060
Online
110069
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
06-02-2003 12:13 AM
06-02-2003 12:13 AM
transfert ftp
Hello,
i try to transfert ftp from my node ( 172.26.22.100 ) to another site ( 194.78.229.130 )
i have the following error :
ftp connection time out.
I think i should add a new route to the system
On VMS system, i just add the route on Ucx. and the transfert ftp is ok.
On Unix, i don't know the command.
Can you help me?
Thanks
David
i try to transfert ftp from my node ( 172.26.22.100 ) to another site ( 194.78.229.130 )
i have the following error :
ftp connection time out.
I think i should add a new route to the system
On VMS system, i just add the route on Ucx. and the transfert ftp is ok.
On Unix, i don't know the command.
Can you help me?
Thanks
David
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2003 12:22 AM
06-02-2003 12:22 AM
Re: transfert ftp
David,
its route add {host|net} destination {netmask} gateway count.
something like "route add host 194.78.229.130
255.255.255.0 1".
Are you sure it's a routing (and not firewall/proxy) problem?If the ftp site is remote and your external router knows how to
return ftp/tcp/ip to you back you should not define a static routing to ftp site.
Regards,
Zeev
its route add {host|net} destination {netmask} gateway count.
something like "route add host 194.78.229.130
255.255.255.0
Are you sure it's a routing (and not firewall/proxy) problem?If the ftp site is remote and your external router knows how to
return ftp/tcp/ip to you back you should not define a static routing to ftp site.
Regards,
Zeev
So computers don't think yet. At least not chess computers. - Seymour Cray
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2003 12:28 AM
06-02-2003 12:28 AM
Re: transfert ftp
add a default gateway:
route add default 192.9.200.1 1
add route for a specific computer:
route add host 192.9.200.10 netmask 255.255.255.255 192.9.200.254 1
add route for a subnet:
route add net 172.16.0.0 netmask 255.255.0.0 192.9.200.253 1
route add default 192.9.200.1 1
add route for a specific computer:
route add host 192.9.200.10 netmask 255.255.255.255 192.9.200.254 1
add route for a subnet:
route add net 172.16.0.0 netmask 255.255.0.0 192.9.200.253 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2003 01:07 AM
06-02-2003 01:07 AM
Re: transfert ftp
Hi David,
You can use /etc/set_parms command in superuser mode. First try the command without arguments, then type the command with the option you need.
For example:
/etc/set_parms
Usage: set_parms
Where can be:
hostname
timezone
date_time
root_passwd
ip_address
addl_netwrk
then you can try:
# /etc/set_parms addl_netwrk
Frank.
You can use /etc/set_parms command in superuser mode. First try the command without arguments, then type the command with the option you need.
For example:
/etc/set_parms
Usage: set_parms
Where
hostname
timezone
date_time
root_passwd
ip_address
addl_netwrk
then you can try:
# /etc/set_parms addl_netwrk
Frank.
Linux?. Yes, of course.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP