In Windows Server 2008 DNS Manager, column for IPv4 addresses has bug. It seems like IPv4 addresses are sorted as simple string. Eg, I have this sorting:
x.1
x.10
x.100
x.11
x.120
x.7
x.75
instead of
x.1
x.7
x.10
x.11
x.75
x.100
x.120
(where x is the same for every address)
Affected columns are "Data" columns in "Forward Lookup Zones" and "Name" columns in "Reverse Lookup Zones".
It worths notice that this bug isn't present in WS2008 DHCP Manager, nor in DNS/DHCP managers of previous versions of Windows Server eg Windows 2000 Server.
Please don't tell me this is a feature...
x.1
x.10
x.100
x.11
x.120
x.7
x.75
instead of
x.1
x.7
x.10
x.11
x.75
x.100
x.120
(where x is the same for every address)
Affected columns are "Data" columns in "Forward Lookup Zones" and "Name" columns in "Reverse Lookup Zones".
It worths notice that this bug isn't present in WS2008 DHCP Manager, nor in DNS/DHCP managers of previous versions of Windows Server eg Windows 2000 Server.
Please don't tell me this is a feature...