implement IPSEC
--
Cheers,
(HOPEFULLY THIS INFORMATION HELPS YOU!)
# Jorge de Almeida Pinto # MVP Windows Server - Directory Services
BLOG (WEB-BASED)-->
http://blogs.dirteam.com/blogs/jorge/default.aspx
BLOG (RSS-FEEDS)-->
http://blogs.dirteam.com/blogs/jorge/rss.aspx
------------------------------------------------------------------------------------------
* This posting is provided "AS IS" with no warranties and confers no rights!
* Always test before implementing!
------------------------------------------------------------------------------------------
#################################################
#################################################
------------------------------------------------------------------------------------------
<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
Kevin D. Goodknecht Sr. [MVP] wrote:
> Your DHCP server can only be as secure as your network, if they can get
> past
> your firewall to get an address assigned by your DHCP server, the DHCP
> service is the least of your problems.
Yeah, but that is not a solution. I am looking for secure DNS updates
because I cannot fully trust my client workstations. The "real" secure
DNS updates are secured by Kerberos authentication. This Kerberos
authentication serves to prevent name hijacking.
I do not understand why Microsoft mislead customers saying that DNS
updates made by DHCP can be secured. They are not secure at all.
Here is an explanation from MS KB:
http://support.microsoft.com/kb/816592/en-us
<<
Caution The secure dynamic updates functionality can be compromised if
the following conditions are true:
· You run a DHCP server on a Windows Server 2003-based domain
controller
· The DHCP server is configured to perform registration of DNS
records on behalf of its clients.
To avoid this issue, deploy DHCP servers and domain controllers on
separate computers, or configure the DHCP server to use a dedicated
user account for dynamic updates. For more information, see the "Using
DNS servers with DHCP" topic in Windows Server 2003 Help.
>>
This is a misleading statement. The secure updates are compromised
every time you decide to allow DHCP updating DNS records.