[1521] in Kerberos
Re: ./kerberos: Can't bind socket
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Fri Aug 16 17:28:02 1991
Date: Fri, 16 Aug 91 16:59:45 -0400
From: tytso@ATHENA.MIT.EDU (Theodore Ts'o)
To: Kirkland <kirkland@spruce.den.mmc.com>
Cc: kerberos@ATHENA.MIT.EDU
In-Reply-To: Kirkland's message of Fri, 16 Aug 91 14:18:22 MDT,
Reply-To: tytso@ATHENA.MIT.EDU
As I recall this should be an indication that the services file is not
correct, but it seems ok to me...
kerberos 750/udp kdc # kerberos authentication--udp
kerberos 750/tcp kdc # kerberos authentication--tcp
kerberos_master 750/udp # kerberos authentication
kerberos_master 750/tcp # kerberos authentication
Here's your problem. Both kerberos and kerberos_master are on the same
port. Kerberos_master should be 751.
- Ted