hi all!
i have 2 internet conn (more coming) and 1 mt 532…
i’ve done load balance like someone suggested on http://wiki.mikrotik.com/wiki/Load_Balancing
my problem is that now i’m unable to bind some port to single ip (just to give some users highid on emule).. the previous rule don’t work anymore and i’m unable to understand why!
someone can help me?
ps.
just to make you understand what i need, i’ve to open and redirect some port from public interface to private.
i have 10.10.10.1 WAN1 gateway
and 10.10.20.1 that is WAN2 gateway
both are on ether1 interface… i have a switch where are linked 2 modems (both configurated to forward ALL traffic to the mikrotik). Web, IM, Chat, https works well.
i want that when someone go to my two publicip, they have to be redirect on a private pc.
ex:
publicip1 = 80.80.80.1
publicip2 = 80.80.80.2
80.80.80.1:80 → 192.168.20.15:80
80.80.80.2:110 → 192.168.20.20:100
and so on…
someone can help me?
thankyou
(prior the load balance configuration, port forwarding was ok on WAN1…)