Hi community.
I have 2 Routers R1 and R2. They have connected in different ISP and placed far for each other.
R1 has public pool IPs from ISP: 123.123.123.0/28 (GW: 123.123.123.1)
R2 has public IP only: 222.222.222.222.
How can i connect them together with each other so R2 can use 123.123.123.0/28 network.
Thank you for answers.
At least 10 options.
https://help.mikrotik.com/docs/display/ROS/Virtual+Private+Networks
I would go with wireguard.
IPSEC or OVPN are also good candidates.
How can I “teleport” public IPs from R1 to R2?
With destination NAT rules.
Established VPN of your choice, then use mangle or routing rules to route your internal subnet to the other side of the tunnel then use srcnat NAT
Do you have some examples of config?
Static route to R2 resolved my problem.
Senje can you provide a bit more detail on how you solved the issue.
Did you create a vpn tunnel and then use static routes?