- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- tcpip security
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
09-04-2001 03:02 PM
09-04-2001 03:02 PM
tcpip security
If not what is the best way to secure my system
from rlogins, tftp ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 03:08 PM
09-04-2001 03:08 PM
Re: tcpip security
You can disable services in /etc/services, modify configuraiton in /etc/inetd.conf etc.,.
The best way is to control the connections through /var/adm/inetd.sec where you can specify the services and allow or deny access to IPs,subnets etc.,
There are some examples in that file itself or you can do a man page of inetd.sec.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 07:48 PM
09-04-2001 07:48 PM
Re: tcpip security
As with any other OS, the philosophy is to disable everything and then enable the things that you absolutely need.
Stay up to date with the security/cert advisories.
Stay up to date with patches atleast the security patches
A short security checklist
http://www.vennerable.com/securecheck.html
This is another thread which deals with the same issue
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x885f7e990647d4118fee0090279cd0f9,00.html
One of the better articles which deals completely with securing both HP-UX 10.x and HP-UX 11.X is
http://people.hp.se/stevesk/bastion.html
This is another article which gives lot of information about how/what to secure
http://www.sans.org/infosecFAQ/unix/HP-UX11.htm
Another good book to read is "Practical Unix security"
http://www.oreilly.com/catalog/puis/
Also last but not the least, HP is coordinating with Bastille linux folks (www.bastille-linux.org) to develop something similar for HP-UX. I am eagerly looking forward to that product (hopefully there would be a free downloadable version as well)
-Good luck
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 08:08 PM
09-04-2001 08:08 PM
Re: tcpip security
I reread your question and you were only looking for something similar to securetcpip on aix.
Hmm.. like Sridhar said you could use inetd.sec or you could set up TCP wrappers
You can get TCP wrappers from
ftp://ftp.porcupine.org/pub/security/index.html
But if you are looking for a command, then AFAIK there is no such command on HP-UX
-Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 11:37 PM
09-04-2001 11:37 PM