- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Impact of installing and running tcp wrappers?
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
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
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
тАО07-21-2002 04:50 AM
тАО07-21-2002 04:50 AM
Also, what are all of the specific software requirements before I attempt to install it? Do I require a reboot after installation for it to work? I did not find much documentation on the HP site for download:
http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,574,00.html
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-21-2002 09:14 PM
тАО07-21-2002 09:14 PM
Re: Impact of installing and running tcp wrappers?
As far as I recall (as I compile directly from the source tarball and not the depot), there is no special software requirements or reboot needed.
This is because tcpwrapper is basically made up of a main tcpd binary. As its name implies, it is a wrapper that can be applied to your existing inetd-spawned daemons (e.g. telnetd, remshd etc). As such, usually the common steps involved after installation are:
1) Copying the proper daemon binaries to the correct directory
2) Modifying /etc/inetd.conf appropriately, replacing pathname of daemons you want to tcpwrap with calls to tcpd with the respective options instead.
3) Reload the inetd superdaemon by executing:
# inetd -c
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-21-2002 09:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-22-2002 06:17 AM
тАО07-22-2002 06:17 AM
Re: Impact of installing and running tcp wrappers?
When inetd accepts a connection from a remote system, it checks the address of the host requesting the service against the list of hosts to be allowed or denied access to the specific service...
(inetd.sec would be the rough eqivalent of hosts.allow and hosts.deny from tcp_wrappers.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-29-2002 02:43 AM
тАО07-29-2002 02:43 AM
Re: Impact of installing and running tcp wrappers?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-29-2002 03:36 AM
тАО07-29-2002 03:36 AM
Re: Impact of installing and running tcp wrappers?
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-29-2002 03:41 AM
тАО07-29-2002 03:41 AM
Re: Impact of installing and running tcp wrappers?
For more information on trojan in TCP wrappers
look at this link
http://www.cert.org/advisories/CA-1999-01.html
For sample configuration of TCP wrappers have a look at this link.
http://docsrv.caldera.com/NET_tcpip/filterN.tcp_wrap_ex.html
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-29-2002 04:12 AM
тАО07-29-2002 04:12 AM