- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: rlogin fails on package name
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
10-23-2002 08:11 PM
10-23-2002 08:11 PM
rlogin fails on package name
I have 2 servers named host1(MC/SG) and host2(Standalone). Host1 is running with a package named pkg1.
The .rhosts file of host2 is having the package name pkg1 and the username.
When I try to do an rlogin from host1 to host2.It is asking for the password.
But after I login into host2 from host1 through telnet and I issue the command 'who -u'
It shows host1 is connected which is the hostname.For my scenario it should show the package name then only my rlogin will work.
Can someone help me to overcome this problem?
-Suki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 10:01 PM
10-23-2002 10:01 PM
Re: rlogin fails on package name
No it is the correct behavior. For security reason, the IP stack is showing always the IP of the host, not the IP of the package. So if you want use .rhost you should put both system name in it. Idem for firewalls. This behavior has been asked by customer to HP in order to avoid security pb.
Bye.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 11:25 PM
10-23-2002 11:25 PM
Re: rlogin fails on package name
Thanks for your info.
Is it the fact, that package ip cannot be used to initiate an rcp,rlogin process Since every packet goes out from the host has the address of the hostname ?
-Suki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 11:32 PM
10-23-2002 11:32 PM
Re: rlogin fails on package name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 11:38 PM
10-23-2002 11:38 PM
Re: rlogin fails on package name
Cheers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2002 05:09 AM
10-24-2002 05:09 AM
Re: rlogin fails on package name
I checked with our networking specialists on this issue and got two responses:
1. For supported techniques of binding to the relocable IP, refer to the "Managing MC/ServiceGuard" manual http://docs.hp.com/hpux/onlinedocs/B3936-90065/B3936-90065.html
section titled "Designing Applications to Run on Multiple Systems" and this document:
User Doc ID: KBAN00000700
ServiceGuard TCP/UDP Application Binding and Routing
2. There's a convoluted workaround (unsupported) of using a host route. It only works if
A) the clients are on the same subnet as the package, or
B) the routers can support proxy arp.
The package start script adds a route to the destination using the package IP as the gateway with a metric of 0. The package "stop" has to remove it.
Since this latter method is not supported, HP does not offer a document to describe the process, nor would HP support such a configuration.
-s.