Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add default IPv6 routes to the windows powershell script #1490

Closed
wants to merge 1 commit into from

Conversation

jackivanov
Copy link
Collaborator

@jackivanov jackivanov commented Jun 20, 2019

Description

Windows doesn't add IPv6 routes for IKEv2 connections automatically, so we should add them via the powershell script. For some reason ::/0 doesn't work and we have to use ::/1 + 8000::/1

Motivation and Context

Fixes #1453

How Has This Been Tested?

Deployed an instance with windows support and configured my windows vm successfully

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • All new and existing tests passed.

@jackivanov
Copy link
Collaborator Author

We've decided to deprecate IKEv2 for windows #1493

@jackivanov jackivanov closed this Jun 20, 2019
@jackivanov jackivanov deleted the fix/1453 branch June 20, 2019 18:12
@jackivanov jackivanov restored the fix/1453 branch June 24, 2019 18:29
@jackivanov jackivanov deleted the fix/1453 branch June 24, 2019 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Windows IKEv2 over IPSec doesn't provide a IPv6 connection
1 participant