Operating System - HP-UX
1834178 Members
2510 Online
110064 Solutions
New Discussion

Re: inetd.sec file not blocking 'unauthorized users' from accessing the system.

 
Christina Martin
Frequent Advisor

inetd.sec file not blocking 'unauthorized users' from accessing the system.

We're not sure when it happened, but all of a sudden the inetd.sec on our 11.0 system is not restricting ip's/networks from our system.

This used to work. we've checked the format of the inetd.sec file, we've verified the inetd.conf file

any ideas?
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: inetd.sec file not blocking 'unauthorized users' from accessing the system.

Shalom,

You need to check the ip address the login came from against the configuration of inetd.sec

inetd -l

Increases logging.

You may find the login comes from an ip address or hostname not covered by your inetd.sec file or via a protocol you have not covered.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
TY 007
Honored Contributor

Re: inetd.sec file not blocking 'unauthorized users' from accessing the system.

Hello Christina,

Install Latest inetd OS Patch:
PHNE_28312 s700_800 11.00 inetd(1M) cumulative patch

Reconfigure inetd: # inetd -c

Thanks
Christina Martin
Frequent Advisor

Re: inetd.sec file not blocking 'unauthorized users' from accessing the system.

we've had that patch installed for quite a while.