Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > DNS Server > Re: Stop DHCP address from registering in DNS

Reply
Thread Tools Display Modes

Re: Stop DHCP address from registering in DNS

 
 
Ace Fekay [MVP-DS, MCT]
Guest
Posts: n/a

 
      03-23-2010
"JordanN" <> wrote in message news:...
> All our laptops have both the wired and wireless connections. When the
> users leave on their wireless adapters, many times the wireless IP is what
> shows up in much of our network management software packages.
>
> I have configured the wireless system to now be on a different subnet range
> (Wired on 192.168.1.x and Wireless on 192.168.2.x) so now I can clearly see
> if I am managing through a wireless adapter or not, but I would like to
> configure my DHCP server so that the wireless adapters don't register in
> DNS, but the wired ones do. I also want to do this without manually
> configuring each PC.
>
> Is there something I can put in the 192.168.2.x DHCP scope to prevent this
> IPs from registering in DNS so I only have the wired IPs?
>



DHCP will give out IP addresses. By default, it will register all or nothing, nor can registration be set by subnet.

To stop that interface from registering, you would have to go into the wireless interface on the laptops and uncheck "register this connection" just for that interface. You can also create a script using the netsh command to run as possibly a startup script, logon script, or a script that will search all laptops (based on whatever criteria you would like to use, such as laptop name) to uncheck that setting, or even a regini script. However, doing it that way you would need to know the interface ID, which can vary from laptop manufacturer and within different types of wireless NICs each manufacturer may use.

Take a look at this article that explains the registry settings related to DNS registration.

http://support.microsoft.com/kb/246804



--
Ace

This posting is provided "AS-IS" with no warranties or guarantees and confers no rights.

Please reply back to the newsgroup or forum for collaboration benefit among responding engineers, and to help others benefit from your resolution.

Ace Fekay, MVP, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007, MCSE & MCSA 2003/2000, MCSA Messaging 2003
Microsoft Certified Trainer
Microsoft MVP - Directory Services

If you feel this is an urgent issue and require immediate assistance, please contact Microsoft PSS directly. Please check http://support.microsoft.com for regional support phone numbers.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Windows 2003 DHCP / Dynamic DNS / Scavenging help Ace Fekay [MCT] DNS Server 7 02-26-2010 03:58 AM
Stopping search from the Address bar in IE8 Jay-T Internet Explorer 3 01-22-2010 09:08 PM
2nd Domain in a 2 domain forest cannot be contacted David Alge DNS Server 30 01-21-2010 05:26 AM
My Server is not anymore seen on network plese help ? calderara Windows Small Business Server 16 12-17-2009 06:07 PM
Re: Confusion, chaos and more! Ace Fekay [MCT] DNS Server 6 12-15-2009 02:22 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59