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

multiple clients #11

Open
highfreq opened this issue Jun 2, 2021 · 1 comment
Open

multiple clients #11

highfreq opened this issue Jun 2, 2021 · 1 comment

Comments

@highfreq
Copy link

highfreq commented Jun 2, 2021

Once the vps is setup, is it possible to connect multiple client all of wich on double tunnel? Or is it just one client to one server.

thanks,

Corrado

@AGIinspired
Copy link

you need to make the server dynamically add a new subnet when a new client connects and tell the client what the subnet is (with relevant addresses).

A simple way for testing would be to do this for example:

client1 details:
Bond0 with tap1 , tap2 and subnet of 10.8.0...

client2 details:
Bond1 with tap3, tap4 and subnet of 10.9.0....

On the client side the interface names also need to match. You can experiment from there.

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

No branches or pull requests

2 participants