Community discussions

MikroTik App
 
Ruku
just joined
Topic Author
Posts: 5
Joined: Fri Mar 21, 2014 10:53 pm

Load balancing and wireless interface

Thu Mar 27, 2014 6:12 pm

hello all
I have an Rb951 wireless mikrotik router. I have Load Balancing configured were WAN1 is port5 and WAN2 is port4
and Local is port1.

I need to configure also wireless out!!!
Is there any one who can help??
 
User avatar
rickfrey
Trainer
Trainer
Posts: 609
Joined: Sun Feb 14, 2010 11:41 pm
Location: Van, Texas
Contact:

Re: Load balancing and wireless interface

Fri Mar 28, 2014 5:10 pm

That's not a problem. Can you post your settings? Without knowing what your setup is, my first question is, do you have the wireless interface and the LAN interface in a bridge together?
 
Ruku
just joined
Topic Author
Posts: 5
Joined: Fri Mar 21, 2014 10:53 pm

Re: Load balancing and wireless interface

Fri Mar 28, 2014 5:21 pm

Here is the configuration:

Link(1) - 192.168.3.1 = WAN1

Link(2) - 192.168.4.1= WAN2

WAN-OUT = However u wanna export traffic




/ip firewall mangle
add chain=input in-interface=WAN1 action=mark-connection new-connection-mark=WAN1_conn
add chain=input in-interface=WAN2 action=mark-connection new-connection-mark=WAN2_conn

add chain=output connection-mark=WAN1_conn action=mark-routing new-routing-mark=to_WAN1
add chain=output connection-mark=WAN2_conn action=mark-routing new-routing-mark=to_WAN2

add chain=prerouting dst-address=192.168.3.0/24 action=accept in-interface=WAN-OUT
add chain=prerouting dst-address=192.168.4.0/24 action=accept in-interface=WAN-OUT

add chain=prerouting dst-address-type=!local in-interface=WAN-OUT per-connection-classifier=both-addresses­-and-ports:2/0 action=mark-connection new-connection-mark=WAN1_conn passthrough=yes
add chain=prerouting dst-address-type=!local in-interface=WAN-OUT per-connection-classifier=both-addresses­-and-ports:2/1 action=mark-connection new-connection-mark=WAN2_conn passthrough=yes

add chain=prerouting connection-mark=WAN1_conn in-interface=WAN-OUT action=mark-routing new-routing-mark=to_WAN1
add chain=prerouting connection-mark=WAN2_conn in-interface=WAN-OUT action=mark-routing new-routing-mark=to_WAN2

/ip route
add dst-address=0.0.0.0/0 gateway=192.168.3.1 routing-mark=to_WAN1 check-gateway=ping
add dst-address=0.0.0.0/0 gateway=192.168.4.1 routing-mark=to_WAN2 check-gateway=ping

add dst-address=0.0.0.0/0 gateway=192.168.3.1 distance=1 check-gateway=ping
add dst-address=0.0.0.0/0 gateway=192.168.4.1 distance=2 check-gateway=ping

/ip firewall nat
add chain=srcnat out-interface=WAN1 action=masquerade
add chain=srcnat out-interface=WAN2 action=masquerade
 
Ruku
just joined
Topic Author
Posts: 5
Joined: Fri Mar 21, 2014 10:53 pm

Re: Load balancing and wireless interface

Fri Mar 28, 2014 5:22 pm

And my wireless mode ap-Bridge
 
User avatar
rickfrey
Trainer
Trainer
Posts: 609
Joined: Sun Feb 14, 2010 11:41 pm
Location: Van, Texas
Contact:

Re: Load balancing and wireless interface

Fri Mar 28, 2014 6:31 pm

If you routing is working for you what you are asking for is how to connect the wireless, then you will want to create a new bridge with the LAN and the wireless ports. Then everywhere in your config that you have something attached to the LAN port, change it to the bridge. For example, IP addresses, mangle rules, DHCP server, NAT, ect.

Who is online

Users browsing this forum: No registered users and 9 guests