- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: hosts.allow workaround
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
07-30-2001 07:37 AM
07-30-2001 07:37 AM
hosts.allow workaround
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2001 08:16 AM
07-30-2001 08:16 AM
Re: hosts.allow workaround
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2001 09:01 AM
07-30-2001 09:01 AM
Re: hosts.allow workaround
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2001 09:19 AM
07-30-2001 09:19 AM
Re: hosts.allow workaround
A better idea is to use IPsec with strong authentication (X.509 certs with passphrases, for example).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2001 02:43 PM
07-30-2001 02:43 PM
Re: hosts.allow workaround
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2001 05:27 PM
07-30-2001 05:27 PM
Re: hosts.allow workaround
don't have effectively static addresses or names.
The ADSL server I work with has a static name.
My home network effectively has a static IP. Doesn't
change unless I change my NIC. It depends on
the ISPs implementation.
Try a hosts.allow entry like
ssh : 24.24. 142.222.221.
using the appropriate subnets.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2001 05:40 AM
07-31-2001 05:40 AM
Re: hosts.allow workaround
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2001 07:02 AM
08-04-2001 07:02 AM
Re: hosts.allow workaround
why don't you tell your users to make use of the tool
"xauth" - that is just what it is good for?
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2001 08:43 PM
08-08-2001 08:43 PM
Re: hosts.allow workaround
This is not any answer to your qts, as you have mention that u have configured tcp wrappers on Hp-UX, can you guide me in doing so. As 'm not able to get it working.
when i do it using :
make REAL_DAEMON_DIR=/bkp/tcpw hpux
it throws the following errors :
(Bundled) cc: warning 480: The -O option is available only with the C/ANSI C product; ignored.
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (tcpd.o) was detected. The linked output may not run on a PA 1.x system.
/usr/ccs/bin/ld: Unsatisfied symbols:
yp_get_default_domain (code)
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
Regards,
Dayanand Naik.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2001 07:37 AM
08-09-2001 07:37 AM
Re: hosts.allow workaround
HP-UX: if you have trouble building TCP Wrapper, and the compilation
fails with: /usr/ccs/bin/ld: Unsatisfied symbols: yp_get_default_domain
(code), edit the Makefile and add -DUSE_GETDOMAIN to the definition
of the BUGS macro.
This is from Wietse's FAQ. I have seen the problem and this fixes the problem and lets you compile.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2001 07:40 AM
08-09-2001 07:40 AM
Re: hosts.allow workaround
Can you elaborate as to how to use xauth? We try not to use CDE or it's buddies here as much as we can..
Thanks
John