Path: utzoo!attcan!uunet!wuarchive!zaphod.mps.ohio-state.edu!sdd.hp.com!decwrl!shelby!Eng.Sun.COM!cmcmanis From: cmcmanis@Eng.Sun.COM (Chuck McManis) Newsgroups: comp.protocols.kerberos Subject: Re: kerberos port numbers Message-ID: <9008141944.AA01240@pepper.Eng.Sun.COM> Date: 14 Aug 90 19:44:21 GMT Sender: daemon@shelby.Stanford.EDU Organization: The Internet Lines: 13 >I can't determine where bootparamd gets assigned port 750, but is there another >port to which I can assign the kerberos server so that it will not clash with >bootparamd? Is there thought to reassigning the kerberos service to another >port? I'm running SunOS 4.0.3 on a SPARCstation. Boot params like most RPC services that want a privledged port expect to be run _after_ you run any preassigned services. So start up kerberos first and then start boot params. Boot params doesn't care what port it gets (as long as it is privledged) since the portmapper will tell clients how to contact it. --Chuck