#internet #mikrotik #router #winbox #hotspot
Mikrotik Script 2 WAN Load Balancing Script
To configure Mikrotik Script for 2 WAN Load Balancing, follow these steps:
Connect your Mikrotik router to both WAN links.
Open Winbox and connect to your Mikrotik router.
Click on "New Terminal" from the toolbar.
Type in the following script:
Set up two WAN interfaces
/interface ethernet
set ether1 name=WAN1
set ether2 name=WAN2
Set up IP addresses for WAN interfaces
/ip address
add address=192.168.1.2/24 interface=WAN1
add address=192.168.2.2/24 interface=WAN2
Create a new gateway group
/ip route
add gateway=192.168.1.1 check-gateway=ping distance=1
add gateway=192.168.2.1 check-gateway=ping distance=1
add dst-address=0.0.0.0/0 gateway-group=WANs
Set up load balancing
/ip firewall mangle
add chain=prerouting in-interface=LAN action=mark-connection new-connection-mark=WAN1_conn passthrough=yes
add chain=prerouting in-interface=LAN action=mark-connection new-connection-mark=WAN2_conn passthrough=yes
add chain=output connection-mark=WAN1_conn action=mark-routing new-routing-mark=to_WAN1
add chain=output connection-mark=WAN2_conn action=mark-routing new-routing-mark=to_WAN2
/ip route rule
add dst-address=0.0.0.0/0 action=lookup table=to_WAN1
add dst-address=0.0.0.0/0 action=lookup table=to_WAN2
Enable NAT
/ip firewall nat
add chain=srcnat out-interface=WAN1 action=masquerade
add chain=srcnat out-interface=WAN2 action=masquerade
Please My Channel and Pages follow Subscribe,Like and Share Thank You
====================================================================
1- Subscribe YouTube: I Like Pathan
https://bit.ly/40XO3O4
_________________________________________________________________________
2- Subscribe YouTube: Zila Network
https://bit.ly/3MjBNUg
_________________________________________________________________________
3- Subscribe YouTube: Zila Pathan Vlogs
https://bit.ly/4365yxJ
_________________________________________________________________________
4- follow my Facebook Page:Comedy TV
https://bit.ly/3naFnpE
_________________________________________________________________________
5- follow my Facebook Page:
https://bit.ly/3Np8fox
_________________________________________________________________________
6- TikTok Page Like and follow:
/ like_pathan
_________________________________________________________________________
7- WEB: https://zilapathan.blogspot.com/
====================================================================