Respostas

  • /ip firewall address-list

    add address=10.19.0.0/24 comment="Rede Fora do Balance" list=Rede_Vivo
    add address=10.20.0.0/24 comment="Rede Fora do Balance" list=Rede_G8

    /ip firewall mangle

    add action=mark-routing chain=prerouting comment="*************************** REDE_VIVO ********************************" new-routing-mark=Router_1 passthrough=no src-address-list=Rede_Vivo
    add action=mark-routing chain=prerouting comment="*************************** REDE_G8 **********************************" new-routing-mark=Router_2 passthrough=no src-address-list=Rede_G8

    /ip route

    add distance=2 gateway= ( Aqui o Discador )
    add distance=3 gateway= ( Aqui o Ip Gateway da G8 )

    add distance=1 gateway= ( Aqui o Discador ) routing-mark=Router_1
    add distance=1 gateway= ( Aqui o Ip Gateway da G8 ) routing-mark=Router_2

This reply was deleted.