On Thu, 13 Sep 2001, E.L. wrote:

> After installation - I was not able to run DHCP - so I
> manually configured my machine (i.e.
> /etc/sysconfig/network, /etc/resolv.conf, etc...).
> I checked my connectivity and I can ssh/ping/telnet
> out of the box to my an isp. However, when I try to
> telnet into the box - I get "connection
> refused".  Same with ssh (though I'm not sure whether
> I need to install an ssh server).

This is because the server processes aren't running.
Make sure openssh-server and telnet-server are installed, then do

chkconfig sshd on
chkconfig telnet on
service sshd start
service xinetd reload

LLaP
bero




_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to