Hello everyone,
can you please advise if there is a possiblity of setting up a WireGuard between two MikroTiks in a following way:
1st MikroTik on Site A is WireGuard server and has an full access to internet via ISP1
2nd Mikrotik on Site B will be a WireGuard client, but only for a specific subnet. It has full internet access via ISP2
What do I mean by that:
2nd MikroTik has LAN + WLAN configured with DHCP server for LAN and WLAN and DHCP client on its WAN interface.
The idea is, to tunnel all traffic from WLAN to WG tunnel to site A and then to Internet (so it will be visible to public Internet via IP address of Site A, instead of site B.
LAN traffic from Site B will go to internet via it’s default route from ISP2. Only WLAN traffic (that IP subnet) should be routed into tunnel to site A and then to internet.
Is something like this doable and if yes, what needs to be set tup on each side? (I mean just a brief concepts)
I know the easiest way is to configure wireguard client on machine connecting to WiFi, but this is not possible due to forbidden installation of any software on that machine. So I need a way to send the traffic from WiFi to WG tunnel and on Siate A to Internet.
Thanks in advance.