I have maybe stupid question anyway I am not able to fix it few days.
I have WebServer on LAN 192.168.0.88 with porp 80. Which is accessible from network via
Code: Select all
add action=dst-nat chain=dstnat comment="freya apache 80" dst-port=80 \
in-interface=ether1-gateway protocol=tcp to-addresses=192.168.0.88 \
to-ports=80
Anyway when I am in local network when I put public IP i can see only website of mikrotik device. I have my public IP only at one place in mikrotikc config
Code: Select all
add address=185.221.125.XX/30 comment="Public IP" interface=ether1-gateway network=185.221.125.XX
Thank you Chose