- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- TCPwrappers
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
04-14-2006 06:56 AM
04-14-2006 06:56 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2006 08:57 PM
04-14-2006 08:57 PM
Solutiontake a look at next link :
http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/tcp_wrappers-7.6/
The TCP Daemon (/usr/lbin/tcpd) is the TCP Wrappers daemon. if tcpd is on the system that indicate that TCP Wrappers are installed.
Hope it helps,
Joel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2006 09:54 PM
04-14-2006 09:54 PM
Re: TCPwrappers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2006 05:42 PM
04-15-2006 05:42 PM
Re: TCPwrappers
good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2006 10:43 PM
04-15-2006 10:43 PM
Re: TCPwrappers
SSH for HP UNIX has inbulit TCPwrappers , You just need to configure it.
see the bellow given link to configure TCPwrappers with SSH. http://www.ssh.com/support/documentation/online/ssh/adminguide/32/Configuring_SSH_Secure_Shell_for_TCP_Wrappers_Support.html
Regards,
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2006 06:32 PM
04-16-2006 06:32 PM
Re: TCPwrappers
TCP wrapper doesn't comes with any version of HP-UX OSes, I guess. It has no role to play with ssh.
Basically, it is used to secure all the network services on the Os, like ftp, ssh etc. So, it is used to wrap the services with tcpd, so that the datas are encrpted.
And,What Are TCP Wrappers?
Daemons that are called from inetd that use tcp connections generally provide very little connection logging and tend to run promiscuously. Because we don't want our machine to be accessible to anyone with a computer and a network connection, we need a way to restrict access to services.
TCP wrappers allow you to define access privileges as broadly or as narrowly as you like while logging all connections
you should know more, before using them.
Plz refer following link to know more,
http://www.wright.edu/cats/catsweb/ns/osxs_sec/tcpw_install.html
HTH,
Prabu.S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2006 04:40 AM
04-17-2006 04:40 AM
Re: TCPwrappers
It should perform better than tcpwrappers, since its a kernel module, and also can perform logging, and fairly sophisticated blocking criteria.
If you want to perform arbitrary functions on connection, you may have to use tcpwrappers, but for most folks, I suspect IPFilter will do the job better.
For more info on IPFitler:
http://docs.hp.com/en/B9901-90021/index.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2006 05:32 AM
04-17-2006 05:32 AM