Hi,
Got a Microtik with LTE modem for internet connection, it’s connected to a pfsense in port ether1, microtic ether1 ip is 192.168.88.1, pfsense is on 192.168.88.2,
Everything is working from the pfsense side, devices connect behind pfsense can go on internet (SRCNAT with masquarade setup on microtik for this)
I need every incoming connections to go to the pfsense, the is where the firewall is setup for the company, but it`s now working, I tried multiple things but this is what I currently have for this:
Firewall NAT Rule:
Chain: dstnat
In. Interface: lte1 (my internet WAN interface)
Action: dst-nat
To Address: 192.168.88.2
What did I missed to enable all ports to forward to 192.168.88.2? so far, everything is bloked.
** Note, Lte WAN IP is not static
Thanks