Skip to content

Configure Networks (IPv4): netsh> interface> ipv4>

Available Commands

set address
set dnsserver
set winsserver
show addresses
show dnsservers
show winsservers
 

Examples:

netsh

netsh:>interface

netsh interface:>ipv4 (or ipv6)

Then you can use any of the following

set address “Local Area Connection” static 10.0.0.44 255.255.0.0 10.0.0.1

set dnsserver “Local Area Connection” static 10.0.0.67 primary

add dnsserver “Local Area Connection” 10.0.0.68 index=2

(note it’s “add” dnsserver now, and also no “static” but you are indicating the hiaracy of use on the DNS Servers by “index” index=2 index=3 etc.)

You may have multiple nics in the machine, I would use “ipconfig /all” in order to view the cards names before entering the netsh command.

The next thing we should do is configure the system name, and join it to a domain!

how I configued my server:

Configuring My Local Area Connection (NIC)

No comments yet

Leave a Reply

Fill in your details below or click an icon to log in:

Gravatar
WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

You may use basic HTML in your comments. Your email address will not be published.

Subscribe to this comment feed via RSS

Follow

Get every new post delivered to your Inbox.