Difference between revisions of "Disable ipv6 for utorrent"

From CTWUG Wiki
Jump to: navigation, search
Line 14: Line 14:
  
  
Step 2 : At the command prompt, type the following lines (press ENTER after each line):  
+
Step 2 : At the command prompt, type the following lines (press ENTER after each line): netsh , interface ,teredo
 
+
netsh
+
now type netsh
  
 
[[Image:Cmd1.PNG]]
 
[[Image:Cmd1.PNG]]
  
interface
+
now type interface
  
 
[[Image:Cmd2.PNG]]
 
[[Image:Cmd2.PNG]]
  
teredo
+
now type teredo
  
 
[[Image:Cmd3.PNG]]
 
[[Image:Cmd3.PNG]]

Revision as of 23:34, 13 January 2010

Introduction

This will show you how to disable ipv6 in Windows Vista or 7 , if you are having problems with utorrent bypassing the ip filters and so using your internet cap.


Steps


Step 1 : Open command prompt by clicking on Start, click All Programs, click Accessories, right-click Command Prompt, and click Run as Administrator.

PS. If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.

Cmd.png


Step 2 : At the command prompt, type the following lines (press ENTER after each line): netsh , interface ,teredo

now type netsh

Cmd1.PNG

now type interface

Cmd2.PNG

now type teredo

Cmd3.PNG