Posts Tagged ‘configuration’

Importing and Exporting DHCP Server Configuration

Friday, February 22nd, 2008

The netsh tool makes it easy to import and export DHCP Server configuration information. In the CLI solution, I showed how to export all scope information, but you can specify a subset if you want only certain ones. The following command exports only the scopes pertaining to 10.1.2.0 and 10.1.3.0:

>  netsh dhcp server export C:\dhcp.txt 10.1.2.0 10.1.3.0

(more…)

Viewing the Network Configuration

Wednesday, February 13th, 2008

Using a graphical user interface

 

  1. From the Control Panel, open the Network Connections applet.
  2. Open the network connection for which you want to view the settings.
  3. Click the Properties button.
  4. Click the Configure button to view network adapter properties. Or double-click Internet Protocol (TCP/IP) to view network configuration settings.

(more…)