Results 1 to 2 of 2
Hi,
I wanted to know if it is possible to turn off readdirplus calls at the server side. I am currently using a fedora core 8 server.
thanks for your ...
- 02-23-2011 #1Just Joined!
- Join Date
- Feb 2011
- Posts
- 1
Disabling nfs readdirplus at server side
Hi,
I wanted to know if it is possible to turn off readdirplus calls at the server side. I am currently using a fedora core 8 server.
thanks for your help in advance.
regards,
- 02-24-2011 #2Just Joined!
- Join Date
- Sep 2010
- Location
- Dhaka, Bangladesh
- Posts
- 29
You could try TCP wrappers for this. If readdirplus uses is handled by the daemon 'readdirplus' then you could add the following line in /etc/hosts.deny
/etc/hosts.deny
ALL: readdirplus
This would deny readdirplus for all. Worth trying.
OR
You could find out the port number readdirplus uses and block that particular port using IPTABLES.


Reply With Quote