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