It looks as if you are having to masquerade the traffic to the web server to get it to work so double check the IP settings on the web server - in particular check the gateway and make sure that it is set to the RouterBoard’s address.
Not running/working where? If you are trying to load the webpage on that server with a web browser on that server, it won’t work. It should work from any other computer or device on that localnet.
My IIS server log shows the correct localnet ip addresses.
BTW, your server appears to be working from here. I get a 404 error instead of a webpage tho.
add action=masquerade chain=srcnat out-interface=WAN
Now added. And not working..
Password can give. Do you want to check?
Problem solved. CelticComms, Thank you very much for your help.
How did you do it? I was just about to post mine would not work now. The last time I tried this it worked fine, and now it doesn’t. Here is the post I was following:
http://forum.mikrotik.com/t/hair-pin-nat-works-without-implementation/73897/1
edit: I think I found where my previous test was faulty. I apparently was on a different localnet than the server. I think I was on wlan1 for one test (cellphone), and ether3 for another. The server is on ether2. Those still work.
The underlying problem was that the web server did not have its gateway set correctly thus the DST NAT seemed to work as long as the SRC NAT masquerade was set incorrectly (i.e. to include the LAN interface). Setting the web server gateway correctly allowed the masquerade to be correctly configured thus allowing the public IPs to be seen by the web server.
@CelticComms: Thanks! Mine still won’t work as a hairpin nat tho. I could have sworn I tried this the other day and it worked. ??
edit: I think I found out why the hairpin nat worked the other day and not today. The second rule is disabled today. If I enable it, the hairpin nat works.
1 chain=srcnat action=masquerade out-interface=ether1
2 X chain=srcnat action=masquerade
I am having the same problem. I forgot the solution. Please help me.