Lost Password? No account yet? Register
Home

Understanding Windows Server 2003 name suffix routing forest trust relationship

IT Contractors brings you - Howto Name Suffix Routing Windows 2003 supports several ways to restrict a trust relationship between two Windows AD forests, including SID filtering, selective authentication,...

Read more..

Configuring a Computer for Troubleshooting Active Directory

Configuring a Computer for Troubleshooting Active DirectoryBefore you can use advanced troubleshooting techniques to identify and fix Active Directory problems, you must configure your computer for troubleshooting and have a basic...

Read more..

Extending Active Directory Across Platforms

 Some machines just don’t die. You know this, especially if you deal with any UNIX or Linux systems. And maybe you know some UNIX guys and gals whose motto was...

Read more..

DNS Active Directory Rescue Planning

A few years ago (and them some!), I received my scuba certification. The most valuable lesson in that class: Stop, think, and do a little planning before you jump into...

Read more..

Limiting what contractors can do on the network

Contractors definitely represent a unique security challenge. Unlike typical guests, who are there for just a short time and need only Internet access, contractors - especially long-term contractors -...

Read more..
100%
-
+
6
Show options
Howto use the command line to configure Windows Server 2008 and Windows Vista IPv4 static IP info PDF Print E-mail
Written by David Noel-Davies   
Friday, 11 July 2008
The syntax used with the Netsh interface to configure Server 2008 and Vista static IP information has changed due to IPv6 inclusion. Here's how I used the command line to configure Server 2008 and Vista IPv4 static IP information.
  1. I determined the interface to configure (because Server 2008 and Vista have several). I listed the interfaces using the command
netsh interface ipv4 show interfaces

This is the output:

Image

 I designated the physical adapter index 2.
  1. Then I configured a static IP address.
netsh interface ipv4 set address name="2" source=static address=10.1.1.11 mask=255.255.255.0 gateway=10.1.1.10
  1. Next I added the DNS servers. The primary DNS server's index is 1.
netsh interface ipv4 add dnsserver name="2" address=192.168.1.230 index=1
  1. To add a secondary DNS server, I repeated the add dnsserver command but designated the new server's index as 2.
netsh interface ipv4 add dnsserver name="2" address=192.168.1.230 index=2

To configure primary and secondary WINS servers, I'd utilize exactly the same syntax I employed to add the DNS servers, but in the code I'd substitute winsserver for dnsserver. The first index would be the primary WINS server and the second index would be the secondary WINS server.

Last Updated ( Sunday, 06 July 2008 )
 
Next >

Who's Online

News Letter

Monthly Updates Receive HTML?

If you've found somthing useful, then tip $5 to help keep this site running! and get a link and a comment for free!