Link Public IP to Local IP's

I have 32 public IP I want to link same public to local 3-4 IP’s like this

This is 1 of my 32 public IP’s
/ip address add address=10.20.0.101/32 interface=Public

/ip firewall nat add chain=dstnat dst-address=10.20.0.101 action=dst-nat
to-addresses=192.168.0.41
/ip firewall nat add chain=srcnat src-address=192.168.0.41 action=src-nat
to-addresses=10.20.0.101

Ok now I’d like to link same public IP 10.20.0.101 to local ip’s 192.168.0.42
and 192.168.0.43
what shold I do
Thx

It is much more simplier

place 1 public IP to the Public interface (like 10.20.0.101/24 i quess /32 is incorrect)
place 1 private IP to the Local interface (like 192.168.0.254/24)

/ ip firewall nat add chain=srcnat out-interface=Public action=masquerade


Add to your PCs gateway: 192.168.0.254
And you need to specify gateway for your router to (it will be 10.20.0.)

and, please, use manual :slight_smile:

http://www.mikrotik.com/docs/ros/2.9/ip/nat

Ok I yesterday I recive Public ip’s and by
http://www.mikrotik.com/docs/ros/2.9/ip/nat
I did it
but I have anader problem
when I enable web proxy when I do http://www.whatismyip.com/
it gives IP of router not IP assinged to client
i m not a expert there is something with nat rule if some one had same problem and resolved it pls past me the key for using webproxy with public ip’s
Thx

Router IP address will be shown, when you are using proxy (router as a proxy).

Do you need to connect from Public network (Internet) to these local IPs ?

Yes i did this but when I enable web proxy Router IP address will be shown, you are right sergejs about (router as a proxy) is there a any way to fix this

I suppose, one way access public networks without proxy.