Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 15133

Beginner Basics • Re: Wireguard

$
0
0
Okay on the first point, my bad, in pre-routing the out-interface is not yet known (chosen) and thus its the wrong item to put down here.

(First to ensure any traffic to or from wireguard to the LAN DOESNT not get mangled........)
add chain=prerouting action=accept src-address=192.168.0.0/24 out-interface=wireguard1
add chain=prerouting action=accept dst-address=192.168.0.0/24 in-interface=wireguard1


Replace with:

add chain=prerouting action=accept src-address=192.168.0.0/24 dst-address=192.168.70.0/24
add chain=prerouting action=accept dst-address=192.168.0.0/24 in-interface=wireguard1

Statistics: Posted by anav — Thu Dec 28, 2023 3:27 pm



Viewing all articles
Browse latest Browse all 15133

Trending Articles