Bienvenidos!!
Continuamos con nuestra serie de laboratorios de redes Mikrotik virtualizado
Comandos:
Conexiones usadas por propio router:
/ip firewall mangle
add chain=input in-interface=ether1-wan1 action=mark-connection new-connection-mark=ISP1_conn
add chain=input in-interface=ether2-wan2 action=mark-connection new-connection-mark=ISP1_conn
add chain=output connection-mark=ISP1_conn action=mark-routing new-routing-mark=to_ISP1 passthrough=no
add chain=output connection-mark=ISP2_conn action=mark-routing new-routing-mark=to_ISP2 passthrough=no
Rutas para balanceo y failover:
/ip route
add dst-address=0.0.0.0/0 gateway=192.168.42.1,192.168.41.1 check-gateway=ping
add dst-address=0.0.0.0/0 gateway=192.168.42.1 routing-mark=to_ISP1
add dst-address=0.0.0.0/0 gateway=192.168.41.1 routing-mark=to_ISP2
Recursos:
https://drive.google.com/drive/folder...
Consultas:
[email protected]
gracias por suscribirse!