home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / protocol / appletal / 2963 < prev    next >
Encoding:
Internet Message Format  |  1992-07-31  |  2.3 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!rutgers!princeton!phoenix.Princeton.EDU!sproule
  2. From: sproule@phoenix.Princeton.EDU (William J.  Jr. Sproule)
  3. Newsgroups: comp.protocols.appletalk
  4. Subject: Re: Two CAP AUFS servers on same machine in diff. zones?
  5. Message-ID: <1992Jul31.133406.4274@Princeton.EDU>
  6. Date: 31 Jul 92 13:34:06 GMT
  7. References: <1992Jul30.105020.26172@sophia.smith.edu>
  8. Sender: news@Princeton.EDU (USENET News System)
  9. Followup-To: comp.protocols.appletalk
  10. Organization: Princeton University
  11. Lines: 38
  12. Originator: news@ernie.Princeton.EDU
  13. Nntp-Posting-Host: phoenix.princeton.edu
  14.  
  15. In article <1992Jul30.105020.26172@sophia.smith.edu>, jbotz@sophia.smith.edu (Jurgen Botz) writes:
  16. |> Is it possible to have two CAP AUFS servers running on the same
  17. |> machine in different zones?  I suspect not... but could this
  18. |> possibly be accomplished by modifying "atis" and running two of
  19. |> them?
  20. |> 
  21. |>    - Jurgen Botz
  22. |>      jbotz@mtholyoke.edu
  23.  
  24. I am doing this on a SUN IPX with 2 Ethernet Interfaces.  
  25. I have two aarpd's, atis's, aufs's running, one on each interface.
  26. Each set of CAPs binds to different NIS domains.  One side is
  27. on our 'DormNet' network, and that CAP process binds to the 'dormnet'
  28. domain, consisting of students in dorms.  The other side binds to the 
  29. 'cit' domain, which serves the rest of campus.  To avoid UDP 
  30. conflicts, one domain has the at-XXX WKS in services, the
  31. other does not.  I added an option and a library to bind
  32. to the correct domain, i.e.:
  33.  
  34. $CAPDIR/aarpd -y dormnet -l $LOGDIR/aarpd.dormnet.log le0 DormNet
  35. $CAPDIR/aarpd -y cit -l $LOGDIR/aarpd.cit.log le1 PUphase2
  36. atlook -y cit somezonename
  37.  
  38. Yea, alot of people are cringing right now, and it is ugly, but
  39. I needed a way to support two domains with cap at one time.
  40. But it does work.  To add a third set of CAPs, add another domain.
  41. This does work on a single interface, so it may take care of
  42. the problem with multiple zones.  If you are interested, I can
  43. give you the code.  Basically, it is a couple of routines,
  44. a new getdomainname, and 3 or 4 lines of extra code in each application.
  45.  
  46. -b
  47.  
  48. -- 
  49. William J. Sproule - Networking      Princeton University
  50. UUCP:         ...princeton!sproule    87 Prospect Ave.
  51. INTERNET:    sproule@Princeton.EDU    Princeton, NJ   08544
  52. BITNET:        SPROULE@PUCC        VOICE: 609-258-6089  FAX: 609-258-3943
  53.