Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RLOGIN/TELNET

Status
Not open for further replies.

Virgilio

Technical User
Joined
Aug 28, 2001
Messages
16
Location
PT
Hello,

I setup a Entreprise 220R with Solaris8 with two networks.

One is connected to a workstation Ultra5 and the other is the Entreprise Network.

My problem is that I can login the server from the normal network, but from the Ultra5 I am not enable to do rlogin or telnet to the server.

The /etc/hosts in both machines is correct.

What can I do to solve this? Virgilio Valente
Email - valentev@yahoo.com
Nexenter S.A - Portugal
 
Virgilio,

This sounds like a network card problem or misconfiguration, can you ping the Ultra5 from the server and the other way around?

-Tony
 
check it out /etc/inetd.conf file. The Server You are willing to connect, I f these files are commented out, then you can
not enable to do rlogin or telnet to the server. By default these are uncommented out.



ftp stream tcp6 nowait root /usr/sbin/in.ftpd in.ftpd
telnet stream tcp6 nowait root /usr/sbin/in.telnetd in.telnetd


shell stream tcp6 nowait root /usr/sbin/in.rshd in.rshd
login stream tcp6 nowait root /usr/sbin/in.rlogind in.rlogind
.

Farah regal
good luck
"think twice and hit enter once"
 
Have you checked routing table? Can you ping from Ultra 5? If not, correct your your routes with route add ..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top