1827473 Members
1818 Online
109965 Solutions
New Discussion

Rlogin problem

 
SOLVED
Go to solution
AL_3001
Regular Advisor

Rlogin problem

Hi,
When i try to use rlogin to connect to server in the same network, i got the following error:
----------------------------
rcmd: Lost connection
----------------------------
Kindly advise.
2 REPLIES 2
Steven E. Protter
Exalted Contributor
Solution

Re: Rlogin problem

Shalom,

Diagnostics.

From the console of the server you wish to log into.

inetd -l

tail -f /var/adm/syslog/syslog.log

You should see a message about connection logging being enabled (if it says disabled, break out and run inetd -l again).

Then try rlogin. You should get meaningful diagnostic information.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
AL_3001
Regular Advisor

Re: Rlogin problem

Thanks a lot.