AndiAUT

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by AndiAUT

  1. You could set it in the conf file, but you can also set it in the GUI. It's in the advanced peer settings of the tunnel.
  2. I'm not using PIA but when I moved from Mullvad to ProtonVPN I just imported the file they provided and while the connection worked, my docker containers behind the vpn lost the connection from time to time. You might have already tried it, since in hindsight it seemed obvious, but what worked for me was to set a persistent keepalive of 20 seconds. Didn't think of it at first, because it didn't look like the actual connection itself was lost and when I manually made some search queries inside the docker containers it worked again for some time.
  3. This would be ideal, but why do I get Mullvads DNS if I use the dns parameter (tried it with 1.1.1.1, same result) and my ISPs DNS without the parameter? I would normally expect to get Mullvads DNS with and without the extra parameter set, if it the parameter does nothing.
  4. First of all, thanks for this feature, it was the only thing Unraid lacked for me. I upgraded to RC7 and was able to use two tunnels at the same. One for all the Docker containers that go through Mullvad and another one that connects Duplicati to a Raspberry Pi in another location for backups. That's all I ever wanted and now I can finally do it without additional Wireguard Docker containers. After I testet that everything worked, I tried to figure out which DNS the containers connected to Mullvad use. So I installed the linuxserver firefox docker and also connected it to the Mullvad tunnel. The results were the same as described in the last few comments: It always uses the Unraid DNS which is the one set in my Router, regardless of what is set in "Peer DNS Server". So I tried to use "--dns=8.8.8.8" as extra parameter in the firefox docker container. I figured if use this parameter and go to https://www.dnsleaktest.com/ i should see the nearest Google DNS after a Standard test, but instead I see the DNS that Mullvad would use if I used the Mullvad PC app. As if the --dns setting deletes the Unraid DNS setting for that container and so it reverts to the Mullvad DNS. I even made another tunnel with a different config file for another country, with the same result. Am I doing something wrong and how can I make sure that I don't use my normal DNS which Unraid uses?
  5. Yes, this worked for me too. I was able to connect to mullvad and my raspberry wireguard server. Tried it with sonarr and the firefox docker.