Simple Routing Question

I’ve searched around and followed tutorials but I just can’t seem to get a simple route working.

I have one Mikrotik RB411 set as AP Bridge(10.0.0.4) > Mikrotik RB411 set as Pseudobridge using WPA2.

Wireless link between the two works great.

Access Point Bridge
Wlan & Ether Bridge - 10.0.0.4

Client (Pseudo bridge)
The WLAN interface has IP of 10.0.0.69. Ether has IP of 192.168.22.100

I would like to use routing instead of bridging, so I just can’t get the two subnets to communicate with each other.
I’ve also set up the src nat masquerade function, but nothing seems to work…Just need a little help.

drewls vern

If you nat your LAN IP pool with 10.0.0.69..It should work.

That’s what I’ve tried but for whatever reason it doesn’t seem to work. Perhaps If you don’t mind, give me instructions on exactly how to do it because I must be doing something wrong.

If interfaces are bridged then ip firewall will work only if use-ip-firewall is enabled
/interface bridge settings set use-ip-firewall=yes

interfaces on the Client are not bridged…the weird thing I just discovered is if I open up a terminal window on the client computer I can ping the gateway IP of the AP but I can’t browse the net or ping a website. I also can’t ping the gateway from the ping option in winbox on the ether interface.