1

I'm building my first Windows 2008 Server Core machine (running R2) and want to rename the IPv4 network interfaces to something more meaningful.

It seems most likely that this is done using netsh interface ipv4 set but looking through the help hasn't turned anything up.

Could someone please advise the correct procedure?

Alex Angas
  • 2,007
  • 2
  • 26
  • 37

1 Answers1

1

I don't have a 2008 machine handy at the moment, but I believe it's something like this:

netsh interface set interface name = "{old name here}" newname = "{newname here}"
Jon Angliss
  • 1,782
  • 10
  • 8