binhex / arch-sabnzbdvpn

Docker build script for Arch Linux base with SABnzbd, Privoxy and OpenVPN
GNU General Public License v3.0
51 stars 9 forks source link

service won't start - TUN conflict #36

Closed jdbecker closed 1 year ago

jdbecker commented 1 year ago

This is probably my fault but I can't figure out what I'm doing wrong so I thought I'd ask here.

I was caught up in a recent issue relating an unannounced change to authentication in NordVPN and fixed the issue according to the suggested solution, and it worked for my arch-delugevpn container, but for some reason when I tried to restart my arch-sabnzbdvpn container (and ever since) it doesn't start up and isn't reporting any useful information (so far as I can tell) in the logs as to why.

Here's my logs from a single attempt, maybe someone else can see something I can't? https://pastebin.com/ZhyaFQNa

And just to reiterate, this is using the exact same credentials and ovpn config as my arch-delugevpn container, which is working fine.

Thanks for your help!

jdbecker commented 1 year ago

Still having this issue

jdbecker commented 1 year ago

After doing a little research, I think the issue may be due to the fact that I also have arch-delugevpn running on the same machine and I think they're both trying to use the same TUN instance (see https://openvpn.net/faq/can-i-run-multiple-openvpn-tunnels-on-a-single-machine/ ). I'm a bit out of my range of experience at this point though, so if anyone can offer any tips, I'd appreciate it.

jdbecker commented 1 year ago

I think I got it figured out. For posterity, following the instructions for Q24 here: https://github.com/binhex/documentation/blob/master/docker/faq/vpn.md seems to have done the trick for me.