Hello,
I have been trying to use a openVPN lxc container as a gateway for another lxc container that runs transmission. I followed this guide to create and configure the lxc container that contains openVPN.
But instead of using the git script, I configured openVPN according to mullvad, since I am using mullvad as my vpn provider. I verified that my public IP is changed by both running curl ifconfig.me and the curl in mullvad config: curl https://am.i.mullvad.net/connected.
Next what I tried, was to change the network settings of my transmission lxc to the following:
But my transmission container does not have any internet connection. Is this not possible? Or am I doing something wrong here?
I have been trying to use a openVPN lxc container as a gateway for another lxc container that runs transmission. I followed this guide to create and configure the lxc container that contains openVPN.
But instead of using the git script, I configured openVPN according to mullvad, since I am using mullvad as my vpn provider. I verified that my public IP is changed by both running curl ifconfig.me and the curl in mullvad config: curl https://am.i.mullvad.net/connected.
Next what I tried, was to change the network settings of my transmission lxc to the following:
Code:
net0: name=eth0,bridge=vmbr0,gw=**IP address to the openVPN lxc**,hwaddr=**hwaddr**,ip=**container IP**>
But my transmission container does not have any internet connection. Is this not possible? Or am I doing something wrong here?