IT tutorials
 
Technology
 

Windows Server 2008 : Configuring an IPv6 Address with netsh, Disabling IPv6 in Windows Server 2008

8/26/2013 11:45:06 AM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

1. Configuring an IPv6 Address with netsh

You can also configure IPv6 addresses with netsh though the syntax is a little different. The basic syntax is

netsh interface ipv6 set address [[interface=]
] [address=]
[[type=] unicast | anycast]

Tip

If you want to identify the names of the IPv6 interfaces on the system, you can use the following command:

netsh interface ipv6 show interfaces


For example, if you want to set the unicast IPv6 address of a NIC named Local Area Connection to fe80::4, you can use the following command:

netsh interface ipv6 set address interface =
"local area connection" address = fe80::4 type = unicast

The ipv6 set command defaults to unicast, so you can also use the following command with type omitted:

netsh interface ipv6 set address "local area connection" fe80::4

2. Disabling IPv6 in Windows Server 2008

In previous versions of Windows, you can remove IPv6 using the netsh command; however, you are unable to remove it from Windows Server 2008 or Windows Server 2008 R2. The best you can do is disable it. The following steps show how to disable IPv6.

StepAction
1.Click Start, Control Panel.
2.Type Network in the Control Panel Search box.
3.Click View Network Connections.
4.Right-click over the network connection you want to disable IPv6 on and select Properties.
5.Deselect the checkbox next to Internet Protocol Version 6 (TCP/IPv6) as shown in Figure 1.
6.Click OK and close all Windows.

Figure 1. Disabling IPv6 in Windows Server 2008
 
Others
 
- Windows Server 2008 : Configuring IPv4 with netsh
- Windows Server 2008 : Understanding netsh, Understanding netsh Contexts
- Windows 7 : Faxing and Scanning - Setting Up Your Cover Sheets
- Windows 7 : Faxing and Scanning - Defining Dialing Rules
- Windows 7 : What You Need for Fax - Configuring fax modem options
- Windows 7 : Troubleshooting Printing - Problem with a network printer, Advanced printing features are disabled
- Windows Server 2012 : Monitoring System Performance - Monitoring the Network Subsystem
- Windows Server 2012 : Monitoring System Performance - Analyzing Processor Usage, Evaluating the Disk Subsystem
- Windows Server 2012 : Monitoring System Performance - Monitoring System Memory and Pagefile Usage
- Active Directory 2008 : Managing Group Policy Scope (part 4) - Group Policy Processing, Loopback Policy Processing
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us