Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

The trick is to disable autoconfiguration on that interface:

Code Block

C:\Users\Administrator>netsh interface ipv6 set interface 10 routerdiscovery=disabled
Ok.

Now it should be gone:

Code Block

C:\Users\Administrator>netsh interface ipv6 show addresses
Interface 1: Loopback Pseudo-Interface 1
Addr Type  DAD State   Valid Life Pref. Life Address
---------  ----------- ---------- ---------- ------------------------
Other      Preferred     infinite   infinite ::1
Interface 10: Local Area Connection
Addr Type  DAD State   Valid Life Pref. Life Address
---------  ----------- ---------- ---------- ------------------------
Manual     Preferred     infinite   infinite 2001:610:148:babe:cafe::3
Other      Preferred     infinite   infinite fe80::20c:29ff:fedb:af95%10

 

Time servers

 

To configure Windows servers to use the SURFnet NTP boxes:

Code Block
C:\Users\Administrator>w32tm /config /manualpeerlist:"chime3.surfnet.nl chime4.surfnet.nl",0x8 /syncfromflags:MANUAL