Respostas

  • sim amigo claro fazendo rotas me add no skype eu faço pra voce  augustocezar2013-2013@live.com

    vou te da um exemplo

    /ip firewall address-list
    add address=172.16.0.1 comment=Cliente1 disabled=yes list=pppoe-out1
    add address=172.16.0.2 comment=Cliente2 disabled=no list=pppoe-out2
    add address=172.16.0.3 comment=Cliente3 disabled=no list=pppoe-out1
    add address=172.16.0.4 comment=Cliente4 disabled=no list=pppoe-out2

    cliente por ppoe-ou1

    cliente por ppoe-out2


    /ip firewall mangle
    add action=mark-routing chain=prerouting comment="" disabled=no \
    new-routing-mark=pppoe-out1 passthrough=no src-address-list=pppoe-out1
    add action=mark-routing chain=prerouting comment="" disabled=no \
    new-routing-mark=pppoe-out2 passthrough=no src-address-list=pppoe-out2

    /ip route
    add comment="" disabled=no distance=1 dst-address=0.0.0.0/0 gateway=\
    pppoe-out1 routing-mark=pppoe-out1 scope=30 target-scope=10
    add comment="" disabled=no distance=1 dst-address=0.0.0.0/0 gateway=\
    pppoe-out2 routing-mark=pppoe-out2 scope=30 target-scope=10

This reply was deleted.