RB433 / NAT / Firewall / rule question

Dear all,

I would like to describe the status of the network and then state the problem.

I have the RB 433 using NAT and firewall.
In the inside network I have a Debian web server.

The rb has from the outside ip 10.83..
In the inside the web server has 192.168...
At a DNS I have assigned a http://www.. to see the 10.83..

I have not succeded to pass the internet explorer requests from the outside network to the inside (and the web server) through the firewall.

I have set the below but it not working and I don’t no what is wrong.

chain=dstnat action=dst-nat to-addresses=192.168.100.47 to-ports=80
dst-address=10.83.251.137 dst-port=80 protocol=tcp

and for a specific programm at port 10000

chain=dstnat action=dst-nat to-addresses=192.168.100.47 to-ports=10000
dst-address=10.83.251.137 dst-port=10000 protocol=tcp

Ending my site folder on the server is at /var/www/mysite/index.html.

How can I make my site work from the outside?
Thank you in advance for any help.
Costas.

10.83. is not a public (outside) address.

Sorry, I did not understant.

Then you need to read a book and learn about networking.

This is not a good answer to a customer.

Thank you any way.

You aren’t my customer. This is a community forum. If you want support direct from MT email support@mikrotik.com

wow. that jwcn boy’s a shrub; some folk just don’t know how to act.

I don’t know if this helps, but I came across the NAT tutorial in the MicroTIK Wiki:
http://wiki.mikrotik.com/wiki/NAT_Tutorial

It looks like NAT is configured with two separate chains, a source and a destination. Hope this helps.

Even if your problem is already solved, it’s good to have these questions answered for the record, since others will be searching the forum archives for answers.