Skip to content

"global" cross host subnet claim for routing / bridges #285

Answered by dswd
DeadlyBug asked this question in Q&A
Discussion options

You must be logged in to vote

Hi there,

for this use case you need to use TAP mode (as your are doing right now). In this mode, VpnCloud does not care about IPs at all, it works on the level of MAC addresses and lets the Linux kernel do the IP stuff.
The "claims" option in the config file is used in TUN mode and does not apply to your case.
You should be able to use TAP mode and configure your subnet using the "ip" option like this: "ip: 1192.168.0.1/24".

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by DeadlyBug
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants