Skip to content

PowerShell script to build/rebuild a 6in4 (IPv6-in-IPv4) tunnel on Windows 10 with https://tunnelbroker.net

Notifications You must be signed in to change notification settings

BlagoYar/IPv6Tunnel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 

Repository files navigation

Fork from krantic with error fix when virtual interfaces do not have the IPv4Connectivity property.

A script for creating a tunnel IPV6 from TunnelBroker for Windows 10

  • You must enter your data in lines 88-127

  • Perhaps it will be necessary to change the registry parameter

HKEY_LOCAL_MACHINE\System\CurrentControlset\Services\Tcpip6\Parameters

Disabledcomponents in value 0

If there is no parameter (but by default = not), then create REG_DWORD. For disable value 255

  • It is also possible to enable PowerShell scenarios

Win+R -> gpedit.msc

Computer Configuration -> Administrative Templates -> Windows Components -> Windows PowerShell -> Enable scenarios -> Enabled -> Allow ... (this line with google translate)

PS. Work on Windows 10 22H2

Форк от krantic с исправлением ошибки, когда виртуальные интерфейсы не имеют свойства IPv4Connectivity.

Скрипт для создания тунеля IPv6 от TunnelBroker для Windows 10

  • Вы должны внести свои данные в строках 88-127

  • Возможно нужно будет изменить параметр реестра HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters

DisabledComponents в значение 0

Если параметра нет (а по умолчанию нет), то создать REG_DWORD. Чтобы отключить, значение 255

  • Также возможно нужно включить выполнение сценариев PowerShell

Win+R -> gpedit.msc

Конфигурация компьютера -> Административные шаблоны -> Компоненты Windows -> Windows PowerShell -> Включить выполнение сценариев -> Включено -> Разрешить ...

ПС. Работает на Windows 10 22H2

About

PowerShell script to build/rebuild a 6in4 (IPv6-in-IPv4) tunnel on Windows 10 with https://tunnelbroker.net

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PowerShell 100.0%