how can give to my client public ip?

Hi

i have public ips 195.50.213.224/27. And my local network is working with mascerade. Lan ip is 10.0.0.0/24 how can i passthrou public network and also mascerade local network. My client wanted public ips.

Can anyone help me?

This is essentially what I have been trying to do…

IP
firewall
nat


dst nat chain



dst address public IP

action

dst nat private IP


all set

Hi,

you can read wiki:

http://wiki.mikrotik.com/wiki/How_to_link_Public_addresses_to_Local_ones

Martín.

Doing it your way the people inside are still using private IP’s. If I am correct we are both trying to use public IP’s inside the network and have the router route them without nat’ing.

How can we route public ips that are being used on one interface out another??

Thanks