Community discussions

MikroTik App
 
User avatar
cpresto
Member Candidate
Member Candidate
Topic Author
Posts: 177
Joined: Tue Jul 18, 2006 3:12 pm

Three MT in bridge

Mon Aug 27, 2007 8:18 pm

Hi all,
I have a problem with this configuration
MT1 >>>>> MT2 ----- MT3 >>>>> CPE

where >>>> is a wireless link and ------ is a cable link. MT1, MT2 and MT3 have two wireless cards and one eth interface each.

MT1 and MT2 are in bridge on their wlan1 interfaces, following what explained here [url]http://wiki.mikrotik.com/wiki/Transpare ... o_Networks[/url, with MT1 in "bridge" mode and MT2 in "station wds" mode. MT2 and MT3 are connected via a switch.
There are two bridges:
Bridge1 that includes MT1 (eth1, wlan1) and MT2 (eth1, wlan1)
Bridge2 that includes only MT3 (eth1, wlan1, wlan2)
Bridge1 is inserted into WDS link (MT1>>>>MT2).

Since yeasterday everything worked fine, but suddenly it stops!!! :shock:
The problem is that MT3 seems to be out of broadcast domain: I can reach it from MT1 on its IP address, but I cannot see it via "IP neighbors" utility, and I cannot receive PPPoE authentication requests on MT1 from CPEs anymore..

Any idea about the problem ?!?!?

Thanks
 
User avatar
dallas
Long time Member
Long time Member
Posts: 548
Joined: Wed Dec 13, 2006 4:13 am
Location: Minnesota
Contact:

Re: Three MT in bridge

Wed Aug 29, 2007 7:41 am

Do WDS mode, you cant use CPE in bridge mode.
 
User avatar
cpresto
Member Candidate
Member Candidate
Topic Author
Posts: 177
Joined: Tue Jul 18, 2006 3:12 pm

Re: Three MT in bridge

Wed Aug 29, 2007 1:55 pm

Thank you Dallas,
the problem was a switch (Zyxel) that connects MT2 and MT3: I've simple rebooted it and everything went ok... :?
CPEs are configured as normal AP client in NAT router mode.

Rgds