- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: TCP Wrapper installation procedure for HPUX 11
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
Discussions
Discussions
Discussions
Forums
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
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-2003 09:17 PM
тАО06-06-2003 09:17 PM
TCP Wrapper installation procedure for HPUX 11
Please help. I need to know where can I get this installer-TCP Wrapper for HPUX 11.00. I'm planning to implement for added security to our server.
OSLO
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2003 11:48 PM
тАО06-06-2003 11:48 PM
Re: TCP Wrapper installation procedure for HPUX 11
I am attaching a link, try this way.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xfb8b663ce855d511abcd0090277a778c,00.html
Regards
Kiran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-07-2003 06:11 AM
тАО06-07-2003 06:11 AM
Re: TCP Wrapper installation procedure for HPUX 11
You can get pre-compiled tcp_wrappers from the HP's porting center.
http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/tcp_wrappers-7.6/
You can also use /var/adm/inetd.sec file that wraps inetd without using tcp_wrappers.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2003 07:01 PM
тАО06-08-2003 07:01 PM
Re: TCP Wrapper installation procedure for HPUX 11
Sri, do i still need to edit the /etc/inetd.conf & /etc/services ..i.e. hashing the ftp service while i have an allow entry of ftp in the /var/adm/inetd.sec. Thanks in advance
OSLO
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2003 07:15 PM
тАО06-08-2003 07:15 PM
Re: TCP Wrapper installation procedure for HPUX 11
If you think you'll need to take the security down to the granularity of usernames, Then you'll need tcp-wrappers. inetd.conf & inetd.sec cannot do that.
My 2 cents,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-09-2003 12:19 AM
тАО06-09-2003 12:19 AM
Re: TCP Wrapper installation procedure for HPUX 11
Go for SSH,RSA public-private keys authentication if you want user-based and not
hosts based check.TCP wrapper has some sort
of protection against host spoofing while inetd.sec doesn't.
Zeev