I have a Wireguard site-to-site VPN that connects successfully.
- I can ping the remote Samba server using it's IP address 192.168.30.1
- I cannot access a share over the VPN tunnel using its IP address \\192.168.30.1\disk
Some background;
- Two ASUS routers configured with a wireguard site to site VPN.
- router A; the VPN server has 192.168.30.1
- router B; the VPN client has 192.168.20.1
- Router A has a shared USB disk accessible via Samba via \\192.168.30.1\disk
- from the 192.168.30 network, the samba share is accessible
- I access the share via a windows 11 client, no firewall, the windows client is able to browse other samba shares
Previously I had the same setup with OpenVPN, I could access the remote samba share via \\192.168.30.1\disk. But the performance was very bad, that's why I want to give wireguard a go...
I can ping computers in the 192.168.30 network from the 192.168.20 network.
I can access HTTP pages on the 192.168.30 network from the 192.168.20 network...
It puzzles me...