home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / protocol / tcpip / domains / 619 < prev    next >
Encoding:
Internet Message Format  |  1992-09-10  |  1.1 KB

  1. Path: sparky!uunet!mcsun!Germany.EU.net!ernohb!ernohb.UUCP!blaes
  2. From: blaes@ernohb.UUCP (Rainer Blaes)
  3. Newsgroups: comp.protocols.tcp-ip.domains
  4. Subject: DNS Tutorial -- MX records
  5. Message-ID: <1747@ernohb.UUCP>
  6. Date: 11 Sep 92 12:01:00 GMT
  7. Sender: news@ernohb.UUCP
  8. Organization: Erno Raumfahrttechnik GmbH, Bremen, Germany
  9. Lines: 32
  10. Nntp-Posting-Host: cpo_1
  11.  
  12.  
  13. Dear Experts,
  14.  
  15. I'm a beginner in the DNS business and in order to create the database
  16. files we used the program called 'hosts_to_named'on our Sun server vim_s:
  17.  
  18. hosts_to_named -d ernohb.de -n 149.243 -m 10:prime_s
  19.  
  20. The contents of the 'db.ernohb' File was the following one:
  21.  
  22.  
  23. @       IN SOA vim_s.ernohb.de. root.vim_s.ernohb.de. (
  24. 1 ; Serial
  25. 10800 ; Refresh every 3 hours
  26. 3600 ; Retry every hour
  27. 604800 ; Expire after a week
  28. 86400 ) ; Minimum ttl of 1 day
  29. IN NS vim_s.ernohb.de.
  30.  
  31. localhost    IN    A    127.0.0.1
  32.  
  33.  
  34. Now I'm missing the MX entry with the specified weight (10) and the
  35. mail hub prime_s.
  36.  
  37. What's wrong ???
  38.  
  39. Also, could anyone e-mail to me a tutorial, guide about the DNS set-up procedure? 
  40.  
  41. Many thanks for your help and please e-mail to:
  42.  
  43. blaes%vim_s@ernohb.uucp
  44.