vmsnet.networks.tcp-ip.multinet
Discussion:
Limit RPc to only accept requests from local host?
(too old to reply)
Jim Mehlhop
2006-09-24 22:33:05 UTC
Permalink
Is it possible to to limit the RPC process from listening on any TCP
address other than localhost (127.0.0.1)
Michael Corbett
2006-09-25 12:24:20 UTC
Permalink
Post by Jim Mehlhop
Is it possible to to limit the RPC process from listening on any TCP
address other than localhost (127.0.0.1)
Use a packer filter like the following on the real interfaces -
deny udp 0 0 0 0 eq 111
deny tcp 0 0 0 0 eq 111
permit ip
Jim Mehlhop
2006-09-25 13:00:16 UTC
Permalink
Post by Michael Corbett
Post by Jim Mehlhop
Is it possible to to limit the RPC process from listening on any TCP
address other than localhost (127.0.0.1)
Use a packer filter like the following on the real interfaces -
deny udp 0 0 0 0 eq 111
deny tcp 0 0 0 0 eq 111
permit ip
Thanks, I was trying to find something on the service and failing
miserably. :-)
Jim
2 Replies
3 Views
Permalink to this page
Disable enhanced parsing
Thread Navigation
Jim Mehlhop
2006-09-24 22:33:05 UTC
Michael Corbett
2006-09-25 12:24:20 UTC
Jim Mehlhop
2006-09-25 13:00:16 UTC
Loading...