Virtual RJ

Entries categorized as ‘Windows Server 2008’

Windows Server 2008 DHCP server assigns broadcast adresses

January 10, 2009 · Leave a Comment

Not long ago we expanded the range of our network segments. This meant reconfiguring our DHCP server to assign IP addresses using the new ranges. While normally if you configure a 255.255.255.0 segment it isn’t possible to set the address range to x.x.x.0 to x.x.x.255. Those x.x.x.0 and x.x.x.255 addresses are normally used for broadcast messages and so they can’t be assigned.

Now when we wanted to set the ranges to 255.255.252.0 the address ranges got expanded from x.x.x.1 to x.x.x+3.254. However we couldn’t select x.x.x.0 or x.x.x+3.255 to be within the range, but we could select the range to be from x.x.x.1 to x.x.x+3.254. Since Windows DHCP server was smart enough to not include the broadcast addresses in the 255.255.255.0 mask I thought it wouldn’t assign the broadcast addresses in the 255.255.252.0 range either.

However when I looked at the DHCP leases it was assigning those addresses to computers. Addresses like x.x.x.255 or x.x.x+1.0 were assigned to computers making them not able to use the network as it should. So what I did was add every x.x.x+[1,2,3].0 and x.x.x+[0,1,2].255 within the range to the exclusion list and deleted the leases from the DHCP server. This way those broadcast addresses wouldn’t be assigned to workstations and the network connections would work perfectly again.

Categories: DHCP · IPv4 · Microsoft · Networking · Windows Server 2008
Tagged: , , , , ,

Installing MOSS 2007 on Windows Server 2008

December 22, 2008 · Leave a Comment

When I was trying to install MOSS 2007 on Windows Server 2008 I ran into an error stating that there is a known compatibility issue with this version and that I should install it with the latest service pack. After a quick search I ran into a blogpost from Matt Hester who ran into the same problem. He posted a really good screencast about installing MOSS 2007 on Windows Server 2008.

Program Compatibility Assistant MOSS 2007

The solution is really simple. You just have to slipstream WSS 3.0 SP1 and MOSS 2007 SP1 into the install CD. The first step you take is copying the install CD onto your local hard drive. After you have done that you can download the service packs from the Microsoft website. When the downloads are finished you run both of the setups with the parameter /extract:[pathtoinstallcd] (replace [pathtoinstallcd] with the full path to the location you copied your MOSS 2007 install CD).

If you executed the steps correctly you can now run the setup and start installing MOSS 2007.

Categories: Microsoft · Sharepoint - MOSS · Windows Server 2008
Tagged: , ,