|
|
>> Is it possible to have multiple clients on a single server-side UDP >> port, but with one tun interface per client? > The short answer is yes, you can't have a TUN interface per client but > you have to allocate a separate server instance, listening on > a different UPD port for each client. Pity. This complicates setup quite a bit, you need to juggle with different ports on every client. > Are you suggesting that you don't know what networks will be made > available by each connecting client until after they have connected > and propagated some sort of route? That's right. ______________________ OpenVPN mailing lists https://lists.sourceforge.net/lists/listinfo/openvpn-users |