Community discussions

MikroTik App
 
logros
newbie
Topic Author
Posts: 49
Joined: Thu Feb 04, 2010 11:01 pm

2 WAN's dynamic PPPoE Loadbalancing

Thu Feb 04, 2010 11:16 pm

Hi,
i need your help.
I have 2 wan connections to ISPs dynamic PPPoE and 1 Lan port to local area.
How i can setup it right to load balancing bandwith to all users in local? Or give link's to manual "How to"

Thanks a lot to man, who help me:)
 
User avatar
Chupaka
Forum Guru
Forum Guru
Posts: 8712
Joined: Mon Jun 19, 2006 11:15 pm
Location: Minsk, Belarus
Contact:

Re: 2 WAN's dynamic PPPoE Loadbalancing

Fri Feb 05, 2010 4:44 pm

http://wiki.mikrotik.com/wiki/PCC#Appli ... _Balancing

just instead of 'gateway=1.2.3.4' use 'gateway=pppoe-out1'
 
logros
newbie
Topic Author
Posts: 49
Joined: Thu Feb 04, 2010 11:01 pm

Re: 2 WAN's dynamic PPPoE Loadbalancing

Sat Feb 06, 2010 10:21 pm

http://wiki.mikrotik.com/wiki/PCC#Appli ... _Balancing

just instead of 'gateway=1.2.3.4' use 'gateway=pppoe-out1'
thank's :)
But what arguments of dst-address in this lines i've must insert:
add chain=prerouting dst-address=10.111.0.0/24 action=accept in-interface=Local
add chain=prerouting dst-address=10.112.0.0/24 action=accept in-interface=Local

because what ip's put me next time ISP i don't know.
Can i use "!local" in this expression?
 
User avatar
Chupaka
Forum Guru
Forum Guru
Posts: 8712
Joined: Mon Jun 19, 2006 11:15 pm
Location: Minsk, Belarus
Contact:

Re: 2 WAN's dynamic PPPoE Loadbalancing

Mon Feb 08, 2010 12:39 pm

those are you local addresses. if your don't use routing between your internal subnets - simply ignore those rules