NAT Rule

First of all sorry for my english .i want to giving a real ip via internet and to see in my browser an ip of my lan.i have a cisco router and a mikrotik router , cisco is making nat to mikrotik but mikrotik not to the ip that i give via the rule that i had make.as i understand i must make a dstnat rule , but doesn’t work.i have make many nat rules but nothing.CAN SOMEONE PLEASE HELP ME.

i you did not understand what i 'm telling for the NAT RULE please write to me.

i think u must tell about your problem clearly.
Look manual..i think u can do it.
Check your ip..with whatmyip.com
Generaly.the cisco is the outest defence system that give the public ip for our server.Ithink u can use Mikrotik for NAT to make the local one or more.
Or make the private ip’s to map your local LAN.
Its easily that u use the NAT for map to local one.


Hi,

you can read step by step, if you want nice dream...
many ways to make route to the world

http://www.mikrotik.com/documentation.html


Peace all
BalimoreDOTcom

the ip is not true as you understand. that is what i am doing but nothing.also i put in address list the lan ip.

/ip address add address=10.5.8.200/32 interface=Public

/ip firewall nat add chain=dstnat dst-address=10.5.8.200 action=dst-nat
to-addresses=192.168.0.109

/ip firewall nat add chain=srcnat src-address=192.168.0.109 action=src-nat
to-addresses=10.5.8.200

also i making a mapping 1:1 rule but again nothing

/ip firewall nat add chain=dstnat dst-address=11.11.11.1
action=netmap to-addresses=2.2.2.1

/ip firewall nat add chain=srcnat src-address=2.2.2.1-2.2.2.254
action=netmap to-addresses=11.11.11.1-11.11.11.254

the network is : cisco - mikrotik - server - pc's

as i give the real ip via internet the cisco is make nat to mikrotik but mikrotik not to the lan ip .

i don't understand why and i don't know what else to do.i have read the manual but i don't have many experience.i understand that i must make a dstnat rule is that ok and how can i make it to work.