Mikrotik RB2011UiAS

Hello,

I have a Mikrotik router and also a Billion 8800 router which is configured in bridge mode, the Mikrotik dials the Billion over a PPPoE connection, this configuration works fine and I can browse the internet.

However I’m having problems opening port 80 and any other port on the Mikrotik for incoming access, my Mikrotik local IP is 192.168.0.253 and configured as a router not a bridge.

Am I correct in thinking that I need to create a dst-nat chain rule in Firewal > NAT for an INCOMING connection? when I do this it just does not work if I browse to my public IP.

dst-nat / tcp / dest-port 80 - action is dst-nat > 192.168.0.100

192.168.0.100 = this is the web server on my network in which I want to provide access to on my public IP through use of port forwarding.

Any information would be most appreciated, and apologies if I missed anything!