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

Fix single vpn-server conn issue #1262

Merged
merged 1 commit into from
Jun 20, 2022
Merged

Fix single vpn-server conn issue #1262

merged 1 commit into from
Jun 20, 2022

Conversation

ersonp
Copy link
Contributor

@ersonp ersonp commented Jun 20, 2022

Did you run make format && make check?
yes

Fixes #1256

Changes:

  • Removed PlatformSpecificParams from water.Config

How to test this PR:

  1. Start 1 vpn-server and 2 vpn-clients
  2. Connect both clients to vpn-server
  3. Scheck if both connect properly

This commit fixes the issue where only one client was able to connect to the server.

The cause of it was the PlatformSpecificParams in water.Config that only created one tunnel utun4.

We fix it by removing it.
@mrpalide mrpalide merged commit 5d723a0 into skycoin:develop Jun 20, 2022
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.

2 participants