Hi,
We have a MikroTik router configured with 02 Ethernet links: “eth1 using IP 111.111.111.111” and “eth2 using IP 222.222.222.222”. Additionally, we have a bridge with VLANs, namely vlan01 “network 1.0.0.0/24,” vlan02 “network 2.0.0.0/24,” and vlan03 “network 3.0.0.0/24.” We also have an OVPN Server configured using network 4.0.0.0/24.
Outside this environment, we have Azure using public IP 444.444.444.44, vnet network 5.0.0.0/16, and subnet 5.5.0.0/24. This environment is establishing a site-to-site VPN connection (IPsec) with the MikroTik router mentioned, through the eth1 port, communicating with vlan01.
I need the external collaborators using OpenVPN to also communicate with Azure through the already established site-to-site VPN.
What rules do we need to create to enable this communication?
Tks,