I can't ping my Truenas Scale system from VPN

LordZeus

Cadet
Joined
Sep 27, 2022
Messages
2
I have a wireguard instance setup on a different machine, and my local IP range is 192.168.1.2-254. (192.168.1.1 is router)

My TrueNAS Scale instance has an IP of 192.168.1.10 and can be pinged and accessed locally. When I connect via VPN, I cannot access the TrueNAS system.

My Wireguard config file looks like this, if it helps:

```
[Interface]
PrivateKey = REDACTED
Address = 10.8.0.5/24
DNS = 1.1.1.1

[Peer]
PublicKey = REDACTED
PresharedKey = REDACTED
AllowedIPs = 0.0.0.0/0, ::/0
Endpoint = PUBLICIP:51820
```

Which connects my to my house. I can connect to any other device on my network, but I can't see Truenas. Is there something I'm doing wrong? I know that the system might be on a different subnet or something along those lines, but I'm not sure how to fix it.
 
Top