how route public ip for my lan clients

Hi, i need route the subnet the public ip / 27 for Wan interface

For exmple:

Mi ISP asing the network public 200.81.236.0/24

I need asing 200.82.236.0/27 in my LAN network for clients request public ip… for example 200.81.236.10


How to route the subnet /27 to WAn in my mikrotik ros ???

thank…

sorry by my english…

couple of ways to do this - either break up your /24 and route a portion to each AP and do it all static

-or-

set up EoIP tunnels to each AP from your edge router, set up a dhcp-server handing out your publics, and then assign dhcp-client to wlan1. this will give a public to anyone who has a dhcp-client, and if you want to make it a managed public, simply go to the dhcp-server and make the lease static for that customer.