Ok I can get the mikrotik 411 to work as an access point as long as I bridge both my wlan and lan connections together and then assign an internal static ip address to the lan port.
My problem is I need to do client isolation. I know under interface wireless you should uncheck Default forward. However this does not help because of what I was told my lan and wlan are bridges together. I can also tell it is not working because my two test machines can still ping each other and file share.
My question is how do I setup a mikrotik just as an access point with client isolation working.
A solution is to not bridge the wireless and LAN together. Put your wireless users on a separate subnet, and create a route in your current router to point to the new subnet you setup on the MikroTik.
Here’s an example config on how you’d do this for two MikroTik routers, both connected by ether2.
blake I took what you sent and tried to mold it into our network setup with out any luck my wifi clients are unable to pull a dhcp. Here is what I have. For lan ports I have 3 ip ranges assigned
192.168.11.0/24 which runs the dchp through our hotspot
192.168.14.0/24 ips for different uses
192.168.10.0/24 ips for all our devices on the network
Ok maybe stupid question but why would I set up dhcp on wlan1? I want my wlan clients to pull IP address from the gateway which is a separate mikrotik then the wlan1 mikrotik.
In the end I have several mikrotiks acting as aps that all connect back to a mikrotik gateway that hands out the dhcp addresses. I just want to get client isolation to work on each of this aps.