Re: Removing portmapper, Re: firewalling

2000-11-13 Thread Pann McCuaig
I think the cleanest way to do this is # cp -p /etc/init.d/portmap /root/ # update-rc.d portmap remove and then keep track of the links (which update-rc.d will tell you about) in case you need to put it back. # ls portmap* portmap portmap.links # cat portmap.links /etc/rc0.d/S10portmap

Removing portmapper, Re: firewalling

2000-11-13 Thread David Wright
Quoting Sebastiaan ([EMAIL PROTECTED]): > - I did a nmap localhost and discovered that unwanted ports 'sunrpc' (111) > and 'printer' (515) are open. I have not found these in inetd.conf and I > do not know how to turn these off. I have already tried removing sunrpc.o > from the modules, but the co