Pessoal aqui do forum vou expor minhas regras para vocês, mas antes vou expor meu problemas aqui o quando coloco para abrir pagina normlamente aparece a pagina não pode ser exibida e tenho que ficar atualizando para funcionar, se alguém puder me ajudar eu agradeço...

/ ip firewall mangle
add chain=prerouting dst-address=189.56.0.0/16 action=mark-routing new-routing-mark=even passthrough=no comment="" disabled=no
add chain=prerouting dst-address=200.155.0.0/16 action=mark-routing new-routing-mark=even passthrough=no comment="" disabled=no
add chain=prerouting dst-address=200.208.0.0/16 action=mark-routing new-routing-mark=even passthrough=no comment="" disabled=no
add chain=prerouting dst-address=200.220.0.0/16 action=mark-routing new-routing-mark=even passthrough=no comment="" disabled=no
add chain=prerouting dst-address=200.246.0.0/16 action=mark-routing new-routing-mark=even passthrough=no comment="" disabled=no
add chain=prerouting dst-address=200.173.0.0/16 action=mark-routing new-routing-mark=even passthrough=no comment="" disabled=no
add chain=prerouting dst-address=170.66.0.0/16 action=mark-routing new-routing-mark=even passthrough=no comment="" disabled=no
add chain=prerouting dst-address=200.201.0.0/16 action=mark-routing new-routing-mark=even passthrough=no comment="" disabled=no
add chain=prerouting in-interface=Clientes connection-state=new nth=1,1,0 action=mark-connection new-connection-mark=odd passthrough=yes \
comment="" disabled=no
add chain=prerouting in-interface=Clientes connection-mark=odd action=mark-routing new-routing-mark=odd passthrough=no comment="" \
disabled=no
add chain=prerouting in-interface=Clientes connection-state=new nth=1,1,1 action=mark-connection new-connection-mark=even passthrough=yes \
comment="" disabled=no
add chain=prerouting in-interface=Clientes connection-mark=even action=mark-routing new-routing-mark=even passthrough=no comment="" \
disabled=no
/ ip firewall nat
add chain=srcnat connection-mark=odd action=src-nat to-addresses=192.168.10.3 to-ports=0-65535 comment="" disabled=no
add chain=srcnat connection-mark=even action=src-nat to-addresses=192.168.11.3 to-ports=0-65535 comment="" disabled=no
add chain=srcnat src-address=100.100.100.0/24 action=masquerade comment="Nat" disabled=no
/ ip firewall filter
add chain=input src-address=100.100.100.0/24 action=accept comment="" disabled=no
/ ip address
add address=192.168.10.3/24 network=192.168.10.0 broadcast=192.168.10.255 interface=link1 comment="" disabled=no
add address=100.100.100.254/24 network=100.100.100.0 broadcast=100.100.100.255 interface=Clientes comment="" disabled=no
add address=192.168.11.3/24 network=192.168.11.0 broadcast=192.168.11.255 interface=link2 comment="" disabled=no
/ ip route
add dst-address=0.0.0.0/0 gateway=192.168.10.254 scope=255 target-scope=10 comment="" disabled=no
add dst-address=0.0.0.0/0 gateway=192.168.10.254 scope=255 target-scope=10 routing-mark=odd comment="" disabled=no
add dst-address=0.0.0.0/0 gateway=192.168.11.254 scope=255 target-scope=10 routing-mark=even comment="" disabled=no
/ ip dns
set primary-dns=xxx.xxx.xxx.xxx secondary-dns=xxx.xxx.xxx.xxx allow-remote-requests=no cache-size=2048KiB cache-max-ttl=1w