- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-UX 10.20/11.00 TCP/IP Security issues
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
03-17-2003 05:55 AM
03-17-2003 05:55 AM
HP-UX 10.20/11.00 TCP/IP Security issues
We??re trying to map the TCP/IP vulnerabilities found on our HP-UX machines, but we??re not sure what command to run. We have tried NETTUNE but it doesn??t seem to supply the same comprehensive information as the "NO" command produces on AIX for example.
How to list and to correctly deactivate the unsecure TCP/IP options on Hp-UX?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2003 06:45 AM
03-17-2003 06:45 AM
Re: HP-UX 10.20/11.00 TCP/IP Security issues
You want ndd -h supported (and ndd -h unsupported).
Or even better, load some software to secure you server for you;
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B6849AA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2003 10:04 AM
03-17-2003 10:04 AM
Re: HP-UX 10.20/11.00 TCP/IP Security issues
and
netstat -a |grep udp
will show you what is listening.
You may want to read:
http://www.hp.com/products1/unix/operating/infolibrary/whitepapers/building_a_bastion_host.pdf
http://people.hp.se/stevesk/bastion.html
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2003 10:26 AM
03-17-2003 10:26 AM
Re: HP-UX 10.20/11.00 TCP/IP Security issues
http://hpux.cict.fr/hppd/hpux/Networking/Admin/tcpdump-3.6.2/man.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2003 11:56 AM
03-17-2003 11:56 AM
Re: HP-UX 10.20/11.00 TCP/IP Security issues
"Ndd" has a very nice list of things for tweaking. But, how to proceed if my OS is a 10.20???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2003 12:05 PM
03-17-2003 12:05 PM
Re: HP-UX 10.20/11.00 TCP/IP Security issues
As you noted yourself, if you are running 10.20 the 'ndd' predecessor is 'nettune'.
See the 'nettune' man pages for more information.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2003 06:01 AM
03-18-2003 06:01 AM
Re: HP-UX 10.20/11.00 TCP/IP Security issues
HP provides a nice port of the Open Source BASTILLE product at http://software.hp.com for HPUX 11.0 and 11.11. Bastille provides an easy to use security audit and set of recommendations for you to secure your HPUX systems. You may need to update PERL before using Bastille.
I know this doesn't help your 10.20 systems at all, but I hope it helps.
-> Brian Hackley