I don't want sunrpc / portmap listening on eth1. I need it for FAM and Gnome.
Someone told me to:
This solution, upon reboot, prevented me from connecting to my network (via the external interface) and caused problems with a daemon that contacts 127.0.0.1.
Anyone know how to do this? Or what was wrong with my implementation of that guys' advice?
I'm not interested in firewall solutions.
(PS anyone know how to restart sunprc / portmap without rebooting? Using the debian initscripts didn't seem to work. I had to restart).
I'm using debian unstable. Let me know if you need other info.
Someone told me to:
for /etc/hosts.deny, you should have
ALL: ALL
portmap: ALL
and in /etc/hosts.allow
portmap: 127.0.0.1
This solution, upon reboot, prevented me from connecting to my network (via the external interface) and caused problems with a daemon that contacts 127.0.0.1.
Anyone know how to do this? Or what was wrong with my implementation of that guys' advice?
I'm not interested in firewall solutions.
(PS anyone know how to restart sunprc / portmap without rebooting? Using the debian initscripts didn't seem to work. I had to restart).
I'm using debian unstable. Let me know if you need other info.