All about Software
 Latest Software articles
All Software articles

Newsletters


  • Ask your question about IT issues
  • Post

Partners

The Games selection

adventure : Ray Adventure game, South Park style. Pick the way the story goes by picking an answer among those offered.
violent : Interactive Buddy Unwind on your interactive buddy: Do anything you want to him, it will earn you money, and you can buy other stuff to torture him with.
Ads

Sponsored links

Network Facilities

Previous Next
10:20 AM - 03/11/2008 by Daniel Schuhmann

In the Core version of Windows Server 2008, the network settings are only accessible via command prompt. During installation, the default settings are fixed: the IP address is obtained from a DHCP server, or if none is found, set using the APIPA standard (in the range 169.254.nnn.nnn). In the latter case, a random computer name is also generated, according to the formula "WIN-0123456789ABCDEF".

Setting The Computer Name

The computer name can be queried with the command hostname, while the command netdom is used to change the computer name. For example:

netdom renamecomputer WIN-0123456789ABCDEF /NewName:NEW_NAME

A new name for the server
Setting The IP Address

If the IP address is not dynamically configured by a DHCP server, the administrator must specify it using the command netsh. Before changing an IP address, the index number of the network adapter is required. This can be selected using the command:

netsh interface ipv4 show interfaces

Next, we set the IP address:

netsh interface ipv4 set address>

Setting the IP address

Talkback
Comments are closed on this page.

Sponsored links