What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Site-to-Site wireguard VPN Server side cannot access to devices in client side

ronzino

Occasional Visitor
I have a WireGuard site-to-site VPN.
I would like that devices located in VPN-server side could access to devices located in VPN-client side, while device from VPN-client side connects to internet using the tunnel.

The part "VPN-client side connect to internet using the tunnel" is working fine.

the configuration is the following

SERVER SIDE
Router asus wrt merlin running wireguard server
Router ip 192.168.119.1
WireGuard server ip 10.6.0.1
Intranet option enabled
Allowed IPs(Server) 10.6.0.120/32,192.168.120.0/24
Allowed IPs (client) 0.0.0.0/0
Static route
Host 192.168.120.0
mask 255.255.255.0
gateway 10.6.0.1
interface LAN

CLIENT SIDE
Router with OPENWRT
Router ip 192.168.120.119
WireGuard client ip 10.6.0.120

Configuration pictures of client side follow
1.jpg















2.jpg


3.jpg


4.jpg


I wonder if I have to define a forwarding vpnWG=>lan
And I am also not that sure that Server side static route gateway should be something different
 
I have a WireGuard site-to-site VPN.
I would like that devices located in VPN-server side could access to devices located in VPN-client side, while device from VPN-client side connects to internet using the tunnel.

The part "VPN-client side connect to internet using the tunnel" is working fine.

the configuration is the following

SERVER SIDE
Router asus wrt merlin running wireguard server
Router ip 192.168.119.1
WireGuard server ip 10.6.0.1
Intranet option enabled
Allowed IPs(Server) 10.6.0.120/32,192.168.120.0/24
Allowed IPs (client) 0.0.0.0/0
Static route
Host 192.168.120.0
mask 255.255.255.0
gateway 10.6.0.1
interface LAN

CLIENT SIDE
Router with OPENWRT
Router ip 192.168.120.119
WireGuard client ip 10.6.0.120

Configuration pictures of client side follow
View attachment 64494














View attachment 64495

View attachment 64496

View attachment 64497

I wonder if I have to define a forwarding vpnWG=>lan
And I am also not that sure that Server side static route gateway should be something different
You have to aske in openwrt forums, this is not supported here.
 
Well missconfiguration could be also from asus wrt merlin side. I have an hybrid configuration .

Does your reply imply that my server side configuration is correct ?
 

Similar threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top