[1070] in Kerberos
Re: kerberos port numbers
daemon@ATHENA.MIT.EDU (Chuck McManis)
Wed Aug 15 12:13:36 1990
Date: Tue, 14 Aug 90 12:44:21 PDT
From: cmcmanis@Eng.Sun.COM (Chuck McManis)
To: kerberos@ATHENA.MIT.EDU
>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