TrueNAS SCALE is just what I need, so thanks guys.
One question, does Wireguard via CLI work for anybody?
It works on my desktop PC but not on SCALE :(
My steps:
create /etc/wireguard/wg0.conf with following contents:
Read more
One question, does Wireguard via CLI work for anybody?
It works on my desktop PC but not on SCALE :(
My steps:
create /etc/wireguard/wg0.conf with following contents:
Code:
[Interface] PrivateKey = ... Address = ... DNS = 193.138.218.74 [Peer] PublicKey = ... AllowedIPs = 0.0.0.0/0,::0/0 Endpoint = ...
wg-quick up wg0
Code:
truenas# wg show interface: wg0 public key: ... private key: ... listening port: 51548 fwmark: 0xca6c peer: ...
Read more