Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

By default, when configuring an IPv6 address, Windows 8 generates a random number to fill out the bits needed for the NIC portion of the

By default, when configuring an IPv6 address, Windows 8 generates a random number to fill out the bits needed for the NIC portion of the IPv6 address. This security measure helps conceal your devices MAC address, and further protects your privacy by generating a new number every so often. There may be times, however, when you need your system to maintain a static IPv6 address. To do this, you can disable the temporary IPv6 address feature using the Netsh utility in an elevated command prompt window. Do the following:

  1. Open an elevated command prompt window.

  1. Find your computers current IPv6 address and MAC address. Carefully compare the two addresses. Are they in any way numerically related?

3. To disable the random IP address generation feature, enter the command:

netsh interface ipv6 set global randomizeidentifiers=disabled

4. To instruct Windows to use the EUI-64 standard instead of the default settings, use this command:

netsh interface ipv6 set privacy state=disabled

5. What is your computers new IPv6 address? Notice that the fixed value FF FE has been inserted halfway through the MAC address values in the second half of the IPv6 address. Note that the host portion of the IPv6 address may look slightly different because of the way the values are converted for use by IPv6. Recall that the seventh bit of the MAC address is inverted, resulting in a slightly different value.

6. Reenable random IPv6 address generation with these commands:

netsh interface ipv6 set global randomizeidentifiers=enabled

netsh interface ipv6 set privacy state=enabled

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Select Healthcare Classification Systems And Databases

Authors: Katherine S. Rowell, Ann Cutrell

1st Edition

0615909760, 978-0615909769

More Books

Students also viewed these Databases questions

Question

Prepare a short profile of Lucy Clifford ?

Answered: 1 week ago

Question

Prepare a short profile of Rosa parks?

Answered: 1 week ago

Question

Prepare a short profile of victor marie hugo ?

Answered: 1 week ago