how do i forward public IP to client

I Have 3 Real IP, I need to forward to IP to my client.
I want to set Like this:
202.59.XX.50/29 , 202.59.XX.51 & 202.59.XX.52
I have total 1.5Mb against 202.59.XX.50 & I want to set this ip my router on ether1.
then want to forward 51=512kb & 52=512kb to my client via ether2.
Ether3 = my local user(share user =192.168.0.1/24=512kb)

Note: 51 & 52 Ip for use to DVR CC TV.

So Please give me a solution about this.

Situation 1
Assuming you have these addresses assigned to the WAN interface… You must http://wiki.mikrotik.com/wiki/Manual:IP/Firewall/NAT 1 to 1 NAT

Situation 2
Now if those addresses are not assigned to the WAN interface (Not an option if one must be on your routers wan). You can assign them on the LAN interface then create a pool and assign them out via DHCP.

Situation 3
You want all addresses in the range including the first and last address to be usable (This is not an option if you must assign one of these to your router). Assign the entire /29 as an address pool and hand them out via PPPoE. You must ARP-Proxy both WAN/LAN interfaces.


****Also please remove your duplicate post. You might anger the moderators.

Learn how to do it with one IP before you move on from there … see here.