I am the IT here at my office and I got tossed into this Mikrotik CCR1009 router I love it because I have the ability of full control however I am not brushed up on the scripting and port forwarding is the
big thing with most routers. I would like to port forward scripting for the following
1. Internal IP to Internal IP from the same machine in other words I am on machine ip 192.168.100.12 and the server is running on the same IP and machine, I need to forward the following ports
a. 4550
b. 5550
c. 6550
d. 5551
e. 8866
Here is the scripts I have tried
/ip firewall nat
add chain=dstnat dst-address=66.214.32.62 protocol=tcp dst-port=4550 \ action=dst-nat to-address=192.168.100.12
add chain=srcnat out-interface=WAN action=masquerade
The Script loads and saves without errors however it does not let me access the server at port 4550 on ip 192.168.100.12
any ideas
thank you
Rob