NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Local-only (non-ip) rpcbind(8)?



Hi,

can rpcbind(8) be set up to only use local transport, as opposed to binding to interfaces?

The closest I seem to come to that goal is by specifying '-h 127.0.0.1', which results in a pointless

Nov 18 15:45:05 HOST rpcbind: cannot bind 127.0.0.1 on udp: Address already in use Nov 18 15:45:05 HOST rpcbind: cannot bind 127.0.0.1 on tcp: Address already in use

from rpcbind.c adding localhost to the address list unconditionally.

Yes, hosts.allow(5) would take care of things, but just result in more log noise.

Cheerio,
Hauke

--
     The ASCII Ribbon Campaign                    Hauke Fath
()     No HTML/RTF in email	        Institut für Nachrichtentechnik
/\     No Word docs in email                     TU Darmstadt
     Respect for open standards              Ruf +49-6151-16-21344


Home | Main Index | Thread Index | Old Index