home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / sysv386 / 16307 < prev    next >
Encoding:
Text File  |  1992-11-08  |  2.8 KB  |  70 lines

  1. Newsgroups: comp.unix.sysv386
  2. Path: sparky!uunet!gatech!nscf!wa4phy!sam
  3. From: sam@wa4phy.ampr.org (Sam Drinkard)
  4. Subject: Help with named 
  5. Message-ID: <1992Nov7.024048.11501@wa4phy.ampr.org>
  6. Organization: Unix Business Solutions
  7. Date: Sat, 7 Nov 1992 02:40:48 GMT
  8. Lines: 60
  9.  
  10. Fellow netters, I have a perplexing problem I could use some assistance
  11. with.  I am attempting to successfully configure named on my system, and
  12. for the most part, it works.  It does have a quirk that really is a pain
  13. though.  Software is ISC 3.01 with patches, box is intel 486-33.  
  14. Ok, here's the deal...
  15.  
  16. Running as an amateur radio tcp/ip nameserver for our local packet
  17. network.  Have all the necessary files per the docs, BIND documents, etc.
  18. This machine name is wa4phy.  If I use my local ka9q NOS box to request
  19. any other host machines address that is in the database, it works fine.
  20. If I place my own host name and address in the host database it causes
  21. the domain suffix, which is ampr.org. to be appended _again_ to the 
  22. local hosts name of wa4phy, so it comes out in mail headers as
  23. wa4phy.ampr.org.ampr.org. , which just isn't gonna cut it.  One other 
  24. quirk.. if I append the "." to host wa4phy, it does NOT add it, just like
  25. it's supposed to.  If I eliminate the trailing "." it adds the double
  26. suffix.  Another thing, when I query the nameserver for "wa4phy" it 
  27. returns with host unknown.  Add the "." and same thing, but if I query
  28. for "wa4phy." it works.  It's driving me nuts.   Have looked at the 
  29. named_dump.db and there doesn't appear to be any errors in that, but I
  30. am not experienced with the nameserver, so there could be and I just miss
  31. it.
  32.  
  33. Here's a few lines from the hosts file..
  34.  
  35. @    IN    SOA    wa4phy.ampr.org. sam.wa4phy.ampr.org. (
  36.             1.0    ;serial
  37.             3600    ;refresh
  38.             300    ;retry
  39.             3600000    ;expire
  40.             86400 )    ;minimum
  41.         IN    NS    wa4phy
  42. localhost    IN    A    127.1
  43. wa4phy-1.ampr.org.    IN    A    44.36.28.1
  44. graves        IN    CNAME    wa4phy-1.ampr.org.
  45. hs.wa4phy.ampr.org.    IN    A    44.36.28.2
  46. gw.wa4phy.ampr.org.    IN    A    44.36.28.24
  47. gate        IN    CNAME    gw.wa4phy.ampr.org.
  48. pc.wa4bro.ampr.org.    IN    A    44.36.0.53
  49. wb4tek.ampr.org.    IN    A    44.36.28.27
  50.  
  51. I've tried a FQDN type entry for "wa4phy", just "wa4phy" and "wa4phy."
  52. The only one that works for host lookup is "wa4phy". As it stands now,
  53. wa4phy isn't even in the host file, since all the local hosts know 
  54. where it is, but still, the machine won't recognize itself :(
  55.  
  56. The named.boot, hosts.rev, localhosts, etc.. ALL the files are just as
  57. described and exampled in the BIND documentation.
  58.  
  59. I don't have much hair now, but if I can't find why this stuff won't do
  60. as I tell it to, I'll be bald in another week :)  
  61.  
  62. Sure would appreciate some of the experienced nameserver folks replys..
  63.  
  64. many thanks... sam
  65.  
  66. -- 
  67.      Sam Drinkard    |    internet: wa4phy!sam@galois.nscf.org
  68.      WA4PHY        |    internet: sam@wa4phy.nscf.nscf.org
  69.  
  70.