This is really helpful. Thank you Sir My machine gives the same output as yours ahowed. So does it mean that I can go ahead and change the files in the xinetd folder such that the servers are called through tcpd rather than as they are right now. ------- Further I am trying to use dtk on my system. There isn't any literature for that work around. Any suggestions are appreciated. Thank you Aman
>From: ___cliff rayman___ <[EMAIL PROTECTED]> >To: aman raheja <[EMAIL PROTECTED]>, [EMAIL PROTECTED] >Subject: Re: xinetd and tcp wrappers >Date: Mon, 15 Apr 2002 16:22:37 -0700 > >aman raheja wrote: > > > Thank you Sir > > My output says: > > [xinetd.d]# ldd /usr/sbin/xinetd > > libnsl.so.1 => /lib/libnsl.so.1 (0x4002d000) > > libm.so.6 => /lib/i686/libm.so.6 (0x40044000) > > libcrypt.so.1 => /lib/libcrypt.so.1 (0x40068000) > > libc.so.6 => /lib/i686/libc.so.6 (0x40096000) > > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) > > [xinetd.d]# > > > > So I don't have libwrap configured with xinetd. > >i don't believe that is necessarily true. you are checking only for >dynamic libraries, but not static ones. > >try this: >strings `which xinetd`|egrep "libwrap|hosts.allow" > >on my box it returns: >hosts_allow_table >libwrap refused connection to %s from %s >%s started with libwrap options compiled in. > libwrap >/etc/hosts.allow > >which tells me that it is using libwrap. > >-- >___cliff [EMAIL PROTECTED]http://www.genwax.com/ _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
