Windows IT Pro is the leading independent community for IT professionals deploying Microsoft Windows server and client applications and technologies.
  
  
  Advanced Search 


May 08, 2006

Create DHCP Scopes

Use the Windows 2003 Netsh command to change network settings
RSS
View this exclusive article with VIP access -- click here to join |
See More Dynamic Host Configuration Protocol (DHCP) Articles Here | Reprints | Or sign up for our VIP Monthly Pass!

The command to exclude an IP range is similar to setting the IP range for a particular DHCP scope. For example, the command

Netsh dhcp server 
  \\mydhcpserver 
  scope 192.168.100.0 
  add excluderange 192.168.100.1 
  192.168.100.10 

would exclude any IP address from 192.168.100.1 through 192.168.100.10 from being assigned by the DHCP server named mydhcpserver. It's important to note that the exclusion range must fall within the IP inclusion range you set earlier because you're only excluding a subset of IP addresses within the IP range for that scope.

A sample command for creating a DHCP reservation is:

Netsh dhcp server
  \\mydhcpserver 
  scope 192.168.100.0 
  add reservedip 192.168.100.2 
  00433FBB0023 
  printerA "test printer" BOTH 

This sample command would reserve the IP address 192.168.100.2 for the node with the MAC address 00433FBB 0023. It gives the reservation the name printerA and the comment test printer. BOTH is the client type, indicating that the reservation should work for both DHCP and BOOTP client requests. . . .


Already a VIP member?
Please log on to view the full article

Why become a VIP member?

VIP-only online access
VIP CD delivered twice a year: offline access to the entire Windows IT Pro article library
Monthly issue of your choice of Windows IT Pro or SQL Server Magazine

Subscribe Now
Reader Comments
I always like articles like this, which usually remind of things I've forgotten about, or turn me on to new ways to automate.

In the case of NETSH for DHCP configuration, I always see one ommission regarding using this commandline tool for scripting DHCP configuration, and it can be confounding until you realize what's happening: You cannot configure remote DHCP servers with NETSH unless you have the DHCP service installed locally. In other words, if you try to use NETSH to get to the DHCP configuration commands for a remote server from an XP workstation, the DHCP subset of commands is not available. And if you are on a server without DHCP installed, the commands will also not be available.

Many admins (like myself) install all available Microsoft support tools and ResKit tools, but none of that matters (in this case) if you don't have Microsoft DHCP service installed locally.

If there's some DLL that can be registered to alleviate this, I'd love to hear about it.

-- Rob "I" --
Sr Windows Admin

WintelRobIT September 27, 2007 (Article Rating: )


netsh add helper dhcpmon.dll

registerid April 11, 2008 (Article Rating: )


You must be a registered user or online subscriber to comment on this article. Please log on before posting a comment. Are you a new visitor? Register now




Top Viewed ArticlesView all articles
WinInfo Short Takes: Week of November 9, 2009

An often irreverent look at some of the week's other news, including some more Windows 7 sales momentum, some Sophos stupidity, Microsoft's cloud computing self-loathing, more whining from the browser makers, Zoho's "Fake Office," and much, much more ...

Command Prompt Tricks

One reader shares his tip for setting up the command prompt to reflect a remote path. ...

Understanding File-Size Limits on NTFS and FAT

A general confusion about files sizes on FAT seems to stem from FAT32's file-size limit of 4GB and partition-size limit of 2TB. ...


Scripting Whitepapers From Development to Production: Streamlining SharePoint Deployment with DocAve Deployment Manager

Related Events Managing IT Across Multiple Locations

Check out our list of Free Email Newsletters!

Scripting eBooks Keeping Your Business Safe from Attack: Encryption and Certificate Services

Best Practices for Managing Linux and UNIX Servers

Building an Effective Reporting System

Related Scripting Resources Introducing Left-Brain.com, the online IT bookstore
Looking for books, CDs, toolkits, eBooks? Prime your mind at Left-Brain.com

Discover Windows IT Pro eLearning Series!
Clear & detailed technical information and helpful how-to's, all in our trademark no-nonsense format


Windows IT Pro Home Register FAQ for Windows WinInfo News
Europe Edition About Us Contact Us/Customer Service Media Kit Affiliates / Licensing  
SQL Server Magazine Office & SharePoint Pro DevProConnections IT Job Hound
Left-Brain.com Technology Resource Directory asp.netPRO ITTV Windows SuperSite 
 
 Windows IT Pro is a Division of Penton Media Inc.
 © 2009 Penton Media, Inc. Terms of Use | Privacy Statement