Setting up local Kerberos network

View: New views
2 Messages — Rating Filter:   Alert me  

Setting up local Kerberos network

by dxv7631 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,
I would like some information on how to set-up a small network of kerberos
server and clients. I am planning to build secure network using Kerberos as
a part of my Master's project. I have searched web and found nothing but
topics related to some big institutions and companies where I will be
needing their information.
Is it possible to build a Kerberos KDC and realm for my own small network?
If it is possible then please explain how should I proceed. Thank you.

Have a nice day,
Dev
________________________________________________
Kerberos mailing list           Kerberos@...
https://mailman.mit.edu/mailman/listinfo/kerberos

Parent Message unknown Re: Setting up local Kerberos network

by S2-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Devang Verma wrote:
> Is it possible to build a Kerberos KDC and realm for my own small network?

Sure!

> If it is possible then please explain how should I proceed. Thank you.

(for a debian distro)
on the machine you want to be the kdc
apt-get install krb5-admin-server

add some principals with kadmin.local

on a client
apt-get install krb5-user

and the authenticate with kinit.

done.
________________________________________________
Kerberos mailing list           Kerberos@...
https://mailman.mit.edu/mailman/listinfo/kerberos