Re: can't telnet or ftp

2001-05-05 Thread Stephen King
are the telnet and ftp servers set to accept connections in xinetd's configs? open up the respective files in /etc/xinetd.d and take a look if it says disable = yes and change it to "no" instead. At 04:07 PM 5/5/01 -0700, you wrote: >Hi, > >I'm having problems with one of our Linux

Re: can't telnet or ftp

2001-05-05 Thread Tym Rehm
Check xinetd.d folder. Make sure that telnet and ftp are not disabled. If you modify either, you will have to restart xinetd. Use /etc/rc.d/init.d/xinetd restart At 04:07 PM 5/5/01 -0700, you wrote: >Hi, > >I'm having problems with one of our Linux machines. It's running Red >Hat 7.0, and it's

Re: can't telnet or ftp

2001-05-05 Thread cEycEy
you should do the fallowing: 1- edit /etc/xinetd.d/telnet change this value"disable = yes" as "disable=no" 2-then write this command "chkconfig --list "to check whether telnet is on or off...if telnet is off then use "chkconfig telnet on" After these your telnet will work.. and do the similar

Re: can't telnet or ftp

2001-05-05 Thread Hidong Kim
Great! I edited the /etc/xinetd.d/telnet and /etc/xinetd.d/tftp, and set disable to no. It's working now. Thanks, Hidong "Mike A. Harris" wrote: > > On Sat, 5 May 2001, Hidong Kim wrote: > > >It still refuses to allow telnet or ftp connections. I've tried > >restarting xinetd. It seem

Re: can't telnet or ftp

2001-05-05 Thread Mike A. Harris
On Sat, 5 May 2001, Hidong Kim wrote: >It still refuses to allow telnet or ftp connections. I've tried >restarting xinetd. It seems to be on the NIS OK. I can telnet out to >other machines from this machine, but it won't allow other machines to >telnet in to it. Here are the installed telnet

can't telnet or ftp

2001-05-05 Thread Hidong Kim
Hi, I'm having problems with one of our Linux machines. It's running Red Hat 7.0, and it's part of an NIS network with several other Red Hat 6.1 and 7.0 machines. The problem is that I cannot telnet or ftp into this machine. I can't even telnet into localhost on this machine. This is the erro

can't telnet or ftp

2001-04-10 Thread Hidong Kim
Hi, I just set up a Red Hat 7.0 machine. It's on an NIS domain with several other Red Hat machines. The problem with this new machine is that I can't telnet or ftp into it, even from the machine itself. ypbind is running, and I can telnet, ftp, ping all of the other machines fro