On Wed, 2002-12-04 at 14:32, Hidong Kim wrote: > Paul wrote: > > Since I upgraded to redhat 8.0 I no longer can telnet to my machine > > either from localhost or from one of the other machines on my network. I > > try disabling the firewall, but the security manager defaults back to > > high security and seems to ignore my changes. Anyone else get this > > problem or know what to do? > > > > > > > > Which Red Hat did you upgrade from? Did you check /etc/xinetd.d/telnet? > The default is disable = yes. Change it to no. Then restart > /etc/rc.d/init.d/xinetd.d. Good luck, > > > > Hidong
On redhat 8 You can also just type "chkconfig telnet on" it will start xinetd if it wasn't started (and add it to the default runlevels if it wasn't) and it will modify the "disable = no" in the /etc/xinetd.d/telnet, and if xinetd was already running it will HUP xinetd to tell it reread the config files. chkconfig --list will show you the services and their status -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list