|
| |||||||||
| Tags: 2003, dhcp, dns, suffix |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Domain Suffix Search Order. Windows Server 2003 R2 DNS,DHCP
HI, I've got a multidomain enviroment, with two domains. The root domain of the forest is city1.domain.net and then I have another branch in the same office: city2.domain.net So now I want to configure the Domain Suffix Search Order for all clients in the network. All are windows based XP or Vista. I did some research, and found that Microsoft implements this options in the group policies, but I've edited the option in the default group policy for city1.domain.net, activated it and added city2.domain.net, but still when clients get DHCP options, they don't get the Suffix list, so I need to write the FQDN in order to point to the computers on city 2. Also I tried to manually create option 135 in DHCP, because my Windows Server doesn't have it in default options. I manually created the entry, and added it to the DCHP scope, but clients don't get the suffix list yet. Please can anyone help me solve this?, I just need the clients to have city2.domain.net in the suffix search order without adding it manually in each computer, so I really dont care if it's by DHCP, or Group Policy, but none of them is working for me.. Thanks! :) I also tried |
|
#2
| |||
| |||
| RE: Domain Suffix Search Order. Windows Server 2003 R2 DNS,DHCP Met this kind of issue, and the value is a straighforward 'unsalted' registry entry, so you can 'push' it using a logon script, with 'regedit /s {path}\registryfile.reg' REGEDIT4 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters] "SearchList"="my.domain.net" "UseDomainNameDevolution"=dword:00000000 Second value is optional but it stops numerous out-of-bounds connections being attempted when the server can't be contacted. "averied" wrote: > Please can anyone help me solve this?, I just need the clients to have > city2.domain.net in the suffix search order without adding it manually in > each computer, so I really dont care if it's by DHCP, or Group Policy, but > none of them is working for me.. > |
|
#3
| |||
| |||
|
All your mentioned options won't work. Group Policy and DHCP option cannot configure the Domain Suffix Search Order. as Anteaus said, you need to to use a script to take care of this. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Domain Suffix Search Order. Windows Server 2003 R2 DNS,DHCP" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| DHCP Scope Option 135 Domain Suffix Search Order in Server 2008 | Triple JJJ | Networking & Security | 4 | 21-08-2010 02:01 AM |
| DHCP/DNS Suffix Problem | DARIELLE | Networking & Security | 3 | 11-09-2009 02:09 PM |
| How to change binding order to add multiple IP addresses on Windows Server 2003 | Hajra | Networking & Security | 3 | 28-07-2009 08:55 PM |
| DHCP and Domain suffix search order | FiZi | Windows Server Help | 4 | 16-05-2009 11:14 AM |
| Replacing Windows 2003 domain controller running exchange 2003 with a new Server hardware | saquibkhan | Windows Server Help | 2 | 18-03-2009 01:40 PM |