Click to See Complete Forum and Search --> : WTF is SunRPC?


Falcon
06-04-2001, 06:45 PM
WTF is SunRPC running on port 111 and how do I turn it off? It is really makeing me mad even though I know it is firewalled off.

Also, how do I stop apache from launching https on port 443?

Thanks,
Falcon

freebsd
06-04-2001, 11:51 PM
>> WTF is SunRPC

portmap. We have no clue what OS you running. In BSD, you can disable it in /etc/rc.conf. You probably don't need it if you don't run any NFS server.

>> how do I stop apache from launching https on port 443?

Check your httpd.conf and search for 443, replace it with whatever high number port you want.

Falcon
06-05-2001, 10:58 AM
I am running RedHat 7.1. It is portmap? I will just turn it off in the services config.

Thanks,
Falcon

KumaSan++
06-06-2001, 07:09 AM
Yes, it's portmap. Go into /etc/rc.d/rcx.d (x being whatever runlevel you are running, 5 if you boot into X, 3 if you boot into text) and find the entry that looks something like:

S50portmap (the number might be different)

and do:
mv S50portmap xS50portmap

This will keep portmap from starting up when you boot.

Just noticed you said RedHat 7.1. I've never used 7.1, but that should work. If it doesn't, let me know.

[ 06 June 2001: Message edited by: Kuma San ]

Falcon
06-06-2001, 10:48 AM
I got it, just went into the services control program and turned it off.

Thanks,
Falcon