question for the IT and hobbyist people - has anyone set up kerberos working
on one computer running linux ?
I've been using ethereal to sniff the packets, and it's looking for SRV
_kerberos_udp(or _tcp).localdomain , and I've put something like

$ORIGIN LOCALDOMAIN
_kerberos TXT "LOCALHOST.LOCALDOMAIN"
kerberos CNAME LOCALHOST
_kerberos._udp SRV 0 0 88 localhost
_kerberos-master._udp SRV 0 0 88 localhost
_kerberos-adm._tcp SRV 0 0 749 localhost
_kpasswd._udp SRV 0 0 464 localhost

in /etc/bind/db.local , hoping that my named server will serve out the
localhost:88 as the
dns lookup.

I've changed /etc/resolv.conf to point nameserver to the ip address of my
computer on the network. (192.168.1.6)
the lookup is failing. Am I putting the dns information in the wrong place ?



_______________________________________________
Gpcg_talk mailing list
[email protected]
http://ozdocit.org/cgi-bin/mailman/listinfo/gpcg_talk

Reply via email to