Find the answer to your Linux question:
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 ...
  1. #1
    Just 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,

  2. #2
    Just 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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...