portmapper service

 
Thread Tools Search this Thread
Operating Systems Linux SuSE portmapper service
# 1  
Old 02-09-2012
portmapper service

Hello,
I've been asked to look this up and I'm having issue finding it. We are currently harding our servers and I'm new to SUSE 11. The security people at work want me to disable the portmapper service.
How do you disable the portmapper service?

Thanks


---------------------------------------------------------------------------------------------------------------------------------
---------- Post updated at 01:59 PM ---------- Previous update was at 01:58 PM ----------

Ok, I got a update.

It seems that portmapper service is called rpcbind.
This is how I disabled the service.
Code:
service nfs stop
chkconfig nfs off
service rpcbind stop
chkconfig off

This seems to do it. If i'm wong let me know.

Thanks
# 2  
Old 02-09-2012
You left off the name of the service in your last chkconfig.
# 3  
Old 02-09-2012
You have also disabled nfs service.

Since version 4 nfs does not require rpcbind
It got a bit safer.


Regards
Peasant.
# 4  
Old 02-09-2012
I had to include shutting off nfs, because when I just tried to turn off rpcbind without turning nfs 1st, it would give me a warring.
When I then checked to see if rpcbind was still running after turning it off i would see it still running. So I turn off nfs 1st then turned off rpcbind and it stuck.

Thanks for your imput.
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Run one service after another service has finished - systemd

Hi all I would like to know how to run task2.service after task1.service has finished. task1.service has a timer (task1.timer), that makes it run every 5 minutes OnCalendar=*:0/5task2.service is basically a script, that has to work on the files created after task1 has finished. This is what I... (2 Replies)
Discussion started by: guilliber
2 Replies

2. Solaris

Rpcinfo: can't contact portmapper: RPC: Authentication error; why = Failed (unspecified error)

I have two servers with a fresh install of Solaris 11, and having problems when doing rpcinfo between them. There is no firewall involved, so everything should theoretically be getting through. Does anyone have any ideas? I did a lot of Google searches, and haven't found a working solution yet. ... (2 Replies)
Discussion started by: christr
2 Replies

3. Linux

problem with pmap_set (portmapper)

Hi guys, i am putting this problem again please help me out.. The RPC problem is appearing on the screen while starting the portmap service,take a look of the real.. #/etc/init.d/portmap restart Stopping portmap: Starting portmap: Cannot register service: RPC: Timed out not registered:... (15 Replies)
Discussion started by: daya.pandit
15 Replies

4. UNIX for Dummies Questions & Answers

Portmapper not responding

Kindly When I start the server i have this error "portmapper on server 185.125.241.321 is not responding" let me also clarify that this is the old IP of the server and the new one 192.168.0.2 regards (1 Reply)
Discussion started by: sak900354
1 Replies
Login or Register to Ask a Question