mikrotik newbie question - please help..
I have basic question on how to configure dstnat to a server located in hotspot network.
config is:
ether1: public network, say: 1.2.3.4/24 w/gateway of 1.2.3.254
ether2: hotspot network, say 192.168.1.254/24
I desire to place a server at 192.168.1.10 and nat TCP:80 inbound to this from a secondary IP (such as 1.2.3.5) that I would (presumably) bind to the external of the Mikrotik.
Questions are:
1. if i desire to bind a second ip address, say 1.2.3.5 and nat TCP:80 from that IP address to the server at 192.168.1.10 - do i do this in: ip firewall nat, or do i do this as a nat rule under the hotspot configuration? Do i need to bind the ip to ether1 in ip addresses?
2. do i need a firewall rule to allow this inbound? would this be an input chain rule or a forward chain rule?
Essentially i need a quick step-by-step to make srcnat work when the srcnat destination happens to be a server on the hotspot network.
Any assistance would really be appreciated as am having a hard time making this work.
Thanks a bunch!
-d