Ask a Question related to Windows Server, Design and Development.
-
Spin #1
IPSec policies with Kerberos only??
Gurus,
I have been studying Windows Server 2003. Regarding IPSec policies, if one
does not want to use a pre-shared key (least secure), and does not have
Certificate Server, can one still implement IPSec policies with just
straight-up Kerberos as the default authentication method?
Spin Guest
-
ipsec, pptp or something else.
Hi, The current setup include two locations - main office and a remote location. The main office have the internet connection (optical fibre).... -
IPSec Interfaces
This is my second posting as I took all the advice on the first and it helped a bit but I'm still getting errors on my Event Log. My IPSec can't... -
IPSec
I get a security warning to run snap-in MONITOR IPSec and then I read the following...Microsoft has removed the IPSec update for Windows XP from... -
bos.net.ipsec.keymgt 5.2.0.11
hello ng, i tried to install ML01 on AIX52. on one machine it ran perfect. on another machine came the following error:... -
IPSec on an OS X laptop?
I'm interested in learning about security in open WiFi hotspots. A recommendation by eWeek is to use an IPSec tunnel, and although I've seen that... -
Simon Geary #2
Re: IPSec policies with Kerberos only??
Yes, by just using Kerberos you can run IPSec without getting your hands
dirty with keys or certificates. It makes it a breeze to set up and is
recommended if you have a small network.
"Spin" <Spin@spin.com> wrote in message news:2kgtdbF2896sU1@uni-berlin.de...one> Gurus,
>
> I have been studying Windows Server 2003. Regarding IPSec policies, if> does not want to use a pre-shared key (least secure), and does not have
> Certificate Server, can one still implement IPSec policies with just
> straight-up Kerberos as the default authentication method?
>
>
Simon Geary Guest
-
Spin #3
Re: IPSec policies with Kerberos only??
That's what I thought. Thanks for confirming.
"Simon Geary" <simon_geary@hotmail.com> wrote in message
news:%23iYIhdvXEHA.1652@TK2MSFTNGP09.phx.gbl...news:2kgtdbF2896sU1@uni-berlin.de...> Yes, by just using Kerberos you can run IPSec without getting your hands
> dirty with keys or certificates. It makes it a breeze to set up and is
> recommended if you have a small network.
>
> "Spin" <Spin@spin.com> wrote in message> one> > Gurus,
> >
> > I have been studying Windows Server 2003. Regarding IPSec policies, if>> > does not want to use a pre-shared key (least secure), and does not have
> > Certificate Server, can one still implement IPSec policies with just
> > straight-up Kerberos as the default authentication method?
> >
> >
>
>
Spin Guest
-
Herb Martin #4
Re: IPSec policies with Kerberos only??
"Spin" <Spin@spin.com> wrote in message news:2kh9o3F2c78qU1@uni-berlin.de...
> That's what I thought. Thanks for confirming.
>
> "Simon Geary" <simon_geary@hotmail.com> wrote in message
> news:%23iYIhdvXEHA.1652@TK2MSFTNGP09.phx.gbl...> > Yes, by just using Kerberos you can run IPSec without getting your hands
> > dirty with keys or certificates. It makes it a breeze to set up and is
> > recommended if you have a small network.
Same domain (or trust relationship actually).
Kerberos won't work for "foreign" domain machines otherwise.
Certificates are largely for machines that aren't in the same domain/forest
or which cannot join due to being "routers" or some such.
--
Herb Martin
if> news:2kgtdbF2896sU1@uni-berlin.de...> >
> > "Spin" <Spin@spin.com> wrote in message> > > Gurus,
> > >
> > > I have been studying Windows Server 2003. Regarding IPSec policies,have> > one> > > does not want to use a pre-shared key (least secure), and does not>> >> > > Certificate Server, can one still implement IPSec policies with just
> > > straight-up Kerberos as the default authentication method?
> > >
> > >
> >
> >
>
Herb Martin Guest
-
Sarah Tanembaum #5
Re: IPSec policies with Kerberos only??
"Herb Martin" <news@LearnQuick.com> wrote in message
news:eMmTno2XEHA.2456@TK2MSFTNGP10.phx.gbl...news:2kh9o3F2c78qU1@uni-berlin.de...> "Spin" <Spin@spin.com> wrote in messagehands> > That's what I thought. Thanks for confirming.
> >
> > "Simon Geary" <simon_geary@hotmail.com> wrote in message
> > news:%23iYIhdvXEHA.1652@TK2MSFTNGP09.phx.gbl...> > > Yes, by just using Kerberos you can run IPSec without getting yourdomain/forest>> > > dirty with keys or certificates. It makes it a breeze to set up and is
> > > recommended if you have a small network.
>
> Same domain (or trust relationship actually).
>
> Kerberos won't work for "foreign" domain machines otherwise.
>
> Certificates are largely for machines that aren't in the sameIf one decided to use the Certificate Server, does he/she has to install the> or which cannot join due to being "routers" or some such.
>
> --
> Herb Martin
>
>> if> > news:2kgtdbF2896sU1@uni-berlin.de...> > >
> > > "Spin" <Spin@spin.com> wrote in message> > > > Gurus,
> > > >
> > > > I have been studying Windows Server 2003. Regarding IPSec policies,> have> > > one
> > > > does not want to use a pre-shared key (least secure), and does not> > > > Certificate Server, can one still implement IPSec policies with just
> > > > straight-up Kerberos as the default authentication method?
> > > >
> > > >
key/certificate on both Server and Client for secure
authentication/connection? Thanks
Sarah Tanembaum Guest
-
Herb Martin #6
Re: IPSec policies with Kerberos only??
> If one decided to use the Certificate Server, does he/she has to install
theYes...> key/certificate on both Server and Client for secure
> authentication/connection? Thanks
If you use certificates you must have the "trust" certificate on
both sides of the IPSec association
(In some sense the words 'client' and 'server' don't really apply to IPSec.)
The trust certificate if for the ISSUING Certificate Server(s).
Each side must have it's own individual certificate, and trust the
issueing of the other side of the association. (In theory there can
be either one or two issues for a pair of clients but each must
have the server cert that validates the other side's individual
certificate.)
This is part of the reason that certificates are more trouble. and
largely used for "other vendor or other domain" scenarios.
Example: You and I are partner companies -- not related by ownership,
but rather "you sell me widgets".
If your and I wish our routers to be using IPSec we cannot (easily)
use Kerberos since your router doesn't belong to my domain (and vice
versa) or probably aren't even Windows machine which CAN belong
to my domain, or may not even be from the same vendor as my router.
So, we use Certificates.
Your router needs a cert.
My router needs a cert.
But each much trust the "other's" cert, so either-->
You issue both router certs and give me your "trust" (issuing)
cert with my individual (router cert)
OR-->
I issue both router certs and give you my "trust" (issuing)
cert with your individual (router cert)
OR (most likely)-->
We each issue our own router individual certs and then
we "exchange trust certificates".
--
Herb Martin
"Sarah Tanembaum" <sarahtanembaum@yahoo.com> wrote in message
news:2kka5oF39rssU1@uni-berlin.de...is>
> "Herb Martin" <news@LearnQuick.com> wrote in message
> news:eMmTno2XEHA.2456@TK2MSFTNGP10.phx.gbl...> news:2kh9o3F2c78qU1@uni-berlin.de...> > "Spin" <Spin@spin.com> wrote in message> hands> > > That's what I thought. Thanks for confirming.
> > >
> > > "Simon Geary" <simon_geary@hotmail.com> wrote in message
> > > news:%23iYIhdvXEHA.1652@TK2MSFTNGP09.phx.gbl...
> > > > Yes, by just using Kerberos you can run IPSec without getting your> > > > dirty with keys or certificates. It makes it a breeze to set up andpolicies,> domain/forest> >> > > > recommended if you have a small network.
> >
> > Same domain (or trust relationship actually).
> >
> > Kerberos won't work for "foreign" domain machines otherwise.
> >
> > Certificates are largely for machines that aren't in the same> > or which cannot join due to being "routers" or some such.
> >
> > --
> > Herb Martin
> >
> >> > > >
> > > > "Spin" <Spin@spin.com> wrote in message
> > > news:2kgtdbF2896sU1@uni-berlin.de...
> > > > > Gurus,
> > > > >
> > > > > I have been studying Windows Server 2003. Regarding IPSecjust> > if> > have> > > > one
> > > > > does not want to use a pre-shared key (least secure), and does not> > > > > Certificate Server, can one still implement IPSec policies withthe>> > > > > straight-up Kerberos as the default authentication method?
> > > > >
> > > > >
> If one decided to use the Certificate Server, does he/she has to install> key/certificate on both Server and Client for secure
> authentication/connection? Thanks
>
>
Herb Martin Guest



Reply With Quote

