home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / bit / listserv / ibmtcpl / 3274 < prev    next >
Encoding:
Text File  |  1993-01-28  |  4.2 KB  |  102 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!uvaarpa!darwin.sura.net!news.udel.edu!udel!bogus.sura.net!howland.reston.ans.net!paladin.american.edu!auvm!ARIZVM1.BITNET!TARYN
  3. Organization: University of Arizona, Computer Center
  4. Message-ID: <IBMTCP-L%93012718502459@PUCC.PRINCETON.EDU>
  5. Newsgroups: bit.listserv.ibmtcp-l
  6. Date:         Wed, 27 Jan 1993 16:02:31 MST
  7. Sender:       IBM TCP/IP List <IBMTCP-L@PUCC.BITNET>
  8. From:         "Taryn L. Westergaard" <TARYN@ARIZVM1.BITNET>
  9. Subject:      HELP needed getting secondary name server working on VM
  10. Lines: 90
  11.  
  12. Ok, I asked once already and its still not right.  I'm trying to run a
  13. secondary nameserver on ARIZVM1.CCIT.ARIZONA.EDU.  I want it to be secondary
  14. for ARIZONA.EDU.  The ONLY example I have to go on is from unix.  Here's what
  15. I have so far:
  16.  
  17. My unix example says to create "named.boot" file:
  18. ------------------------------------------------
  19.      cache     .                    cache
  20.      primary   0.0.127.in-addr.arpa local
  21.      secondary arizona.edu          128.196.128.233 AZ
  22.      secondary 128.196.in-addr.arpa 128.196.128.233 AZR
  23.  
  24.  
  25. So on VM I created my NSMAIN file with:
  26. --------------------------------------
  27.      primary   .                    cache
  28.      primary   0.0.127.in-addr.arpa local
  29.      secondary arizona.edu          AZ  128.196.128.233
  30.      secondary 128.196.in-addr.arpa AZR 128.196.128.233
  31.  
  32.  
  33. Now my sql tables AZ0 and AZR0 are successfully loaded by a zone transfer from
  34. 128.196.128.233.  I have successfully loaded the CACHE0 sql table (using
  35. NSDBLOAD) from a file I called CACHE DATA:
  36.  
  37.      ; root nameservers
  38.      .                   99999999 IN NS NS.NIC.DDN.MIL.
  39.                          99999999 IN NS AOS.BRL.MIL.
  40.                          99999999 IN NS KAVA.NISC.SRI.COM.
  41.                          99999999 IN NS C.NYSER.NET.
  42.                          99999999 IN NS TERP.UMD.EDU.
  43.                          99999999 IN NS NS.NASA.GOV.
  44.                          99999999 IN NS NIC.NORDU.NET.
  45.      NS.NIC.DDN.MIL.     99999999 IN A 192.112.36.4
  46.      AOS.BRL.MIL.        99999999 IN A 192.5.25.82
  47.      KAVA.NISC.SRI.COM.  99999999 IN A 192.33.33.24
  48.      C.NYSER.NET.        99999999 IN A 192.33.4.12
  49.      TERP.UMD.EDU.       99999999 IN A 128.8.10.90
  50.      NS.NASA.GOV.        99999999 IN A 128.102.16.10
  51.                          99999999 IN A 192.52.195.10
  52.      NIC.NORDU.NET.      99999999 IN A 192.36.148.17
  53.  
  54.  
  55. Now here's where my problem is, but I don't know how it's supposed to be on VM.
  56. From my unix example, the contents of the LOCAL file should be:
  57.  
  58.      @          604800  IN  SOA    LOCALHOST. POSTMAST.LOCALHOST.  (
  59.                                         1.1            ;serial
  60.                                         21600          ;refresh
  61.                                         3600           ;retry
  62.                                         3600000        ;expire
  63.                                         86400 )        ;minimum ttl
  64.                 604800  IN  NS     LOCALHOST.
  65.      1                  IN  PTR    LOCALHOST.
  66.      LOCALHOST.         IN  A      127.0.0.1
  67.  
  68.  
  69. So I created a file called LOCAL DATA with the above and tried to load it into
  70. the sql table LOCAL0 with NSDBLOAD and get the following error:
  71.  
  72. nsdbload local0 local data a local hostinfo a
  73. outnfile.fn local
  74. infile.fn local
  75. Select remarks
  76. Currently used TABLES: CACHE0 LOCAL0 AZ1 AZR1
  77. Wed Jan 27 07:58:19: Do you want to create resource records from a master file
  78. Wed Jan 27 07:58:19: (y/n)?
  79. y
  80. Using input file local.data.a
  81. Wed Jan 27 07:58:28: @ - current origin
  82.  
  83. Origin has not been defined
  84. Origin has not been defined
  85. Error(s) occurred reading master datafile.
  86. Ready(00001); T=0.15/0.25 07:58:28
  87.  
  88.  
  89. Ok, so it seems that I have to specify a $ORIGIN in my LOCAL DATA file.  But
  90. I'm not sure what the $ORIGIN should be.
  91.  
  92. A question I have that may be related to my problem is how the LOOPBACK
  93. address of 14.0.0.0 on VM relates to the LOCALHOST address of 127.0.0.1 on
  94. unix systems.  Should my LOCAL DATA file be using 14.0.0.0 instead of
  95. 127.0.0.1?  Should I be using LOOPBACK instead of LOCALHOST?
  96.  
  97. Any help would be GREATLY appreciated!!!!!!!
  98.  
  99. * Taryn L. Westergaard           BITNET:   taryn@arizvm1
  100. * Systems Programmer, Principal  INTERNET: taryn@arizona.edu
  101. * University of Arizona, CCIT    PHONE:    (602) 621-2996
  102.