Bottom line: I am connecting to the internet via VPN on UDP/53 in order to deal with a captive wifi portal, something which is possible in a desktop environment but not a headless server environment. So I have two VMs: Ubuntu Desktop and Ubuntu Server. Desktop can connect to the web using tun0, but Server can't.
I have tried for weeks to set up the VPN in my router so that the individual clients don't have to bother with it. I have tried configuring openvpn on the server, but the VPN provider has explicitly stated they don't support UDP/53 on router or CLI environments.
Is there a way to bridge the two VMs so that the Server can "borrow" the downstream internet connection that the Desktop is creating through its VPN interface? Even if it's slow, I don't care. A trickle is better than nothing.
I have tried for weeks to set up the VPN in my router so that the individual clients don't have to bother with it. I have tried configuring openvpn on the server, but the VPN provider has explicitly stated they don't support UDP/53 on router or CLI environments.
Is there a way to bridge the two VMs so that the Server can "borrow" the downstream internet connection that the Desktop is creating through its VPN interface? Even if it's slow, I don't care. A trickle is better than nothing.