hi,ive one vpn server and one vpn client (layer2 tunnels between them) mikrotik 3.24 running on both.
vpn server has a fast line, with 2 public ip addresses, client has, 2 lines, from 2 different isps.
i have 2 tunnels between them,from ISP1 to publicip1 of server, ISP2 to publicip2 of server. both works.
layer2 tunnel ips are below.
SERVER. . . . . . . . . . . . . . . . . . . . . . . . . . . . CLIENT
192.168.1.1----------------------------------192.168.1.15
192.168.1.101--------------------------------192.168.1.115
the LAN behind server is, 10.40.35.0/24
the LAN behind client is, 10.40.36.0/24
on routing table on server,
add comment=“” disabled=no distance=1 dst-address=10.40.36.0/24 gateway=
192.168.1.15,192.168.1.115 scope=30 target-scope=10
on routing table on client,
add comment=“” disabled=no distance=1 dst-address=10.40.35.0/24 gateway=
192.168.1.1,192.168.1.101 scope=30 target-scope=10
now each time i traceroute from a workstation on serverside LAN, to a workstation on clientside LAN,
it always uses same gateway. doesnt look like it is balancing the load.
but if i remote any of the gateways, the other one works OK. so i am sure both tunnels are working alone.
did i forget something?