Hello, when I set the port mapping according to the official manual, it has no effect. How to troubleshoot the problem? The following is the configuration content。
[admin@MikroTik] /ip firewall nat> print
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; NAT
chain=srcnat action=masquerade out-interface=pppoe-out1 log=no
log-prefix=“”
2 ;;; 3389
chain=dstnat action=dst-nat to-addresses=192.168.88.226 to-ports=3389
protocol=tcp in-interface=pppoe-out1 port=3389 log=no log-prefix=“”
The default configuration, the two wan ports have not yet set PCC
Where are the default firewall rules? If this router is connected to the Internet and has a public IP address…you might be in bigger problems than a non-working port forward.
May I advise you to netinstall this device and keep the default firewall rules. From there, you can start with adding additional rules (like adding the pppoe interfaces to the WAN addresslist.
[admin@MikroTik] /ip firewall> filter print
Flags: X - disabled, I - invalid, D - dynamic
[admin@MikroTik] /ip firewall>
Hello, at present this router has two public ip addresses, the current configuration is only two PPPOE, the current configuration is only DHCP, NAT, DNS, other configurations have not been added, they are all factory defaults, is it a bug?
At least the default configuration is not complete. You might want to consider adding the default firewall rules (but it might cause a non working router).
Perhaps better to share the complete config befor making any changes:
/export hide-sensitive file=anynameyoulike (remove any private information and place it in between code tags).
What device is it?
What RouterOS version is it running?