We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: