NAT question

If I have 3 interfaces on RB, one public Wireless, 2XLAN with
PUBLIC=10.2.2.2/24
LANA=10.1.1.0/24
LANB=10.1.2.0/24

can I have 2 NAT rules, hiding both LANs behind 10.2.2.2 ?

If possible, is it good practice?

Thanks

Masquerade

http://www.mikrotik.com/testdocs/ros/2.9/ip/nat.php

Thanks for that reply.

So can I just add two masquerade rules for each of the private ip ranges, using the same public IP/interface?

you need only one masquerade rule

indeed, masking everything that goes out the public interface.