I have tried many things and still cannot find what I am missing…
Is there anything on the on 7.14.2 that I am missing?
I have just used the default config and nothing more so far.
Here is the Filter Rules and NAT configuration
Filter Rules
0 D ;;; special dummy rule to show fasttrack counters
chain=forward action=passthrough
1 ;;; defconf: accept in ipsec policy
chain=forward action=accept log=no log-prefix="" ipsec-policy=in,ipsec
2 ;;; defconf: accept out ipsec policy
chain=forward action=accept log=no log-prefix="" ipsec-policy=out,ipsec
2 ;;; defconf: accept out ipsec policy
chain=forward action=accept log=no log-prefix="" ipsec-policy=out,ipsec
3 ;;; defconf: fasttrack
chain=forward action=fasttrack-connection hw-offload=yes
connection-state=established,related log=no log-prefix=""
4 ;;; defconf: accept established,related, untracked
chain=forward action=accept
connection-state=established,related,untracked log=no log-prefix=""
5 ;;; defconf: drop invalid
chain=forward action=drop connection-state=invalid log=no log-prefix=""
6 ;;; defconf: drop all from WAN not DSTNATed
chain=forward action=drop connection-state=new
connection-nat-state=!dstnat in-interface-list=WAN log=no log-prefix=""
7 chain=input action=accept protocol=icmp log=no log-prefix=""
8 chain=input action=accept connection-state=established log=no log-prefix=">
9 chain=input action=accept connection-state=related log=no log-prefix=""
10 chain=input action=drop in-interface-list=!LAN log=no log-prefix=""
Sorry both are kind of either wrong or confused LOL…
You have a static Private IP set on IP address for ether1 and you have IP DHCP client turned off.
I think what you mean is that you actually have a private WAN IP address provided by the upstream ISP modem/router (via its LAN subnet) and the dyndns you use gets you the public IP assigned to the upstream router and not the mikrotik.
This is fine, just stated for clarity.
The problem is you will need to port forward the server port on the upstream modem router to your Mikortik on the ISP LAN.
Hence forward port 9999 on the ISP router to IP address: 192.168.1.1/32 ( assuming the subnet address on the ISP is 192.168.1.254/24 )
I figured it out! It was my fault all along and had nothing to do with Mikrotik.
I am leaving this here maybe someone can find it helpful.
The problem was on the ISP router.
The Router is a Technicolor TG789vac v2.
While I did the same exact configuration on the new Mikrotik router keeping thew IP the same on both ends, the DMZ on Technicolor associates the the device with the MAC aswell.
Unfortunately it doesnt show that as you can see in the screenshot but when I did a hard reset and set it up from scratch it worked just fine!