AD DS: DNS Server requires static IPv4 and IPv6 IP Addresses
Posted by Harv in DNS, Quick Tips, Server 2008, Troubleshooting, Windows on July 2nd, 2009
While installing and configuring Server 2008 (Standard), I decided to set up the AD DS service.
AD DS requires that the DNS service be set up as well. DNS doesn’t function properly if you’re getting a DHCP address.
I personally haven’t yet made time to to educate myself about IPv6, though I should. The DNS setup process will complain if you do not have a static IPv6 address configured.
My server has two NICs. Their IPv4 addresses are 192.168.3.2 and 192.168.3.3, respectively.
I went to the following website – http://www.subnetonline.com/pages/subnet-calculators/ipv4-to-ipv6-converter.php, plugged in the respective IPv4 addresses, and used the tool to pull out the equivalent IPv6 address, subnet mask, and default gateway.
I then also set the primary DNS server to 127.0.0.1 (in IPv6 notation of course, which I believe is 0:0:0:0:0:0:7f00:1),
and my local router – 192.168.3.1, again in IPv6 notation.
Remote Desktop Beep, Server 2008
Posted by Harv in Quick Tips, Server 2008, Troubleshooting on July 1st, 2009
I’ve noticed that since installing Server 2008, audible beeps come through to my local computer. I’ve tried tweaking the remote desktop client settings, to no avail. I know this is a common issue – here’s the fix.
The remote computer requires Network Level Authentication, which your computer does not support.
Posted by Harv in Networking, Quick Tips, Troubleshooting, Windows, XP on June 30th, 2009
The remote computer requires Network Level Authentication, which your computer does not support.
If you get this message, it’s because you’re trying to connect to a computer which uses a newer version of the remote desktop protocol, which supports a higher level of encryption. The connection will not go through because you are using an older version.
If you’re using Windows XP, make sure you are up to date with windows update. You will need to be using service pack 3 for these instructions to work. Also make sure there are no updates for the remote desktop client listed in windows update.
Active Directory 2008 Notes 3: The Global Catalog
Posted by Harv in Server 2008 on June 30th, 2009
Global Catalog Servers
- Validates group membership.
- Enables forest-wide search for resources or AD objects.
- Validates UPN’s across entire forest, allowing logon to other domains.
Promoting a domain controller to a global catalog server
- The first domain controller in each domain is automatically set up to be a GC server. Every DC that gets added to an already-existing domain has the option of also serving as a GC. This may be desirable, for example, if one domain is divided into two sites or physical locations.
- On the DC, open Active Directory Sites and Services.
- Expand Sites, Servers, and the entry for the domain controller which will be designated a global catalog.
- Right-click NTDS settings, choose properties.
- In the General tab, check the global catalog option. Press OK or apply.
- That’s it! Apply the steps in reverse order to demote a DC from GC duty.
UGMC (Universal group membership caching)
- If UGMC is enabled, users’ universal group information is cached when the user logs on to the domain for the first time. This allows future requests to be serviced quickly, without the need to contact the GC.
- This also allows a lower-spec RODC or DC to be on-site with a high end DC GC server elsewhere.
Enabling it
- Open up AD Sites and Services.
- Select the site which needs UGMC caching.
- Right click NTDS Site Settings, choose properties.
- Select Universal Group Memership Caching.
- Specific sites can be used for replication. Use the drop-down selector if necessary.
- Click ok.
When it’s necessary – or How do I decide between additional GC’s and UGMC?
- In a single domain forest, GC servers nor UGMC provide any benefit.
- If users complain that logons are slow but resource access is not, go with UGMC.
- If users complain that logons are slow and resource access across a link (WAN) is slow, go with GC.
- Having additional GC servers and UGMC is not beneficial at the same site.
Active Directory 2008 Notes 2
Posted by Harv in Server 2008 on June 29th, 2009
Preparing Active Directory for Server 2008 DC’s
Note: These steps should be completed before promoting or upgrading an existing domain controller.
- Run adprep /forestprep on the schema master of the forest. This extends the schema to receive new 2008 features. The changes must replicate through the forest before proceeding.
You must be a member of the Enterprise Admins, Schema Admins, and Domain Admins in the forest root domain.
Any Windows 2000 DC’s must be upgraded to SP2 or later, or SP1 with hotfix QFE265089. - Run adprep /domainprep on the infrastructure master of each domain that will be accepting Server 2008 DC’s.
It adjusts ACL’s on AD objects, and the SYSVOL shared folder.
You must be a member of Domain Admins, and the domain’s functional level must be Windows 2000 server native or higher.
adprep /domainprep /prep can also be run to enable resultant set of policy planning mode functionality.
Server update
Blog’s server has been updated. I’ve immediately noticed an upgrade in speed. Yay!
I will start putting in blog posts with my notes from my current study topic- Windows Server 2008 Active Directory configuration. Stay tuned.
0×0000007b – the dreaded blue screen of death.
Posted by Harv in Troubleshooting, Windows, XP on May 24th, 2009
While installing Windows XP on a computer the other day, I ran into a rather strange problem.
I got a blue screen of death and my STOP code was 0×0000007b. The solution? I turned AHCI off in my BIOS, and reverted it back into IDE mode.

Recent Comments