I am installing a new host server based on Hyper-V server. Currently it has a network cable plugged-in and four more free network interfaces (including one ILO). When I start the server and reach the blue command line screen, I can just configure IP for the pluged interfaces. As this machine is intended to be configured off-site and moved to final location, I cannot plug all connectors right now, but need the different IPs configured prior to moving.
My question is how (if any) can I access the configuration options for unplugged network interfaces?.
Thanks in advance,
Jose.
Using command line:
First of all, list all the interfaces and note their names:
Then configure each interface as following:
Example:
Or if there is DHCP server on final site:
Most probably you will need to set up DNS server too:
Example:
Using PowerShell:
Get the list of interfaces and note their names:
Example how to set or change the IP address:
and DNS
Hope it helps.