Page 1 of 1

Adding a new Subnet to Mikrotik VPN

Posted: Thu Nov 09, 2017 11:44 am
by absi81
Hi all,

I am new to Mikrotik and am trying to get my head around this firewall logic but I need to sort something out quickly before I dig in further....

I have a hardware VPN setup between the Mikrotic and Azure networks and would like to add a new subnet on the mikrotik which I have created on Azure... Basically, just need to add another subnet to vpn configuration...

Can you please assist?

Regards

Re: Adding a new Subnet to Mikrotik VPN

Posted: Thu Nov 09, 2017 1:29 pm
by Anumrak
Can you paste here simple scheme? You need to merge hosts in one subnet or you need to add a route to new subnet on Azure?

Re: Adding a new Subnet to Mikrotik VPN

Posted: Thu Nov 09, 2017 2:25 pm
by mali2003
sound like you would like add a new route!?
IP->route
there you are able to add your network from azure and gateway to azure

is this your goal?

Re: Adding a new Subnet to Mikrotik VPN

Posted: Thu Nov 09, 2017 3:58 pm
by absi81
yes, so the VPN is setup. I just want to add the route,,

Re: Adding a new Subnet to Mikrotik VPN  [SOLVED]

Posted: Thu Nov 09, 2017 4:04 pm
by Anumrak
yes, so the VPN is setup. I just want to add the route,,
Just
ip route
add dst-address="new subnet on Azure side" gateway="vpn ip address on Azure side"

Re: Adding a new Subnet to Mikrotik VPN

Posted: Thu Nov 09, 2017 4:06 pm
by absi81
Thank you, I wil try that and let you know.