kerberos commnication problem ( on a localhost )

mdj_kerberos mdj_frend at yahoo.com
Sat May 22 04:57:38 EDT 2004


hi all,
 
I am setting up kerberos environment on a single machine which is a
part of test network which has no DNS entry!!!

 I am aiming at installing KDC, app server and Client on a single
machine

1. I am able to successfully compile and install kerberos KDC. krb5kdc
and kadmin daemons are running in the background. My kerberos domain
is KERB.COM

2. My /etc/hosts  has
127.0.0.1      localhost.localdomain  localhost

if i type hostname out put is: localhost
  How to change it so that there is no conflict while establishing
communication?

3. To establish a telnet session, i added host/192.168.1.2 principal
and also added a keytab entry using ktadd -k .. host/192..
 is this correct?

4. I have made changes to the xinetd.conf file , but how to restart it
??? :(

5.  I have added the host name using kadmin.local as host/192.168.1.2
>> Is this correct?
please explain the procedure for establishing a telnet server and
client communication .

----------------------------------------------------------------
my kadmind.log file>>>
May 21 03:17:37 localhost kdb5_util[4039](info): No dictionary file
specified, continuing without one.
May 21 03:18:11 localhost kadmin.local[4041](info): No dictionary file
specified, continuing without one.
----------------------------------------------------------------
my krb5kdc.log file>>>
May 21 03:19:10 localhost krb5kdc[4042](info): setting up network...
May 21 03:19:10 localhost krb5kdc[4042](info): listening on fd 6: udp
192.168.1.2.88
May 21 03:19:10 localhost krb5kdc[4042](info): listening on fd 7: udp
192.168.1.2.750
May 21 03:19:10 localhost krb5kdc[4042](info): set up 2 sockets
May 21 03:19:10 localhost krb5kdc[4043](info): commencing operation
May 21 03:54:05 localhost krb5kdc[4043](info): AS_REQ (2 etypes {16
1}) 192.168.1.2: ISSUE: authtime 1085126045, etypes {rep=16 tkt=16
ses=16}, mahen/admin at KERB.COM for krbtgt/KERB.COM at KERB.COM
May 21 03:54:17 localhost krb5kdc[4043](info): AS_REQ (4 etypes {16 23
3 1}) 192.168.1.2: ISSUE: authtime 1085126057, etypes {rep=16 tkt=16
ses=16}, mahen/admin at KERB.COM for kadmin/admin at KERB.COM
May 21 21:50:17 localhost krb5kdc[4043](info): TGS_REQ (2 etypes {16
1}) 192.168.1.2: PROCESS_TGS: authtime 0,  <unknown client> for
krbtgt/LOCALDOMAIN at KERB.COM, Ticket expired
May 21 21:54:07 localhost krb5kdc[4043](info): TGS_REQ (2 etypes {16
1}) 192.168.1.2: UNKNOWN_SERVER: authtime 1085190825,  mahen at KERB.COM
for krbtgt/LOCALDOMAIN at KERB.COM, Server not found in Kerberos database


thank you,
regds,


More information about the Kerberos mailing list