AvayaTier3
Technical User
Solaris 10 freeware with up to date Sun patches
Sun Blade 2000
networked with dlink wireless router on private network
192.168.0.200 is the private network address
192.168.0.104 is the private network address for a linux SE Enterprise 4.0
Any help would be appreciated. What am I missing?
I can use rlogin both directions between all servers on my private network. I can use telnet and ssh to all servers on my private network and also the external network ip addresses.
I also have an IP address for the outside world. for each server. If I use my external IP address with rlogin to the Sun it fails. If I use my external IP address with rlogin to the linux server, it successfully logs in.
--------------------------------------------------------
rlogin fails, telnet and ssh work
/etc/hosts entries with external address
66.109.xxx.xxx sun.xxxxxxx.com sun loghost
sun [597039]-> rlogin -l joe sun.xxxxxxx.com
rlogind: Permission denied.
sun [597040]-> telnet sun.xxxxxxx.com
Trying 192.168.0.200...
Connected to sun.bshtele.com.
Escape character is '^]'.
login: joe
Password:
Last login: Fri Jan 23 16:33:43 from sun.bshtele.c
Sun Microsystems Inc. SunOS 5.10 Generic January 2005
/etc/hosts entries with private ip network address
192.168.0.200 sun.xxxxxxx.com sun loghost
sun [597044]-> rlogin -l joe sun
Last login: Fri Jan 23 16:30:57 from cracker.xxxxxx.com
Sun Microsystems Inc. SunOS 5.10 Generic January 2005
sun [597045]-> rlogin -l joe sun.xxxxxxx.com
Last login: Fri Jan 23 16:33:28 from sun.xxxxxxx.com
Sun Microsystems Inc. SunOS 5.10 Generic January 2005
sun [597046]-> ssh bsh@66.109.xxx.xxx
Last login: Fri Jan 23 16:39:11 2009 from sun.bshtele.c
Sun Microsystems Inc. SunOS 5.10 Generic January 2005
In the linux server to make rlogin work:
cracker4 :root: [555]-> pwd
/etc/xinetd.d
cracker4 :root: [556]-> vi rlogin
service login
{
socket_type = stream
wait = no
user = root
log_on_success += USERID
log_on_failure += USERID
server = /usr/sbin/in.rlogind
disable = yes
}
=======================
I see no equivilant files in Solaris 10 server.
Sun Blade 2000
networked with dlink wireless router on private network
192.168.0.200 is the private network address
192.168.0.104 is the private network address for a linux SE Enterprise 4.0
Any help would be appreciated. What am I missing?
I can use rlogin both directions between all servers on my private network. I can use telnet and ssh to all servers on my private network and also the external network ip addresses.
I also have an IP address for the outside world. for each server. If I use my external IP address with rlogin to the Sun it fails. If I use my external IP address with rlogin to the linux server, it successfully logs in.
--------------------------------------------------------
rlogin fails, telnet and ssh work
/etc/hosts entries with external address
66.109.xxx.xxx sun.xxxxxxx.com sun loghost
sun [597039]-> rlogin -l joe sun.xxxxxxx.com
rlogind: Permission denied.
sun [597040]-> telnet sun.xxxxxxx.com
Trying 192.168.0.200...
Connected to sun.bshtele.com.
Escape character is '^]'.
login: joe
Password:
Last login: Fri Jan 23 16:33:43 from sun.bshtele.c
Sun Microsystems Inc. SunOS 5.10 Generic January 2005
/etc/hosts entries with private ip network address
192.168.0.200 sun.xxxxxxx.com sun loghost
sun [597044]-> rlogin -l joe sun
Last login: Fri Jan 23 16:30:57 from cracker.xxxxxx.com
Sun Microsystems Inc. SunOS 5.10 Generic January 2005
sun [597045]-> rlogin -l joe sun.xxxxxxx.com
Last login: Fri Jan 23 16:33:28 from sun.xxxxxxx.com
Sun Microsystems Inc. SunOS 5.10 Generic January 2005
sun [597046]-> ssh bsh@66.109.xxx.xxx
Last login: Fri Jan 23 16:39:11 2009 from sun.bshtele.c
Sun Microsystems Inc. SunOS 5.10 Generic January 2005
In the linux server to make rlogin work:
cracker4 :root: [555]-> pwd
/etc/xinetd.d
cracker4 :root: [556]-> vi rlogin
service login
{
socket_type = stream
wait = no
user = root
log_on_success += USERID
log_on_failure += USERID
server = /usr/sbin/in.rlogind
disable = yes
}
=======================
I see no equivilant files in Solaris 10 server.