Closed bearsandbears closed 4 years ago
I've been working on this a couple of days and naturally as soon as I posted this I made some progress. I changed the mullvad config generator to Server Connection Protocol
to IPv4
and Tunnel Traffic
to Only IPv4
. I did not receive the No resolv.conf for interface lo.dnsmasq
message and everything seemed to boot appropriately. I accessed the webgui through 0.0.0.0. :9091/transmission and everything appears to be working.
i'm not sure why I had to do it "the old way" mounting the docker.sock but I'm happy it works, thanks.
I had similar problems at the very beginning with the default (3) approach, but it turned out to be easier to fix than I expected. The things that I needed to do were to provide only one wireguard configuration named wg0.conf
and remove announcedd
from SERVICE_NAMES
.
@bearsandbears I would definitely try option three again if you're up for it. It's my preferred method now. Like @Michsior14 mentioned, taking announcedd
out of the service list should clear it up for you (thanks for catching that btw).
As far as IPv6 support, when I generate my config, I definitely do set Server Connection Protocol
to IPv4
, but I have Tunnel Traffic
set to Both
so that should work as expected.
Since you've gotten it working, I'm going to resolves this. But feel free to open a new issue if you run into problems again.
I'm probably out of my league here but I'm attempting to adapt your solution allowing transmission traffic through Wireguard to a DockStarter setup. I initially tried using your third option for enabling docker DNS resolution within the Wireguard container but received failures asking if I mounted docker.sock. I suspect something was failing earlier down the line that was forcing the fallback to this original method.
Currently I receive an error in Wireguard
and then a list of the services added.
transmission's log reads
When I attempt to connect to transmission webgui it times out after some time. these are my compose entries
and the relevant .env entries
The proper port is forwarded to the host in mullvad.
Any guidance would be appreciated, thanks.