I use mikrotik router OS 2.8.9. Internet IP Gateway is 202.148.1.145/29, and Mikrotik router IP is 202.148.1.146/29. Local IP address is 192.168.0.0/24.
Currently I want to publish my local server as web server IP 192.168.0.5 using NAT with IP public 202.148.1.147
I do the followong step :
/ip address add address=202.148.1.146/29 interface=Public
/ip address add address=202.148.1.147/29 interface=Public
/ip address add address=192.168.0.1/24 interface=Local
I am already do that. But the problem is still happen,
The page is unavailable is I try to browse 202148.1.147. I check the IP 202.148.1.147 and no port 80 is open.
Any suggestion how to fix my problem so i can browse my local web server as public web server?