Hello everyone,
I have setup NAT for an IP, according this tutorial:
https://wiki.mikrotik.com/wiki/How_to_link_Public_addresses_to_Local_ones
and:
https://wiki.mikrotik.com/wiki/NAT_Tutorial
From local network everything is OK, and with access of IP I can see IIS welcome page, but from Internet and outside, only see login page of Mikrotik router.
here are my configuration:
ip route
ip route print
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 192.168.1.1 1
1 S 0.0.0.0/0 2.183.6.1 1
2 ADC 2.183.6.1/32 2.184.70.46 ISP 0
3 ADC 192.168.1.0/24 192.168.1.31 ISP 0
5 ADC 192.168.89.0/24 192.168.89.1 ether09-master 0
ip address
ip address print
# ADDRESS NETWORK INTERFACE
0 192.168.89.1/24 192.168.89.0 ether09-master
1 D 192.168.1.31/24 192.168.1.0 ISP-TCI
2 2.184.70.46/32 2.183.6.1 ISP-TCI
NAT
ip firewall nat print
1 chain=dstnat action=dst-nat to-addresses=192.168.89.254 to-ports=0-65535 protocol=tcp dst-address=2.184.70.46 log=no
2 chain=srcnat action=src-nat to-addresses=2.184.70.46 to-ports=0-65535 protocol=tcp src-address=192.168.89.0/24 log=no
I wanna to access IIS welcome page after open this address from internet: 2.184.70.46 to local ip of 192.168.89.254
Static IP from ISP:
IP Subnet Gateway
2.184.70.46 255.255.255.255 2.183.6.1