Community discussions

MikroTik App
 
bouncer69
just joined
Topic Author
Posts: 7
Joined: Wed Sep 08, 2010 10:59 pm

Per-Traffic Load Balancing problem

Thu Sep 30, 2010 11:54 am

Hi,

I just follow the instruction Per-Traffic Load Balancing for my router but it is not working. I mean i have no internet at all.

here is my configuration:

Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 192.168.12.1 1
1 A S 0.0.0.0/0 192.168.12.1 1
2 A S 0.0.0.0/0 192.168.12.1 1
3 A S 0.0.0.0/0 192.168.11.1 1
4 A S 0.0.0.0/0 192.168.11.1 1
5 A S 0.0.0.0/0 192.168.11.1 1
6 A S 0.0.0.0/0 192.168.11.1 1
7 A S 0.0.0.0/0 192.168.12.1 1
8 ADC 192.168.11.0/24 192.168.11.2 ether1 0
9 ADC 192.168.12.0/24 192.168.12.2 ether2 0
10 ADC 192.168.14.0/23 192.168.14.1 ether6 0


Flags: X - disabled, I - invalid, D - dynamic
0 chain=prerouting action=mark-routing new-routing-mark=WAN-01
passthrough=no src-address-list=WAN-01

1 chain=prerouting action=mark-routing new-routing-mark=WAN-02
passthrough=no src-address-list=WAN-02

2 chain=prerouting action=mark-routing new-routing-mark=HTTP traffic
passthrough=no protocol=tcp dst-port=80

3 chain=prerouting action=mark-routing new-routing-mark=SSL traffic
passthrough=no protocol=tcp dst-port=443

4 chain=prerouting action=mark-routing new-routing-mark=POP3 traffic
passthrough=no protocol=tcp dst-port=110

5 chain=prerouting action=mark-routing new-routing-mark=SMTP traffic
passthrough=no protocol=tcp dst-port=25

6 chain=prerouting action=mark-routing new-routing-mark=P2P traffic
passthrough=no p2p=all-p2p

7 chain=prerouting action=mark-routing new-routing-mark=Unknown traffic passthrough=no


Flags: X - disabled, I - invalid, D - dynamic
0 ;;; Gateway 192.168.11.1/24
chain=srcnat action=masquerade src-address-list=Allowed-Internet out-interface=ether1

1 ;;; Gateway 192.168.12.1/24
chain=srcnat action=masquerade src-address-list=Allowed-Internet out-interface=ether2


I have no idea what to do to work this.