Hi all,
Someone know how to forward VLAN to my openvpn clients ? I’m trying access VLAN100 from my openvpn conection on mikrotik router but doesn’t work!
NAT rules? or what the correct procedure?
Thanks
Hi all,
Someone know how to forward VLAN to my openvpn clients ? I’m trying access VLAN100 from my openvpn conection on mikrotik router but doesn’t work!
NAT rules? or what the correct procedure?
Thanks
If I do the following on my client I can access the VLAN100:
VLAN100 = 10.0.68.0/24
OPVN = 172.25.10.0/24
ifconfig tap0:0 10.0.68.24 netmask 255.255.255.0
ip route del 10.0.68.0/24
ip route add 10.0.68.0/24 via 172.25.10.1
But now the question is how can I do this on mikrotik router without having to do this on the client?
Thanks in advance!