home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / sun / apps / 1461 < prev    next >
Encoding:
Text File  |  1992-07-23  |  1.9 KB  |  71 lines

  1. Newsgroups: comp.sys.sun.apps
  2. Path: sparky!uunet!darwin.sura.net!mips!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!neoucom.edu!wtm
  3. From: wtm@uhura.neoucom.edu (Bill Mayhew)
  4. Subject: Need help with Sunos 4.1.2 name server conf
  5. Message-ID: <1992Jul23.235147.19445@uhura.neoucom.edu>
  6. Organization: Northeastern Ohio Universities College of Medicine
  7. Date: Thu, 23 Jul 1992 23:51:47 GMT
  8. Lines: 61
  9.  
  10. I've run into a snag with getting applications such as ftp, telnet,
  11. et al to recongnize anything that is outside of my local ethernet.
  12.  
  13. The odd thing is that nslookup can resolve the addresses.  Here is
  14. a quick synopsis of what I've done:
  15.  
  16. 1.  Put important local hosts in /etc/hosts
  17.  
  18. 2.  Record my domain, neoucom.edu in /etdc/defaultdomain
  19.  
  20. 3.  Set up a named.boot with pointers to root nameservers and our
  21.     secondary name server.
  22.  
  23. 4.  Edited the lovely configuration files per RFC 1034 and 1035.
  24.     Such wonderful syntax!
  25.  
  26. 5.  Edited /etc/netwoks so that a dummy 0.0 route is called,
  27.     "default."  default 0.0 default
  28.  
  29. 6.  Set up a gateway entry:
  30.     net default gateawy 140.220.1.4 metric 1 passive
  31.  
  32. 7.  set up an /etc/resolv.conf file:
  33.     domain neoucom.edu
  34.     nameserver 140.220.3.13
  35.     nameserver 140.220.1.1
  36.     nameserver 128.146.1.4
  37.  
  38. 8.  test the mess out:
  39.  
  40. # nslookup aux.support.com
  41.  
  42. Server:  troi.neoucom.edu
  43. Address:  140.220.3.13
  44.  
  45. Non-authoritative answer:
  46. Name:    aux.support.apple.com
  47. Address    130.43.6.2
  48.  
  49.  
  50. Now for the bad part:
  51.  
  52. # ftp aux.support.com
  53. aux.support.com: unknown host
  54. ftp>
  55.  
  56.  
  57. It is driving me crazy that nslookup automagically get the
  58. addresses, but for some reason, the other programs don't see it.
  59. Is there a configuration file that tells the apps to get the
  60. address from NIS, /etc/hosts, in.named?....
  61.  
  62.  
  63. Thanks for any help,
  64. Bill
  65.  
  66.  
  67. -- 
  68. Bill Mayhew      NEOUCOM Computer Services Department
  69. Rootstown, OH  44272-9995  USA    phone: 216-325-2511
  70. wtm@uhura.neoucom.edu   (140.220.1.1)
  71.