Quote:
Originally Posted by manusys
Hi,
I have configured tftp server. I need to restrict tftp access. Is there any otpion in /etc/xinet.d/tftp config file ??
I have tried in /etc/xinet.d/tftp config file but no luck.
Please suggest.
Thanks & Regards
manusys
|
you absolutely can do this using the
only_from directive
can we see how you are trying to achieve this??
you can also do it with tcp wrappers (/etc/hosts.deny|/etc/hosts.allow)
because xinetd is compiled with libwrap
Code:
[root@host ~]# ldd /usr/sbin/xinetd | grep wrap
libwrap.so.0 => /usr/lib/libwrap.so.0 (0x0076c000)