Hello guys,

I am losing my mind over this issue:

I am running Endeavour OS on my laptop and I need to connect to my OPNSense through wireguard, but the performance has been terrible, DNS resolution to be precise. I think this is related to a specific configuration to either NetworkManager or openresolv, because the same configuration file works fine on Android or Windows devices.

My suspicions are that because I am using two piholes that are on the same network of the OPNSense router (and I have a few firewall rules redirecting every DNS traffic to them), there is a conflict somewhere. I have also tried to mess around with the MTU size, but to no avail.

Here is my config file:

[Interface]
PrivateKey = ****************************************
Address = 10.10.10.5/32
DNS = 192.168.0.11, 192.168.0.12
MTU = 1420

[Peer]
PublicKey = ****************************************
AllowedIPs = 0.0.0.0/0, ::/0, 192.168.0.0/24
Endpoint = ******************:51825

Any ideas? Thank you.

  • mintyfrog@lemmy.ml
    link
    fedilink
    English
    arrow-up
    2
    ·
    10 months ago

    Just checking: this is using a different PrivateKey and Address than the Windows and Android devices?

    • utubas@lemm.eeOP
      link
      fedilink
      arrow-up
      1
      ·
      10 months ago

      Well I use the exact same config file for troubleshooting, but yes I am aware that each device needs its own private/pubkey and address.