411AH Configuration Issue

I have a 411AH RouterBoard with an R52Hn miniPCI card installed; I want to use it in conjunction with an RB2011L-IN switch. My main goal is to set the 411AH as a Wireless AP to receive data from sixty Wi-Fi temperature transmitters situated in a data-center. In reality there will be a number of 411AH units collecting similar data connected to the RB2011 device. I am trying to configure and test my connections with the MikroTik equipment I have and two laptops, I have gotten to the point where I can log onto the wireless account I established via Winbox on the 411AH with my two laptops. The MAC address and IP information from the logged-in laptops show up in the Winbox “Wireless Clients” text box in the Quick Set menu option, but I can’t ping from either laptop to any of the IP addresses in the domain. Before my head turns into a bloody stump, I thought that I might ask for assistance from the experts in the field. The 411AH is configured as an AP Router which has a WAN IP address of 192.168.168.100/24 and a LAN address of 192.168.168.2/24. Can someone please shed some insight to this situation?

BTW, where is the “supout.rif” written to?

The supout is written to “/file”.

I would route the RB411 localnet ips to the 411s in the 2011. Remove any NAT in the 411. Then use this in the RB2011.

/ip route
add dst-address=192.168.68.0/24 gateway=192.168.168.100

You need to assign a different ip/subnet to the LAN on the RB411. They should not be both 192.168.168.x/24. I used 192.168.68.x for the RB411 localnet (wireless radio) as an example.

edit: And no bridge assignment.