November 27, 20241 yr Hello there, I want to mount an UnRaid share using NFS on another machine in the same lan. I did setup the wireguard (in server-to-server mode). I'm able to ping from/to each host using the wireguard virtual ips, so the basics seems ok. I did setup nfs server on Unraid, and I'm able to mount the share using the real lan ip. Now I'm not able to nfs mount a share using the wireguard ip. May I miss something ? unraid real IP: 192.168.1.36 unraid virt IP: .1 client real IP: 192.168.1.90 client virt IP: .2 CLIENT wireguard client config: [Interface] PrivateKey = CLIENT_PRIV_KEY Address = 10.253.0.2/24 [Peer] PublicKey = UNRAID_PUB_KEY (from `Local public key` field in the unraid wireguard server GUI) AllowedIPs = 10.253.0.0/24 Endpoint = 192.168.1.36:51820 PersistentKeepalive = 20 nfs client options: addr=10.253.0.1,sync,nfsvers=4 UnRaid SERVER wireguard config: share nfs rules: *(sec=sys,rw) -> also tested with real ip (working) and virt wg ip (not working) What do I miss ?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.