I have a RB411 used as CPE and have a few questions.
Can I limit the Lan down and upload speeds via the CPE RB411 or would I only be
able to take care of this at the core switch that the AP is connected to ?
How would I NAT the WAN and Lan ports ?
Is the WAN port auto setup to grap and IP if its in a DHCP network or are there settings
I need to configure to accomplish this ??
The AP you’re connected to should be handling NAT for your WAN interface. For the lan, you have one of two options:
/ip firewall nat add chain=srcnat action=masquerade out-interface=WAN or
/ip firewall nat add chain=srcnat action=masquerade src-address=x.x.x.0/24 (substitute your lan address space) http://www.mikrotik.com/testdocs/ros/3.0/qos/nat.php