LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   "conection refused problem" (https://www.linuxquestions.org/questions/fedora-35/conection-refused-problem-556362/)

ztdep 05-24-2007 09:07 AM

"conection refused problem"
 
Friends:
I am going to perform the parallel computation on my computer employing the mpich. But the fisrt thing to do is to make rsh work.
I have set my IP as "192.168.0.1" and submask as '255.255.255.0', and my hostname is "dp'. when i ernter the command "rsh dp" , it gives the information about "conection refused".
Would you please tell me how to make rsh work , need i to set the gateway. or something else.
yours Sincerely.
ztdep

james.farrow 05-24-2007 09:37 AM

For my pennies worth, it sounds like the computer can not resolve dp.
Have you tried rsh <ip_address>

Just a thought.

James

ztdep 05-25-2007 12:46 AM

yes , i have tried. Is seems like that we should open the rsh service. but how to start it.

james.farrow 05-25-2007 05:44 AM

Try
chkconfig --list | grep rsh

It may return the daemon as rshd.

If it does
chkconfig rsh(d) on
service rsh(d) start


All times are GMT -5. The time now is 08:01 PM.