fenguix
Occasional Visitor
Hi! I'm having a problem with Wireguard server and can't figure it out what's wrong.
Configuration:
RT-AX86U Pro latest Merlin... all working ok.
Shared SMB volumes from ext disk on router. In local net, all working perfectly from windows clients, mac, phones, etc.
I've set up a wireguard server to access remotely to my shared smb volumens on router.
I can connect without any problema from Mac, phone, windows, etc. (out of home of course).
I have internet access in all devices (checked that i have same ip as my home, so devices are using "the internet of my home").
From Android, using file explorer app, I can see all the shared folders without any problem, connecting by the internal ip 192.xxxxxxx of course. But everything fine.
But, and that is the problem, from my notebook Windows 11 I'm able to surf internet as I said, but I have no way to connect to any of the shared folders. No way to connect by SMB by router_name.local or 192.xxxxxx ip.
The strange thing is that I can access to merlin software by 192.xxxxx ip in the browser, so, the notebook IS connected ok to the local network and can see the router ip. Also checked with ping. So, the problem is related to smb shares that can't be accesed by this Windows 11 notebook. Because from my android phone I can access to them without problem, so I think that wireguard served is ok configured.... or am I missing something?
Any idea what can be wrong?
Not sure if helps, but this is Wireguard config for the client:
Thanks!
Configuration:
RT-AX86U Pro latest Merlin... all working ok.
Shared SMB volumes from ext disk on router. In local net, all working perfectly from windows clients, mac, phones, etc.
I've set up a wireguard server to access remotely to my shared smb volumens on router.
I can connect without any problema from Mac, phone, windows, etc. (out of home of course).
I have internet access in all devices (checked that i have same ip as my home, so devices are using "the internet of my home").
From Android, using file explorer app, I can see all the shared folders without any problem, connecting by the internal ip 192.xxxxxxx of course. But everything fine.
But, and that is the problem, from my notebook Windows 11 I'm able to surf internet as I said, but I have no way to connect to any of the shared folders. No way to connect by SMB by router_name.local or 192.xxxxxx ip.
The strange thing is that I can access to merlin software by 192.xxxxx ip in the browser, so, the notebook IS connected ok to the local network and can see the router ip. Also checked with ping. So, the problem is related to smb shares that can't be accesed by this Windows 11 notebook. Because from my android phone I can access to them without problem, so I think that wireguard served is ok configured.... or am I missing something?
Any idea what can be wrong?
Not sure if helps, but this is Wireguard config for the client:
Code:
[Interface]
PrivateKey = xxxxxxxxxxxxxxxxxxx
Address = 10.6.0.5/32
DNS = 10.6.0.1
[Peer]
PublicKey = xxxxxxxxxxxxxxxxxxxxxx
AllowedIPs = 0.0.0.0/0
Endpoint = xxxxxxxxxxx.asuscomm.com:51820
PersistentKeepalive = 25