home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / sgi / 13687 < prev    next >
Encoding:
Text File  |  1992-09-15  |  1.5 KB  |  31 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!sun-barr!ames!sgi!xingping.esd.sgi.com!arc
  3. From: arc@xingping.esd.sgi.com (Andrew Cherenson)
  4. Subject: Re: NIS failure whilst NFS still works
  5. Message-ID: <pt9n224@sgi.sgi.com>
  6. Sender: arc@xingping.esd.sgi.com
  7. Organization: Silicon Graphics, Inc.  Mountain View, CA
  8. Date: Wed, 16 Sep 1992 01:00:49 GMT
  9. Lines: 20
  10.  
  11. In article <1992Sep15.232907.25403@ccu1.aukuni.ac.nz> raymond@ccu1.aukuni.ac.nz ( Raymond W L Martin) writes:
  12. >Our Local network was altered so that one of our NIS clients remained in
  13. >c class subnet 1,  eg 192.0.1 and the master  and another client moved
  14. >to c class subnet 3,  eg 192.0.3 with a router 192.0.1.132 between them.
  15. >    NIS works fine for the master and client on subnet 3 and NFS
  16. >works through to subnet 1 OK but as soon as I start the ypbind on the
  17. >subnet 1  client the message ypbind[nnn]: NIS v.[12] server not
  18. >responding for domain "cc-yp"; still trying occurs.  A df command takes
  19. >ages to run and after a few of these messages finishes.  Attempted NIS
  20. >logins fail and the ypbind messages continue.  
  21.  
  22. Ypbind uses broadcasts to locate a server. Since broadcasts aren't forwarded,
  23. the subnet 3 server won't see subnet 1 broadcasts.
  24. Two solutions:
  25. 1) add a slave NIS server to subnet 1. put the server on the router 
  26.    if the router's a real machine.
  27. 2) if you can't add a slave server to subnet 1, see ypbind(1M): 
  28. "If ypbind is invoked with the hostname or IP address of an NIS server 
  29. for the domain, the domain will be permanently bound to that server."
  30.  
  31.