[1520] in Kerberos
./kerberos: Can't bind socket
daemon@ATHENA.MIT.EDU (Kirkland)
Fri Aug 16 16:58:13 1991
Date: Fri, 16 Aug 91 14:18:22 MDT
From: Kirkland <kirkland@spruce.den.mmc.com>
To: kerberos@ATHENA.MIT.EDU
I have started from scratch... and am getting...
kirkland@spruce 1# cd /usr/etc
kirkland@spruce 2# ./kerberos &
[1] 12162
Kerberos server starting
Sleep forever on error
Log file is /kerberos/kerberos.log
kirkland@spruce 3# ./kerberos: Can't bind socket
[1] Exit 1 ./kerberos
kirkland@spruce 3#
As I recall this should be an indication that the services file is not
correct, but it seems ok to me...
#
# @(#)services 1.16 90/01/03 SMI
#
# Network services, Internet style
# This file is never consulted when the NIS are running
#
tcpmux 1/tcp # rfc-1078
echo 7/tcp
echo 7/udp
discard 9/tcp sink null
discard 9/udp sink null
systat 11/tcp users
daytime 13/tcp
daytime 13/udp
netstat 15/tcp
chargen 19/tcp ttytst source
chargen 19/udp ttytst source
ftp-data 20/tcp
ftp 21/tcp
telnet 23/tcp
smtp 25/tcp mail
time 37/tcp timserver
time 37/udp timserver
name 42/udp nameserver
whois 43/tcp nicname # usually to sri-nic
domain 53/udp
domain 53/tcp
hostnames 101/tcp hostname # usually to sri-nic
sunrpc 111/udp
sunrpc 111/tcp
#
# Host specific functions
#
tftp 69/udp
rje 77/tcp
finger 79/tcp
link 87/tcp ttylink
supdup 95/tcp
iso-tsap 102/tcp
x400 103/tcp # ISO Mail
x400-snd 104/tcp
csnet-ns 105/tcp
pop-2 109/tcp # Post Office
uucp-path 117/tcp
nntp 119/tcp usenet # Network News Transfer
ntp 123/tcp # Network Time Protocol
NeWS 144/tcp news # Window System
#
# UNIX specific services
#
# these are NOT officially assigned
#
exec 512/tcp
login 513/tcp
shell 514/tcp cmd # no passwords used
printer 515/tcp spooler # line printer spooler
courier 530/tcp rpc # experimental
uucp 540/tcp uucpd # uucp daemon
biff 512/udp comsat
who 513/udp whod
syslog 514/udp
talk 517/udp
route 520/udp router routed
new-rwho 550/udp new-who # experimental
rmonitor 560/udp rmonitord # experimental
monitor 561/udp # experimental
pcserver 600/tcp # ECD Integrated PC board srvr
ingreslock 1524/tcp
#
# kerberos added by Bill Kirkland on 8/6/91
# these may have been assigned, "may" being the key word.
# (they are in use at mit for project athena)
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
krb_prop 754/tcp # kerberos slave propagation
kpop 1109/tcp # pop with kerberos
klogin 543/tcp # kerberos authenticated rlogin
eklogin 2105/tcp # kerberos encrypted rlogin
kshell 544/tcp cmd # and remote shell
The only other thing that I can think of is the krb.conf and krb.realms...
ATHENA.DEN.MMC.COM
ATHENA.DEN.MMC.COM spruce.den.mmc.com admin server
DEN.MMC.COM ATHENA.DEN.MMC.COM
please help! THANKS! Bill Kirkland (kirkland@spruce.den.mmc.com)