Redirect to internal Dude Server

Hi, I’m using a single Real Ip Address to access the internet, i have installed a dude server inside my network, how can i check the dude server from outside my network?
I have tried to make ip firewall / Nat .. still doesn’t work!

how can i see the web interface of the dude server from outside my network?

Thank you all collegues

Port forward port 80 to the machine that the Dude is running on. The below assumes it runs on 192.168.1.100

http://wiki.mikrotik.com/wiki/Manual:IP/Firewall/NAT#Port_mapping

/ip firewall nat add chain=dstnat dst-address-type=local in-interface=WAN dst-port=80 protocol=tcp action=dst-nat to-address=192.168.1.100

Thanks A lot My Friend..It Worked!! :smiley:

Any idea how to connect remotely to dude server that is internal, behind a mik router (redirect to port 2210)?

Thanks Collegues!

Forward that port accordingly?

I’m not sure what you’re asking.

It’s ok my friend .. i fix it!!

Thank you for your time!