LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   turning off rpc entirely (https://www.linuxquestions.org/questions/linux-security-4/turning-off-rpc-entirely-927257/)

doughyi8u 02-02-2012 03:49 PM

turning off rpc entirely
 
I'm using Debian (squeeze) and noticed that rpc portmapper is enabled. How do I turn this off?

doughyi8u 02-02-2012 03:51 PM

I just turned off portmap and it stopped rpc services from showing up when rpcinfo -p is run. Still don't know how it got turned on.

anomie 02-02-2012 03:53 PM

One approach:
Code:

# update-rc.d portmap disable

# service portmap stop


doughyi8u 02-02-2012 04:06 PM

Thanks anomie


All times are GMT -5. The time now is 08:02 AM.