🔥 کیا کرے گا یہ اسکرپٹ؟ ✔ 2 Internet (WAN1 + WAN2) ✔ Load Balancing (50/50) ✔ Auto Failover ✔ DHCP + DNS ready ✔ Basic firewall ⚠️ Run کرنے سے پہلے چیک کریں WAN1 gateway = 192.168.2.1 WAN2 gateway = 192.168.100.1 👉 اگر آپ کے ISP کا IP different ہو تو change کر دیں INTERFACE RENAME set [ find default-name=ether1 ] name=WAN1 set [ find default-name=ether2 ] name=WAN2 set [ find default-name=ether3 ] name=LAN1 set [ find default-name=ether4 ] name=LAN2 BRIDGE CONFIG (LAN PORTS) ====================== /interface bridge add name=LAN-BRIDGE /interface bridge port add interface=LAN1 bridge=LAN-BRIDGE add interface=LAN2 bridge=LAN-BRIDGE IP ADDRESSING /ip address add address=192.168.2.2/24 interface=WAN1 add address=192.168.100.2/24 interface=WAN2 add address=192.168.0.1/24 interface=LAN-BRIDGE DNS CONFIG /ip dns set servers=8.8.8.8 allow-remote-requests=no DHCP SERVER /ip pool add name=dhcp_pool ranges=192.168.0.10-192.168.0.254 /ip dhcp-server add name=dhcp1 interface=LAN-B...