Wireless Configuration

Hi all. I am trying to configure a routerboard 532 as an access point for many clients using RB112. On the 532 there is a CM9 configured as ‘Ap Bridge’ with Ip 10.0.0.1 . On the 112 there is also a CM9 configured as ‘Station’ with IP 10.0.0.10. I have done all the configurations and in this moment the RB112 connects as client to the 532. In the manual I saw that the only way to use 10.0.0.1 as gateway (the rb532 is connected to the internet) is to use ‘WDS’ or ‘EIOP’. Is that correct or am I forgetting something in the configuration ?

Thanks

Fabio Piazzon

no, why? to make wireless work, see the exmples - it’s very simple:
http://www.mikrotik.com/docs/ros/2.9/interface/wireless||0.018721529759223105

then just do this on the client “/ip route add gateway=10.0.0.1” (if the AP is 10.0.0.1) and that’s all.


Hi,

you can make many gateways as you want to make client’s gateway, 10.0.x.x on your router is factory default you can remove if you did not need.

BalimoreDOTcom

Thank you… I have made this configuration but the problemi is that from the 2 wireless interface (that is AP and Client wireless interface) i can ping each other but from the ethernet one I cannot route all traffic from the ethernet one to the wireless one and then to the other AP.

Probably I am doing something wrong… I still continue tryiing… If someone can give me some useful advices I am here to listen to … :slight_smile:

Thanks

you either have to configure routing properly, or use a masquerade rule on the AP:

http://wiki.mikrotik.com/wiki/MikroTik_RouterOS_Frequently_Asked_Questions_-_FAQ#TCP.2FIP_Related_Questions

Now everything goes on ! Thank you all for the advices !

Fabio

nice … :wink: