Community discussions

MikroTik App
 
User avatar
hecklertm
Member Candidate
Member Candidate
Topic Author
Posts: 165
Joined: Fri Jun 24, 2005 5:12 am
Location: US

Quick WDS MESH example config

Fri Apr 20, 2007 9:16 pm

I have never needed to setup a WDS mesh before, even though I have been using the MTOS for over a year. I am trying to put together a quick install tonight, and I need someone to point me to a good example of what I am trying to do. Similar to the presentation I went to on setting up a WDS MESH at the Dallas MUM. Can you point me quickly to a few examples of a 3 router mesh with one router as the gateway?
Once I see the examples of the commands to use, I will understand the syntax and why. Thanks
 
User avatar
hecklertm
Member Candidate
Member Candidate
Topic Author
Posts: 165
Joined: Fri Jun 24, 2005 5:12 am
Location: US

Fri Apr 20, 2007 9:25 pm

I am thinking of trying to have a bridge setup and wds-mode set to dynamic on the gateway router so that either of the 2 remote routers in the mesh can talk directly to the gateway router, but in doing so, I am unclear on how to make a remote routers pass traffic to each other if one can't talk directly to the gateway router for some reason. Does the 2 remote routers also need have a bridge assigned between one another?

If anyone just has a config I can see, I will most likely understand.
 
User avatar
hecklertm
Member Candidate
Member Candidate
Topic Author
Posts: 165
Joined: Fri Jun 24, 2005 5:12 am
Location: US

Sat Apr 21, 2007 4:10 am

By the way, the gateway router is running the hotspot service for all of the routers.
 
User avatar
chvdr
Member
Member
Posts: 403
Joined: Thu Sep 22, 2005 8:53 pm

Sat Apr 21, 2007 4:57 pm

Is that wiki correct decition?

regards,
C. G. [/url]
 
User avatar
hecklertm
Member Candidate
Member Candidate
Topic Author
Posts: 165
Joined: Fri Jun 24, 2005 5:12 am
Location: US

Sat Apr 21, 2007 7:38 pm

I looked through that WIKI. It does not help me for this type of install. All APs must be able to allow wireless users to login and authenticate through the hospot gateway/internet gateway. I know GWISA has done this type of install, but I do not see that he or anyone else has posted an example of the method of this in his post at 10197.

I am now moving to thread 10197 since GWISA and assisting on this. By the way, I got it all working and will post the example commands in thread 10197
 
User avatar
samsoft08
Long time Member
Long time Member
Posts: 613
Joined: Sat Nov 26, 2005 10:52 pm

Sun Apr 22, 2007 2:57 am

MT/PC -------------- RB=========RB
II II
II II
====RB======

MT/PC : main gateway,hotspot,firewall,web-proxy ..... etc
RB : AP-bridge , 2radios , WDS
---- : wire
==: wireless

is this setup correct ??
 
User avatar
hecklertm
Member Candidate
Member Candidate
Topic Author
Posts: 165
Joined: Fri Jun 24, 2005 5:12 am
Location: US

Sun Apr 22, 2007 5:41 am

I am using three RB532a each with one XR2 card. One is the main gateway also running hotspot, firewall, pppoe, etc. Check out other thread for exact config.

Basically the three routers are layed out like a triangle (covering a 30000 sqft zone of 77 apartments) with a single gateway to the Internet.
 
User avatar
samsoft08
Long time Member
Long time Member
Posts: 613
Joined: Sat Nov 26, 2005 10:52 pm

Sun Apr 22, 2007 5:27 pm

Ok , my setup is look like your triangle RB's , but consider one of the 3 RB's is connected by wire to a MT/PC which is the main firewall , DHCP ,........etc . now , would the 3 RB's must have the same setup exactly ? I mean the one which is connected to the main MT has the same setup like the 2 other ?
 
User avatar
hecklertm
Member Candidate
Member Candidate
Topic Author
Posts: 165
Joined: Fri Jun 24, 2005 5:12 am
Location: US

Sun Apr 22, 2007 5:55 pm

Yes. Mine are configured as listed.

First enable rstp-test-bridge "/sys package enable 4" or whatever the number of that package is on your router.

Then issues these commands putting your specific locale and frequency settings:

Config wireless card, set periodic calibration in case of periodic weather changes, and set extentions to be compatible with all client radio cards.
/interface wireless set wlan1 ssid=YOURSSID frequency=2462 compression=yes band=2.4ghz-b/g mode=ap-bridge country="united states" periodic-calibration=enabled periodic-calibration-interval=720 disabled=no
/interface wireless print
/interface wireless set 0 proprietary-extensions=post-2.9.25
Add the bridge interface "wds1" and put wlan1 in the bridge
/interface bridge add name=wds1 protocol-mode=rstp disabled=no
/interface bridge port add interface=wlan1 bridge=wds1 disabled=no
/interface wireless print
Now set wlan1 to dynamic wds-mode and make its default bridge "wds1".
/interface wireless set 0 wds-default-bridge=wds1
/interface wireless set 0 wds-mode=dynamic
/interface wireless print
That's it. Do that on each router in the Mesh, and you will have a self healing dynamic wireless bridge. Since you use an MT router connected to ether1 of one of the RBs, you need to include ether1 in the bridge on that machine also. Example: /interface bridge port add interface=ether1 bridge=wds1 disabled=no
 
User avatar
samsoft08
Long time Member
Long time Member
Posts: 613
Joined: Sat Nov 26, 2005 10:52 pm

Sun Apr 22, 2007 6:10 pm

that was great , what if i have 2 radios on each RB ?
2.4G for clients and 5.8G for wds link , I think I should only add the wlan2 to the same bridge ...right ?
 
User avatar
hecklertm
Member Candidate
Member Candidate
Topic Author
Posts: 165
Joined: Fri Jun 24, 2005 5:12 am
Location: US

Sun Apr 22, 2007 8:41 pm

That should work fine.
 
User avatar
hecklertm
Member Candidate
Member Candidate
Topic Author
Posts: 165
Joined: Fri Jun 24, 2005 5:12 am
Location: US

Mon Apr 23, 2007 3:48 am

I installed the 3 routers in their final resting place in the apartment complex. They all seem to be working very well. If anything changes, I will notify. Maybe I should post the config in the WIKI so that other people don't have to stumble around to find an example of a dynamic wds mesh...

Who is online

Users browsing this forum: Ahrefs [Bot] and 25 guests