I have a server with private address 192.168.2.222. It also has a public address 85.85.85.85.
I would like to forward requests comming from the private network (192.168.2.0) addressed for the public address (85.85.85.85) to the private server address (192.168.2.222). In other words, if someone in the local network would try to connect to 85.85.85.85 his request would be redirected to192.168.2.222. How could this be aquired?
With Dst-Nat I was able to get that requests to public IP originating from WAN were forwarded to the Local IP address. However I wanted to get that requests to the publick IP originating from LAN were redirected to the local IP address. This part is still not working
This part solved my problem:
add chain=srcnat src-address=192.168.1.0/24 dst-address=192.168.1.2 protocol=tcp dst-port=80 out-interface=LAN action=masquerade
I want to use Public IP’s in my Mikrotik Access Point 433 AH.
I tried of add the public ip in ETH 1 (14.102.69.37/27), but i cant access it..
How do add ip to make available even out of the network. MAIPU ISP Router Ip:
Ip: 14.102.69.1
Extra Public IP pool :
Ip series :14.102.69.33 - 64
subnet: :255.255.255.224
Gateway: 14.102.69.32
virtual interface of Radius server :
Ip: 14.102.69.33
mask: 255.255.255.224
At present, I can able to use Public IP in client end which connected to my 433 AH access point .
but, i cant use public ip in my 433AH , at present ,i use lan ip in my 433 ah (192.168.200.1/24).
Please Help me..