Can't get Wireguard working propperly
[Interface]
PrivateKey = PrIvAtEkEy
Address = 10.10.10.10/24
DNS = 192.168.8.1
[Peer]
PublicKey = sEcReT***PubKeyFromController
AllowedIPs = 192.168.8.0/24
Endpoint = 88.77.66.55:51820
With this configuration I can ping all devices on the internal network. I can connect to the WebGUI of the NAS vie IP.
ping 192.168.8.1
Pinging 192.168.8.1 with 32 bytes of data:
Reply from 192.168.8.1: bytes=32 time=9ms TTL=127
But I can't get DNS to work. "nslookup" won't work:
nslookup 192.168.8.1
DNS request timed out.
timeout was 2 seconds.
Server: UnKnown
Address: 192.168.8.1
Remote Desktop to the Server IP also fails, despite being pingable.
I tried several FAQs, Guides, Dokumentaions, but nothing works.
For excample: If I put on the Wireguard controller the "Local IP Address" to an unocupied IP on the internal subnet I can rech the subnet via Wireguard tunel, but I will have 50-80% packet loss. Setting MTU to 1280 does not change that. If I set it to a complete other subnet I cant reach the internal subnet with my servers at all.
Setting the client IP to the same subnet as the servers (192.168.8.x), results also in not having a connection what so ever...
clearly I am making a mistake somewhere, or missing a config somewhere. But I can't get my head around it...
Any suggenstions, what I might miss here? How do I get the DNS working?
Thx in advance