- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to enable rlogin?
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
Discussions
Discussions
Discussions
Forums
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
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
тАО09-07-2009 10:43 PM
тАО09-07-2009 10:43 PM
how to enable rlogin?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2009 11:53 PM
тАО09-07-2009 11:53 PM
Re: how to enable rlogin?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2009 12:14 AM
тАО09-08-2009 12:14 AM
Re: how to enable rlogin?
make sure you uncomment as below service in regards to rlogin, you also enable telnet
Step (1)# more /etc/services |grep rlogin
klogin 543/tcp # Kerberos rlogin -kfall
eklogin 2105/tcp # Kerberos encrypted rlogin -kfall
Step (2)Check the below file if you have any deny for rlogin from below file
# more /var/adm/inetd.sec |grep rlogin
Step (3)
if you want to rlogin fromServer A and B
.rhosts file must create.on the both A & B
HTH,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2009 12:58 AM
тАО09-08-2009 12:58 AM
Re: how to enable rlogin?
# @(#)B11.23_LRinetd.sec $Revision: 1.10.214.1 $ $Date: 96/10/08 13:20:06 $
#
#
# The lines in the file contain a service name, permission field and
# the Internet addresses or names of the hosts and/or networks
# allowed to use that service in the local machine.
# The form for each entry in this file is:
#
#
#
# For example:
#
# login allow 10.3-5 192.34.56.5 ahost anetwork
#
# The above entry allows the following hosts to attempt to access your system
# using rlogin:
# hosts in subnets 3 through 5 in network 10,
# the host with Internet Address of 192.34.56.5,
# the host by the name of "ahost",
# all the hosts in the network "anetwork"
#
# mountd deny 192.23.4.3
#
# The mountd entry denies host 192.23.4.3 access to the NFS rpc.mountd
# server.
#
# Hosts and network names must be official names, not aliases.
# See the inetd.sec(4) manual page for more information.
dtspc allow 127.0.0.1 loopback electra2
this my output and how i need to enable it i tried to login from that user using putty by selecting rlogin its not getting connected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2009 01:00 AM
тАО09-08-2009 01:00 AM
Re: how to enable rlogin?
klogin 543/tcp # Kerberos rlogin -kfall
eklogin 2105/tcp # Kerberos encrypted rlogin -kfall
so this is as it you ve said then why its not connecting by rlogin?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2009 12:30 PM
тАО09-08-2009 12:30 PM
Re: how to enable rlogin?
http://docs.hp.com/en/B2355-90692/rlogind.1M.html
Note that the following may need to be enabled as well:
"To start rlogind from the inetd daemon in a non-secure environment, the configuration file /etc/inetd.conf must contain an entry as follows:
login stream tcp nowait root /usr/lbin/rlogind rlogind
"
after having made changes, restart / re-read inetd.cong by issuing:
/usr/sbin/inetd -c
And for what it's worth, in "cat /etc/services |grep rlogin" you don't need the "cat". In that example is spawns unnecessary process. grep can read files all by itself, as in
grep rlogin /etc/services
As always, the actual error(s) encountered, instead of "not connecting" or "not working" could be useful
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2009 12:37 PM
тАО09-08-2009 12:37 PM
Re: how to enable rlogin?
The typical recommendation is to *disable* rloging and install / enable ssh & sshd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2009 04:22 PM
тАО09-08-2009 04:22 PM
Re: how to enable rlogin?
what error do you get while rlogin ?
As mentioned above earlier post by "Old School"
have you checked "inetd.conf" ?
Once done
# inetd -c
Example :-
$ grep rlogin /etc/inetd.conf
login stream tcp nowait root /usr/lbin/rlogind rlogind
# The standard remshd and rlogind do not include the Kerberized
klogin stream tcp nowait root /usr/lbin/rlogind rlogind -K
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2009 04:30 PM
тАО09-08-2009 04:30 PM
Re: how to enable rlogin?
Pls check below link.
http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1324227
HTH
Johnson