Nat Internal WAN TO LAN

Buonasera a tutti
Ho una configurazione da effettuare su un microtik
La mia situazione è la seguente.
Ho un microtik cosi’ configurato


WAN: 192.168.0.90/255.255.255.0/192.168.0.1

LAN: 192.168.100.X/255.255.255.0/192.168.100.1

Sulla lan ho un dispositivo che lavora su porta 80, se mi collego sulla lan con un portatile e digito l’indirizzo del mio dispositivo sul browser lo vedo.
Il dispositivo è una macchina plc

Sulla Wan ho tutti i miei altri dispositivi

Da questi altri miei dispositivi sulla wan devo poter accedere a 192.168.100.X, c’è un modo per farlo nattando le porte su MICROTIK.

Ho provato ma non ha funzionato

Grazie a chi rispondera’

Saluti


Good evening at all
I have a configuration to be done on a microtik
My situation is as follows.
I have a microtik so configured


WAN: 192.168.0.90/255.255.255.0/192.168.0.1

LAN: 192.168.100.X / 255.255.255.0 / 192.168.100.1

On the lan I have a device that works on port 80, if I connect to the lan with a laptop and type the address of my device on the browser I see it.
The device is a plc machine

On Wan I have all my other devices

From these other devices on the wan I have to be able to access 192.168.100.X, there is a way to do this by waving the doors on MICROTIK.

I tried but did not work

Thanks to who will answer ’

Greetings

Something like this:

/ip firewall nat add chain=dstnat dst-address=192.168.0.90 dst-port=80 action=dst-nat protocol=tcp to-address=192.168.100.X to-port=80

https://wiki.mikrotik.com/wiki/Manual:IP/Firewall/NAT