Hi!
I'm very lost with the rsh.
I need the rsh to use PVM.
But until now, the best that I get was make rsh work on the same computer.
My network is as follow:
A modem-router connected to internet.
A wireless router working like a "hub" connected to modem.
One Desktop and two notebooks connected via "wireless" to the wireless "router/hub"
The modem give the IP's to my machines (DHCP)
I'm trying to put rsh to work, but without success until now.
From notebook_1 to desktop, I get a "desktop: Unknown host" when I try to do this command: rsh desktop ls
If I try this command with the IP instead, I get a "connection timed out"...
I seted the hosts.equiv and the .rhosts file like I found here and on the net, but without success.
Until now, only from one machine (notebook_1), that I put a line with the word rsh on the securetty file, I can use rsh using "rsh localhost ls" or "rsh notebook_1 ls". Both forms work, even if "localhost" and "notebook_1" are not seted on the hosts.equiv file, since each form is on the .rhosts file
I see that on the "etc/hosts" file, on both machine, the "name" of the machine is seted to 127.0.0.2... (maybe this is the problem?)
Anyone can help me?
Thanks!