change Network Adapter IPv6 entry ::1 per Powershell

Hi,

I've a Little Problem with changing the ::1 after installing AD.

My DC reboots and i'm login to Domain, then in the NIC Ipv6, on Position Primary DNS: ::1

This entry should be the Ip of DC himself.

Manually i've no Problem, but how do this in Powershell.

# IPv6 Problem ::1 beheben

Set-NetIPInterface  -AddressFamily IPv6 -InterfaceAlias "Ethernet" -Dhcp Enabled

Thanks for all answers.

Mfg Richard Maurer

July 6th, 2013 12:40pm

::1 is ipv6's version of 127.0.0.1; it's an address that always refers to the local computer. You shouldn't need to change it, in this case.
Free Windows Admin Tool Kit Click here and download it now
July 6th, 2013 12:54pm

Yes i know this, but we learned in ITCP-Lession, that this (::1) should changed to the Servers own Ip.

In real, this was A Problem of a Customer Win2008 Server, it has no Netconnection.

It Loops in itself, i think. After changing to Servers Own Ip the Problem was history.

Anyway...

I have solved the ::1 Problem.

netsh Interface ipv6 delete dnsserver "Ethernet" all

Thanks for your Information

 

 

July 6th, 2013 3:04pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics