Operating System - HP-UX
1832437 Members
3617 Online
110042 Solutions
New Discussion

Re: Securing RPC-based services - Inetd.sec vs IPFilter

 
Robert C. Hursch
Occasional Contributor

Securing RPC-based services - Inetd.sec vs IPFilter

Is there a way to use IPFilter (A.03.05.09) to restrict (by IP address) the use of individual RPC-based services in /etc/rpc or do I need to use the inetd.sec file?
2 REPLIES 2
harry d brown jr
Honored Contributor

Re: Securing RPC-based services - Inetd.sec vs IPFilter


You can allow/deny access to ports related to an IP via ipfilter.

http://www.obfuscation.org/ipf/ipf-howto.txt

live free or die
harry
Live Free or Die
Robert C. Hursch
Occasional Contributor

Re: Securing RPC-based services - Inetd.sec vs IPFilter

I have seen this document that you refer to and it does describe securing ports, but I could not find details about coding the /etc/rpc "program numbers" into my ipf.conf file. Could I code the number 100017 from /etc/rpc to restrict access for the rexd usage? Thanks