IPSec policies with Kerberos only??

Ask a Question related to Windows Server, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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)....
    2. 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...
    3. 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...
    4. 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:...
    5. 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...
  3. #2

    Default 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...
    > 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?
    >
    >

    Simon Geary Guest

  4. #3

    Default 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...
    > 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...
    > > 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

  5. #4

    Default 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

    > >
    > > "Spin" <Spin@spin.com> wrote in message
    > news:2kgtdbF2896sU1@uni-berlin.de...
    > > > 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?
    > > >
    > > >
    > >
    > >
    > >
    >
    >

    Herb Martin Guest

  6. #5

    Default Re: IPSec policies with Kerberos only??


    "Herb Martin" <news@LearnQuick.com> wrote in message
    news:eMmTno2XEHA.2456@TK2MSFTNGP10.phx.gbl...
    > "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
    >
    >
    > > >
    > > > "Spin" <Spin@spin.com> wrote in message
    > > news:2kgtdbF2896sU1@uni-berlin.de...
    > > > > 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?
    > > > >
    > > > >
    If one decided to use the Certificate Server, does he/she has to install the
    key/certificate on both Server and Client for secure
    authentication/connection? Thanks


    Sarah Tanembaum Guest

  7. #6

    Default Re: IPSec policies with Kerberos only??

    > If one decided to use the Certificate Server, does he/she has to install
    the
    > key/certificate on both Server and Client for secure
    > authentication/connection? Thanks
    Yes...
    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...
    >
    > "Herb Martin" <news@LearnQuick.com> wrote in message
    > news:eMmTno2XEHA.2456@TK2MSFTNGP10.phx.gbl...
    > > "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
    > >
    > >
    > > > >
    > > > > "Spin" <Spin@spin.com> wrote in message
    > > > news:2kgtdbF2896sU1@uni-berlin.de...
    > > > > > 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?
    > > > > >
    > > > > >
    >
    > If one decided to use the Certificate Server, does he/she has to install
    the
    > key/certificate on both Server and Client for secure
    > authentication/connection? Thanks
    >
    >

    Herb Martin Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139