How i can make 2 wan ports in mikrotik router os.
with proxy and load balance and how to manage DNS server.
HI..
Regarding load balancing…its easy follow this example on wiki http://wiki.mikrotik.com/wiki/Load_Balancing_over_Multiple_Gateways
And regarding setting up multiple WAN interfaces…its not that difficult…
Just enter IP and set it to particulat interface as follows
/ip address add address=192.168.1.10 network=192.168.1.0 interface=ether1
/ip address add address=192.168.2.10 network=192.168.2.0 interface=ether2
Its not that difficult
Hi Salman ;
first regarding the load Balance there are many ways to do it , i am using a static load balance which i manually define the uses to the internet modems .
there are more than two topics in the wiki , you should read them and check if it suit you or not .
post your feedback regarding them here and let’s see how to help you more .
the second thing is the DNS , do not worry put and DNS server ip and it will work on both modems .
also you could put the primary DNS server for the first ISP and the primary DNS server for the second ISP in the / ip dns settings
with best regards .