- Business Instant Messaging
- 4 OpenSource Groupware Tools
- Vista: Benchmarking or Benchmarketing?
- How to Modify Windows Registry with VBS
- Can Your PC Really Handle Vista?
- Build a Windows Vista Upgrade Parachute
- Windows Vista's SuperFetch and ReadyBoost Analyzed
- Windows XP vs. Vista: The Benchmark Rundown
- Countdown to Windows Vista: The THG Rundown
- Windows Vista Ultimate, A Hands On Diary: Entry #1
Source: Tom's Hardware US – Keywords: WINDOWS, SERVER, 2008, CORE, INSTALLATION
Topics: Business Servers
Syndication:
Network Facilities
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
- Previous page Graphical Elements In The Core...
- Next page Establishing The Network (continued)