Hey guys,
I have a RB4011 which was running V6.
I have packet bonding with my ISP that allows me to bond both my FTTC connections for upload and download (same ISP and with there supported RADIUS) but on my own for the router.
This has been working fine until i upgraded to V7 whereby it seems "routing-mark" is no longer supported in /ip route and all my routes have been removed.
Here was my config in V6 (IPs removed)
/ip address
add address=x.x.x.x/30 interface=HANDOVER network=x.x.x.x
/ip firewall mangle
add action=mark-packet chain=prerouting new-packet-mark=ONE nth=2,1 \ passthrough=yes src-address=x.x.x.x/30
add action=mark-packet chain=prerouting new-packet-mark=TWO nth=2,2 \ passthrough=yes src-address=x.x.x.x/30
add action=mark-routing chain=prerouting new-routing-mark=ONE packet-mark=ONE \ passthrough=no
add action=mark-routing chain=prerouting new-routing-mark=TWO packet-mark=TWO \ passthrough=no
/ip route
add check-gateway=ping distance=1 gateway="FTTC Line 1" routing-mark=ONE
add check-gateway=ping distance=1 gateway="FTTC Line 2" routing-mark=TWO
add check-gateway=ping distance=2 gateway="FTTC Line 1,FTTC Line 2"
I assume this has been removed or changed into the Firewall and other modules.
Does anyone know if its possible to convert it to work with V7? (I know i could go back to V6)
Any advise or pointers would be greatly appreciated.
Kind Regards,
Adam