Sat Jan 23, 2021 8:07 pm
Does the MT router get the public IP address, if not you have to find a way to ensure data is forwarded from what would be a router/modem to the MT router.
I will assume the MT router DOES get the public IP.
Does the MT provide the subnet and DHCP for the google and follow on devices, its not clear.
Will assume it does.
Therefore you need two things ONE a generic firewall rule allowing port forwarding
TWO a destination nat rule to direct traffic from the WAN to to the server.
What is not working, (outside users are not able to reach the server, OR inside users not able to reach the server using the public WANIP address (hairpin nat special case)??
None of your destination NAT Rules are correct.
add action=dst-nat chain=dstnat comment=Put_In_Your_Own_Purpose dst-address-type=local \
dst-port=xxxx in-interface-list=WAN log=yes protocol=tcp \
to-addresses=192.168.0.44 (to ports=yyyy) NOTE: To ports only required if different from original destination port, often called port translation.