- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: RH AS 2.1 Trusted network
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-13-2003 04:38 AM
01-13-2003 04:38 AM
RH AS 2.1 Trusted network
I have installed RH AS2.1 on two Proliant servers. Because of clsuter requirements trusted networking between two nodes should be established.
I have properly setup xientd setings for rsh, rlogin, rpc and other netwokr services. IPTABLES are disabled hosts.equiv and .rhosts files are set also as needed. But anyway there is sam authentication problems( eg. rlogin asks for password, rsh hostname ls returns premition denied ...) What could be the problem? Can anyone halp me?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2003 05:15 AM
01-13-2003 05:15 AM
Re: RH AS 2.1 Trusted network
Regards,
Jochen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2003 05:28 AM
01-13-2003 05:28 AM
Re: RH AS 2.1 Trusted network
try these steps:
- chkconfig rlogin on
rsh on
- echo "rsh" >>/etc/securetty
echo "rlogin" >>/etc/securetty
- put your second_server_hostname into .rhosts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2003 05:39 AM
01-13-2003 05:39 AM
Re: RH AS 2.1 Trusted network
chkconfig resolves the problem
All r command now works properly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2003 03:33 PM
01-13-2003 03:33 PM
Re: RH AS 2.1 Trusted network
You're using r protocols like rlogin and rsh on a "trusted" network.
Let me tell you, I would not trust that network.
The Berkley r protcols are not secure.
You can configure the secure shell protocols to provide the exact same functionality with real security if you generate and pass public keys.
ssh = rlogin
scp = rcp
I highly recommend it.
I've successfully done it with three HP servers at work and 2 Linux servers at my home office. I've even tried to allow it from the work to home office environment but am running into firewall configuration issues.
I've attached a document, which I modified to that gives you the entire process.
It's not THAT hard and the end product is a secure one.
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
01-13-2003 03:33 PM
01-13-2003 03:33 PM
Re: RH AS 2.1 Trusted network
You're using r protocols like rlogin and rsh on a "trusted" network.
Let me tell you, I would not trust that network.
The Berkley r protcols are not secure.
You can configure the secure shell protocols to provide the exact same functionality with real security if you generate and pass public keys.
ssh = rlogin
scp = rcp
I highly recommend it.
I've successfully done it with three HP servers at work and 2 Linux servers at my home office. I've even tried to allow it from the work to home office environment but am running into firewall configuration issues.
I've attached a document, which I modified to that gives you the entire process.
It's not THAT hard and the end product is a secure one.
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com