router1 -> AP -> MT client -> router2

Is this possible with Mikrotik ?

Topology:
router1 --ethernet–> Wireless AP --wifi_link–> MT client --ethernet–> router2


Wireless AP - some “hardware” AP like Proxim AP2000

MT client -
Mikrotik router with wireless and ether interfaces are in bridge modes

router 1 and 2 have IPs in one subnet
(10.0.0.1/24 and 10.0.0.2/24 for example)


Please, help me with microtik config fot this example (if this posible)…



PS:
some docs was readed before this message posted :wink:
http://forum.mikrotik.com//viewtopic.php?t=5448
http://www.mikrotik.com/docs/ros/2.8/howto/howto.content#12.2.12

Not without running WDS on the mt client in which case you would need a AP that supports wds. You can not bridge the traffic when running in station mode. Its a limitation of the 802.11 mac protocol. Other products get around this by using mac/nat which mikrotik doesn’t support because it not RFC compliant.

Another option would be to run eoip over a pptp tunnel between router1(assuming it is a mikrotik) and your mt wireless client.

Dan