1
Virtual private networks / Re: How do I: One VPN, Multiple (Potentially overlapping) Networks
« on: April 10, 2024, 04:01:20 pm »You cannot route traffic between overlapping subnets. The packets will never leave the router.
I'm reading this in one of two ways and I don't know which is correct:
- I would not be able to route traffic between the lab networks as they having overlapping IP ranges. (This is the intended behavior.)
- The router can not send traffic when there are overlapping subnets. (Including inbound VPN tunnel traffic?)
This sounds like a use case for an overlay network. Have a look at TailscaleI do use Tailscale to mesh my personal devices already, but I'm not really sure if it's what I want here. This network setup should be transparent to the devices in the lab subnet (i.e. they have one NIC and DHCP configures everything they need, just like in a standalone basic lab network), and I don't think Tailscale can operate without putting its client on each of the devices.
Either way, if it is impossible with overlapping IP subnets, I can live with that. Would the rest of the plan outside of the overlapping subnets work?