일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- Windows Server 2016
- 안철수
- 작업관리자
- Nested VM
- 클러스터
- Hyper-V
- FTP7.5
- Windows Server 2008
- MSCS on VMWare
- windows debugging tool
- windows media service
- dsquery
- 인문고전
- iSCSI target
- Windows Server 2016 Hyper-v Cluster
- cluster node as Domain controller
- Session space
- nonpaged pool
- windows update
- paged pool
- windbg
- failover cluster
- Local TempDB
- ftp7.5 장애조치 클러스터
- 터키여행
- SQL Server 2008
- LiveKD
- Xperf
- SQL Server 2012R2 FCI
- 프로세스 CPU 사용량
- Today
- Total
류짱:Beyond MySelf
Windows Vista, Windows 7, Windows server 2008 IPV6 사용하지 않는 법 본문
Windows Vista, Windows 7, Windows server 2008 IPV6 사용하지 않는 법
リュちゃん 2010. 12. 23. 09:26IPV6를 사용하지 않는 방법입니다.
How to disable certain Internet Protocol version 6 (IPv6) components in Windows Vista, Windows 7 and Windows Server 2008
http://support.microsoft.com/kb/929852/en-us
To disable certain IPv6 components yourself, follow these steps:
1. Click Start
, type regedit in the Start Search box, and then click regedit.exe in thePrograms list.
2. In the User Account Control dialog box, click Continue.
3. In Registry Editor, locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters\
4. Double-click DisabledComponents to modify the DisabledComponents entry.
Note If the DisabledComponents entry is unavailable, you must create it. To do this, follow these steps:
a. In the Edit menu, point to New, and then click DWORD (32-bit) Value.
b. Type DisabledComponents, and then press ENTER.
c. Double-click DisabledComponents.
5. Type any one of the following values to configure the IPv6 protocol, and then click OK:
. Type 0 to enable all IPv6 components.
Note The value "0" is the default setting.
a. Type 0xffffffff to disable all IPv6 components, except the IPv6 loopback interface. This value also configures Windows Vista to use Internet Protocol version 4 (IPv4) instead of IPv6 in prefix policies.
b. Type 0x20 to use IPv4 instead of IPv6 in prefix policies.
c. Type 0x10 to disable native IPv6 interfaces.
d. Type 0x01 to disable all tunnel IPv6 interfaces.
e. Type 0x11 to disable all IPv6 interfaces except for the IPv6 loopback interface.