forward eth ports to an external public IP

I have a RB2011iL mikrotik router, and I want to forward eth connections to an external public IP, like this:

client → eth2 → publicIP

so I want to connect client with public IP.

I tried NAT Rule forwarding, but it doesn’t work.

Three options:

  1. Destination NAT
  2. Bridge ether2 to wan port
  3. If you have routed subnet then assign public IP address directly to the client (simple routing)

Thanks for reply.
I tried 1st option but it doesn’t work

Here are some examples
http://wiki.mikrotik.com/wiki/How_to_link_Public_addresses_to_Local_ones
http://wiki.mikrotik.com/wiki/Manual:IP/Firewall/NAT#Destination_NAT
What is your config?

I don’t want to forward to local IP, I want to forward to external IP.

Simply set up masquerade on public port
http://wiki.mikrotik.com/wiki/Manual:IP/Firewall/NAT#Masquerade