home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / sysadmin / 4424 < prev    next >
Encoding:
Text File  |  1992-07-28  |  1.6 KB  |  40 lines

  1. Newsgroups: comp.sys.next.sysadmin
  2. Path: sparky!uunet!caen!sdd.hp.com!ux1.cso.uiuc.edu!jeffo
  3. From: jeffo@ux1.cso.uiuc.edu (J.B. Nicholson-Owens)
  4. Subject: Anyone installed tcpd?
  5. Message-ID: <Bs4KAz.9Iw@ux1.cso.uiuc.edu>
  6. Summary: I can't get the 'try' program to return 'access denied' for a bogus host
  7. Keywords: tcpd install help
  8. Reply-To: jeffo@ux1.cso.uiuc.edu
  9. Organization: University of Illinois at Urbana
  10. Date: Wed, 29 Jul 1992 00:35:08 GMT
  11. Lines: 27
  12.  
  13. I've got a problem with the tcp_wrappers from cert (also known as
  14. tcpd).  It supposedly monitors all activity over the specified daemons
  15. and logs it or disallows access if the host cannot be looked up.
  16.  
  17. My problem is that when I make the program with all the options
  18. (except SYSTYPE and AUX_OBJ) in the Makefile, the executables are
  19. created without warning or error but after installation and reboot
  20. they do not work.  The try program always returns 'access granted'
  21. even if I know I'm giving it a non-existant host and it confirms it by
  22. not finding the host's IP address:
  23.  
  24. # try telnetd bogushost
  25. warning: host unknown: bogushost
  26. daemon telnetd: host name bogushost (address ?.?.?.?): access granted
  27.  
  28. # try /usr/etc/telnetd bogushost
  29. warning: host unknown: bogushost
  30. daemon /usr/etc/telnetd: host name bogushost (address ?.?.?.?): access granted
  31.  
  32. (If it cannot find the host [as shown by the warning given and the
  33. question marks for IP address], and I compiled it with -DPARANOID, why
  34. is it allowing access to the named daemon?)
  35.  
  36. Any help would be appreciated on this.  Thank you.
  37. -- 
  38. -- Jeff (jeffo@ux1.cso.uiuc.edu)
  39. -- No NeXTmail please
  40.