2

I have a single Linux machine with 10 network interfaces, none of which support port forwarding. I am trying to find a solution where I can expose all 10 interfaces publicly, and I considered using OpenVPN or FRP.

I did some research and frp doesn't support multiple tunnels, so for every tunnel I have to create another instance, resulting in 10 instances.

Can OpenVPN support creating multiple tunnels on multiple interfaces using on instance?

3
  • What’s wrong with having 10 instances?
    – Daniel B
    Commented Jan 6, 2021 at 13:33
  • see if it's helpful to you:forums.openvpn.net/viewtopic.php?t=9277
    – Gloria Gu
    Commented Jan 7, 2021 at 7:02
  • I don't think it can, but couldn't you bridge all interfaces onto the OpenVPN adapter in Windows? See dev-node node here.
    – xinthose
    Commented Jan 8, 2021 at 3:52

0

You must log in to answer this question.

Browse other questions tagged .