- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Security Access
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 07:54 AM
06-06-2001 07:54 AM
Security Access
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 08:00 AM
06-06-2001 08:00 AM
Re: Security Access
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90685/B2355-90685_top.html&con=/hpux/onlinedocs/B2355-90685/00/00/10-con.html&toc=/hpux/onlinedocs/B2355-90685/00/00/10-toc.html&searchterms=inetd&queryid=20010606-085725
see also IPSEC:
http://docs.hp.com/hpux/onlinedocs/J4255-90005/J4255-90005.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 08:02 AM
06-06-2001 08:02 AM
Re: Security Access
Here's one specifically for HP-UX, for starters:
http://secinf.net/info/unix/secureHP-UX.html
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 02:39 PM
06-06-2001 02:39 PM
Re: Security Access
telnet allow 192.168.*
rlogin allow *.mynetwork.net
or you can tool it down to a particular host.
Happy locking down...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2001 05:55 AM
06-07-2001 05:55 AM
Re: Security Access
For 11.X
http://people.hp.se/stevesk/bastion11.html
For 10.X
http://people.hp.se/stevesk/bastion10.html
The security forum has many good things as well just do searches for topics and you should find good info as well as references to sites for public domain code, etc.
The previous references are great starting points as well for HP security.
Regards,
Peggy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2001 05:57 AM
06-07-2001 05:57 AM
Re: Security Access
If you want to completely disable the r* services (rcp, remsh, rlogin..) and only allow telnet, then you need to comment them out of /etc/inetd.conf and then re-read the file by running 'inetd -c'
Then use inetd.sec to allow telnet from certain subnets or ip addresses....
Peggy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2001 07:10 AM
06-07-2001 07:10 AM
Re: Security Access
>man inetd.sec
will give you plenty of information, and examples on building the file correctly, even tell you to run inetd -c to implement the changes while inetd is running.
Reading about bastion hosts, and C2 security is fine, but not really practical for a newbie.
Regards,
Shannon