Port Forwarding through Mikrotik and a Cisco 2900 router
Posted: Sun Mar 11, 2018 3:16 pm
Hello.
I needed to port forward the port 4370 through a static real IP that I've on the cisco router, so I've done the following..
Where 192.168.2.5 is the defined on Mikrtik for the leased line, and the IP 192.168.2.1 is the IP of the interface on cisco router connecting to port 2 on Mikrotik.
I am already sure from the configuration on the Cisco Router as it was given by my ISP
What is missing on this configuration ??
I needed to port forward the port 4370 through a static real IP that I've on the cisco router, so I've done the following..
Code: Select all
/ip firewall nat
chain=src-nat action=src-nat out-interface=Local src-address=192.168.88.252 to-addresses=192.168.2.5
add chain=dstnat action=dst-nat to-addresses=192.168.88.252 protocol=tcp dst-port=4370
I am already sure from the configuration on the Cisco Router as it was given by my ISP
Code: Select all
Ip nat inside source static tcp 192.168.2.5 4370 x.x.x.203 4370