[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Linux + IPv6 + KDC ?



Tomas Lund <tlund@nxs.se> writes:
> yes. it does listen correctly on the TCP socket however (verified with
> telnet), but tcpdump shows ICMPv6 "port unreach" coming back for the
> UDP packets when i try to kauth from a remote machine (IPv6 only)

Weird, it's the same code that binds to both types of sockets.

> > What does the kdc print in the log when starting up?
> 
> nothing. :(

add something like this to /var/heimdal/kdc.conf (or wherever you have
your kdc configuration file) and it should tell you what addresses
it's listening on when starting up.

[kdc]
	logging = 0-/FILE:/var/heimdal/kdc.log

/assar