Actually Red Hat has replaced inetd with xinetd, its not a change of
name.

Sharninder wrote:
> 
> In RHL 7.0 the inetd.conf has been renamed to xinetd.conf and it's in /etc.
> Don't know what prompted the name change though. Have'nt used RH7. Anyways,
> this procedure should work.
>  you have to first run
> /etc/rc.d/init.d/network start
> which starts the network services then
> edit the file called /etc/inetd.conf

make it /etc/xinetd.conf


> and check if the telnet service has a hash ( commented out ) in front of it.
> If yes remove it. In RHL this is the default. Then run
> /etc/rc.d/init.d/inetd start

Add the following line

        includedir /etc/xinetd.d 

in xinetd.conf file and make sure you have an entry like
        
defaults
        { ...
          ...
          ...
          enabled = telnet
        }

Then change directory to /etc/xinetd.d

In this directory you have configuration files for individual internet
services. Open the configuration file for telnet and check if the
service is not disabled (disable = no). Its enabled by default.

Now restart xinetd by issuing

/etc/init.d/xinted reload

to run the superserver

> which runs the so called internet superserver then
> you can connect to your own machine yes
> telnet 127.0.0.1


telnet localhost as suggested above.

HTH,

Manish Kathuria
http://www.tuxspace.com/






> 
> If there is some problem with the network configuration you'll have to sort
> it out first.
> 
> hope this helps
> 
> ----- Original Message -----
> From: "kathiresan j" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, April 24, 2001 4:04 PM
> Subject: [LIH] regarding telnet service in Red hat linux 7.0
> 
> >
> > Hi..
> >
> > how do i enable the telnet service in redhat linux 7.0
> > i have a entry in the /etc/services file..but it doenst seem to be working
> >
> > where is ident.conf file stored in this version
> >
> > Thanks in advance
> > Kathiresan
> >
> >
> >


_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to