- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Routing rcp data to a specific network
Categories
Company
Local Language
Forums
Discussions
- Integrity Servers
- Server Clustering
- HPE NonStop Compute
- HPE Apollo Systems
- High Performance Computing
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp Software
Knowledge Base
Discussions
Forums
Discussions
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
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
03-31-2004 08:58 AM
03-31-2004 08:58 AM
We currently rcp logs from one site to another, and this is affecting performance for users.
How do you dictate which n/w the data is transfered on? At the moment it goes out on, say, 10.xx.1.1 (default) to 10.yy.1.1, and I want anything that goes to 10.yy.1.1 to use the 10.aa.1.1 network.
Any help will be appreciated, and I do award points.
Thanks,
Joanne
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 09:10 AM
03-31-2004 09:10 AM
Re: Routing rcp data to a specific network
you could add a route to net 10.yy.1.1 via 10.aa.1.1
hth,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 09:27 AM
03-31-2004 09:27 AM
Re: Routing rcp data to a specific network
Add a route as suggested above
# route add net 10.yy.1.1 netmask xxx.xxx.xxx.xxx 10.aa.1.1
Sundar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 10:04 AM
03-31-2004 10:04 AM
Re: Routing rcp data to a specific network
route add hostname 10.yy.1.1 1
This doesn't work - when using rcp, it comes back with "remshd: Login incorrect". The rcp worked fine before.
I tried the command with the netmask value, and this too doesn't work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 10:56 AM
03-31-2004 10:56 AM
Re: Routing rcp data to a specific network
The target system authorizes the local system to execute remote commands based on the incoming IP address of the connection.
Add the 10.aa.1.1 IP address to the root .rhosts file in the target system.
Sundar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 07:59 PM
03-31-2004 07:59 PM
SolutionSystem-A
hostname : hpsrv01
alias for the ethernet-1 : hpsrv01-en1
alias for the ethernet-2 : hpsrv01-en2
while doing rcp , use rcp file hpsrv01-en2:from the source node. Also add the corresponding interface's IP_ADDRESS / hostname into the .rhosts
Regds,
Kaps