A little bit confused, what is the exact way to open/allow everything from one Internet IP to the server behind RB750G router?
Let's say:
The Internet IP is "InterIP"
RB750G WAN IP is "WANIP"
The server IP is "SerIP"
What I did as follows:
Winbox---IP---Firewall---Filter Rules:
chain: forward
src. address: InterIP
dst. address: WANIP
action, accept
Winbox---IP---Firewall---NAT:
chain: dstnat
src. address: InterIP
dst. address: WANIP
action: dstnat
to addresses: SerIP
Really appreciate it if someone can clarify.