my export here:
[admin@MikroTik] > export
# jun/16/2016 15:36:39 by RouterOS 6.35.4
# software id = Y6T3-ZYUP
#
/interface bridge
add admin-mac=E4:8D:8C:DD:BF:D2 auto-mac=no comment=defconf name=bridge
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-Ce country=brazil disabled=no distance=indoors frequency=auto mode=ap-bridge ssid=\
MikroTik wireless-protocol=802.11
/interface ethernet
set [ find default-name=ether1 ] name=01net
set [ find default-name=ether2 ] name=02lan
set [ find default-name=ether3 ] name=03gvt
/ip neighbor discovery
set "01net" discover=no
set bridge comment=defconf
/interface ethernet switch port
set 0 default-vlan-id=1
set 2 default-vlan-id=2
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk mode=dynamic-keys wpa-pre-shared-key=1566650310 wpa2-pre-shared-key=234523543
/ip pool
add name=dhcp ranges=10.1.1.3-10.1.1.254
add name=vpn ranges=192.168.89.2-192.168.89.255
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge name=defconf src-address=10.1.1.3
/ppp profile
set *FFFFFFFE local-address=192.168.89.1 remote-address=vpn
/interface bridge port
add bridge=bridge comment=defconf interface=02lan
add bridge=bridge comment=defconf interface=wlan1
/interface l2tp-server server
set enabled=yes ipsec-secret=dsdfgsdfgsg0310 use-ipsec=yes
/interface pptp-server server
set enabled=yes
/interface sstp-server server
set default-profile=default-encryption enabled=yes
/ip address
add address=10.1.1.2/24 comment=defconf interface=02lan network=10.1.1.0
add address=192.168.1.2/24 interface=03gvt network=192.168.1.0
add address=192.168.25.2/24 interface=01net network=192.168.25.0
/ip cloud
set ddns-enabled=yes
/ip dhcp-client
add comment=defconf dhcp-options=hostname,clientid interface=01net
add default-route-distance=0 dhcp-options=hostname,clientid interface=03gvt
/ip dhcp-server network
add address=10.1.1.0/24 comment=defconf gateway=10.1.1.2 netmask=24
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4
/ip dns static
add address=192.168.1.2 name=router
/ip firewall filter
add chain=input comment="defconf: accept ICMP" protocol=icmp
add chain=input comment="defconf: accept established,related" connection-state=established,related
add chain=input comment="allow l2tp" dst-port=1701 protocol=udp
add chain=input comment="allow pptp" dst-port=1723 protocol=tcp
add chain=input comment="allow sstp" dst-port=443 protocol=tcp
add action=drop chain=input comment="defconf: drop all from WAN" in-interface=01net
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" connection-state=established,related
add chain=forward comment="defconf: accept established,related" connection-state=established,related
add action=drop chain=forward comment="defconf: drop invalid" connection-state=invalid
add action=drop chain=forward comment="defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat connection-state=new in-interface=01net
/ip firewall mangle
add action=mark-connection chain=prerouting comment="SITE POR LINK" connection-state=new dst-address-list=LINK0 in-interface=bridge new-connection-mark=\
Sites0
add action=mark-routing chain=prerouting connection-mark=Sites0 in-interface=bridge new-routing-mark=Rota0 passthrough=no
add action=mark-connection chain=prerouting connection-state=new dst-address-list=LINK1 in-interface=bridge new-connection-mark=Sites1
add action=mark-routing chain=prerouting connection-mark=Sites1 in-interface=bridge new-routing-mark=Rota1 passthrough=no
add action=add-dst-to-address-list address-list=ftp_con address-list-timeout=6h chain=prerouting comment="FTP FORA DO BALANCE" dst-port=21 in-interface=\
bridge protocol=tcp
add chain=prerouting dst-address-list=ftp_con in-interface=bridge
add chain=prerouting comment="OUTRAS PORTAS FORA DO LOADBALACED" dst-port=443,5000-6999,8080 in-interface=bridge protocol=tcp
add chain=prerouting dst-port=443,5000-6999,8080 in-interface=bridge protocol=udp
add chain=prerouting comment="ACEITA REDE" dst-address=192.168.0.0/24 in-interface=bridge
add chain=prerouting dst-address=192.168.1.0/24 in-interface=bridge
add action=mark-connection chain=prerouting comment="MARCA CONEXAO ENTRADA PARA VOLTAR PELO MESMO LINK" connection-state=new in-interface=01net \
new-connection-mark=01net_conn
add action=mark-connection chain=prerouting connection-state=new in-interface=03gvt new-connection-mark=03gvt_conn
add action=mark-routing chain=output connection-mark=01net_conn new-routing-mark=to_01net
add action=mark-routing chain=output connection-mark=03gvt_conn new-routing-mark=to_03gvt
add action=mark-connection chain=prerouting comment="BALANCEANDO CONEXAO" connection-state=established dst-address-type=!local in-interface=bridge \
new-connection-mark=01net_conn per-connection-classifier=both-addresses-and-ports:3/0
add action=mark-connection chain=prerouting connection-state=established dst-address-type=!local in-interface=bridge new-connection-mark=01net_conn \
per-connection-classifier=both-addresses-and-ports:3/1
add action=mark-connection chain=prerouting connection-state=established dst-address-type=!local in-interface=bridge new-connection-mark=03gvt_conn \
per-connection-classifier=both-addresses-and-ports:3/2
add action=mark-routing chain=prerouting comment="DIRECIONA MARCACAO PARA ROTEAMENTO" connection-mark=01net_conn in-interface=bridge new-routing-mark=\
to_01net
add action=mark-routing chain=prerouting connection-mark=03gvt_conn in-interface=bridge new-routing-mark=to_03gvt
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" out-interface=01net
add action=masquerade chain=srcnat disabled=yes out-interface=03gvt
/ip route
add distance=2 gateway=192.168.57.1 routing-mark=Rota0
add disabled=yes distance=1 gateway=192.168.56.1 routing-mark=Rota0
add distance=1 gateway=192.168.57.1 routing-mark=Rota1
add distance=2 gateway=192.168.56.1 routing-mark=Rota1
add distance=1 gateway=192.168.57.1 routing-mark=to_01net
add distance=2 gateway=192.168.56.1 routing-mark=to_01net
add distance=1 gateway=192.168.56.1 routing-mark=to_03gvt
add distance=2 gateway=192.168.57.1 routing-mark=to_03gvt
add distance=1 gateway=192.168.56.1
add distance=2 gateway=192.168.57.1
add distance=1 dst-address=8.8.8.8/32 gateway=192.168.0.1 scope=10
add distance=20 dst-address=8.8.8.8/32 type=blackhole
add check-gateway=ping distance=1 dst-address=192.168.56.1/32 gateway=208.67.220.220 scope=10
add check-gateway=ping distance=1 dst-address=192.168.56.1/32 gateway=200.160.2.3 scope=10
add check-gateway=ping distance=1 dst-address=192.168.57.1/32 gateway=208.67.222.222 scope=10
add check-gateway=ping distance=1 dst-address=192.168.57.1/32 gateway=8.8.8.8 scope=10
add distance=1 dst-address=200.160.2.3/32 gateway=192.168.1.1 scope=10
add distance=20 dst-address=200.160.2.3/32 type=blackhole
add distance=1 dst-address=208.67.220.220/32 gateway=192.168.1.1 scope=10
add distance=20 dst-address=208.67.220.220/32 type=blackhole
add distance=1 dst-address=208.67.222.222/32 gateway=192.168.0.1 scope=10
add distance=20 dst-address=208.67.222.222/32 type=blackhole
/ppp secret
add name=vpn password=dudako346456
/system clock
set time-zone-name=America/Sao_Paulo
/system routerboard settings
# Firmware upgraded successfully, please reboot for changes to take effect!
set cpu-frequency=650MHz protected-routerboot=disabled
/system scheduler
add comment=mundolimpo.ddns.net interval=5m name=sdfgsdfgsdfgsdfg.ddns.net on-event=earagrr.ddns.net policy=read,write,test start-date=may/18/2016 start-time=\
10:54:22
add comment=mundolimpogvt.ddns.net interval=5m name=agadfgafdgvt.ddns.net on-event=adgasdgadgt.ddns.net policy=read,write,test start-date=may/18/2016 \
start-time=10:54:31
/system script
add name=dfdfasdfo.ddns.net owner=admin policy=read,write,test source="# DNS Din\E2mico usando No-IP asdfasdfasdfasd.ddns.net pela GVT (3\AAporta 03gvt) do Rou\
terBoart Mikrotik\r\
\n# DNS Din\E2mico usando No-IP mundolimpo.ddns.net pela NET (1\AAporta 01net) do RouterBoart Mikrotik\r\
\n\r\
\n\r\
\n#--------------- Altere os valores abaixo com suas informa\E7\F5es corretas ------------------\r\
\n\r\
\n# Conta de Usu\E1rio e Senha do No-IP\r\
\n:local noipuser \"SFasdfnet\"\r\
\n:local noippass \"dSDFASDFo150310\"\r\
\n\r\
\n# Especifique o endere\E7o do seu no-ip a ser usado\r\
\n#:local noiphost \"\SDFSDFASDFo.ddns.net\" = NET\r\
\n#:local noiphost \"m\SDFASDFt.ddns.net\" = GVT\r\
\n:local noiphost \"mSDFASDFASDF.ddns.net\"\r\
\n\r\
\n# Coloque aqui o nome de sua interface WAN (INTERNET)\r\
\n#:local inetinterface \"01net\"\r\
\n#:local inetinterface \"03gvt\"\r\
\n:local inetinterface \"01net\"\r\
\n\r\
\n#------------------------------------------------------------------------------------\r\
\n# N\E3o mude mais nada daqui em diante!\r\
\n\r\
\n:global previousIP\r\
\n\r\
\n:if ([/interface get \$inetinterface value-name=running]) do={\r\
\n# Get the current IP on the interface\r\
\n :local currentIP [/ip address get [find interface=\"\$inetinterface\" disabled=no] address]\r\
\n\r\
\n# Strip the net mask off the IP address\r\
\n :for i from=( [:len \$currentIP] - 1) to=0 do={\r\
\n :if ( [:pick \$currentIP \$i] = \"/\") do={ \r\
\n :set currentIP [:pick \$currentIP 0 \$i]\r\
\n } \r\
\n }\r\
\n\r\
\n :if (\$currentIP != \$previousIP) do={\r\
\n :log info \"No-IP: Current IP \$currentIP is not equal to previous IP, update needed\"\r\
\n :set previousIP \$currentIP\r\
\n\r\
\n# The update URL. Note the \"\\3F\" is hex for question mark. Required since is a special character in commands.\r\
\n :local url \"
http://dynupdate.no-ip.com/nic/update\\ ... rentIP\"\r\
\n :local noiphostarray\r\
\n :set noiphostarray [:toarray \$noiphost]\r\
\n :foreach host in=\$noiphostarray do={\r\
\n :log info \"No-IP: Sending update for \$host\"\r\
\n /tool fetch url=(\$url . \"&hostname=\$host\") user=\$noipuser password=\$noippass mode=http Dst-path=(\"no-ip_ddns_update-\" . \$host . \".t\
xt\")\r\
\n :log info \"No-IP: Host \$host updated on No-IP with IP \$currentIP\"\r\
\n }\r\
\n } else={\r\
\n :log info \"No-IP: Previous IP \$previousIP is equal to current IP, no update needed\"\r\
\n }\r\
\n} else={\r\
\n :log info \"No-IP: \$inetinterface is not currently running, so therefore will not update.\"\r\
\n}"
add name=SDFASDFASDF.ddns.net owner=admin policy=read,write,test source="# DNS Din\E2mico usando No-IP \AS\ASDasd.ddns.net pela GVT (3\AAporta 03gvt) do \
RouterBoart Mikrotik\r\
\n# DNS Din\E2mico usando No-IP sasdasdASDo.ddns.net pela NET (1\AAporta 01net) do RouterBoart Mikrotik\r\
\n\r\
\n\r\
\n#--------------- Altere os valores abaixo com suas informa\E7\F5es corretas ------------------\r\
\n\r\
\n# Conta de Usu\E1rio e Senha do No-IP\r\
\n:local noipuser \"mundoASDFASDFt\"\r\
\n:local noippass \"\ZFA\SDFsdf10\"\r\
\n\r\
\n# Especifique o endere\E7o do seu no-ip a ser usado\r\
\n#:local noiphost \"asdfasdfasdf.ddns.net\" = NET\r\
\n#:local noiphost \"sdfasdfasdfasdfas.ddns.net\" = GVT\r\
\n:local noiphost \"sdfasdfasdfat.ddns.net\"\r\
\n\r\
\n# Coloque aqui o nome de sua interface WAN (INTERNET)\r\
\n#:local inetinterface \"01net\"\r\
\n#:local inetinterface \"03gvt\"\r\
\n:local inetinterface \"03gvt\"\r\
\n\r\
\n#------------------------------------------------------------------------------------\r\
\n# N\E3o mude mais nada daqui em diante!\r\
\n\r\
\n:global previousIP\r\
\n\r\
\n:if ([/interface get \$inetinterface value-name=running]) do={\r\
\n# Get the current IP on the interface\r\
\n :local currentIP [/ip address get [find interface=\"\$inetinterface\" disabled=no] address]\r\
\n\r\
\n# Strip the net mask off the IP address\r\
\n :for i from=( [:len \$currentIP] - 1) to=0 do={\r\
\n :if ( [:pick \$currentIP \$i] = \"/\") do={ \r\
\n :set currentIP [:pick \$currentIP 0 \$i]\r\
\n } \r\
\n }\r\
\n\r\
\n :if (\$currentIP != \$previousIP) do={\r\
\n :log info \"No-IP: Current IP \$currentIP is not equal to previous IP, update needed\"\r\
\n :set previousIP \$currentIP\r\
\n\r\
\n# The update URL. Note the \"\\3F\" is hex for question mark . Required since is a special character in commands.\r\
\n :local url \"
http://dynupdate.no-ip.com/nic/update\\ ... rentIP\"\r\
\n :local noiphostarray\r\
\n :set noiphostarray [:toarray \$noiphost]\r\
\n :foreach host in=\$noiphostarray do={\r\
\n :log info \"No-IP: Sending update for \$host\"\r\
\n /tool fetch url=(\$url . \"&hostname=\$host\") user=\$noipuser password=\$noippass mode=http Dst-path=(\"no-ip_ddns_update-\" . \$host . \".t\
xt\")\r\
\n :log info \"No-IP: Host \$host updated on No-IP with IP \$currentIP\"\r\
\n }\r\
\n } else={\r\
\n :log info \"No-IP: Previous IP \$previousIP is equal to current IP, no update needed\"\r\
\n }\r\
\n} else={\r\
\n :log info \"No-IP: \$inetinterface is not currently running, so therefore will not update.\"\r\
\n}"
/tool mac-server
set [ find default=yes ] disabled=yes
add interface=bridge
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
add interface=bridge