add action=dst-nat chain=dstnat dst-port=3306 in-interface=Wan-ether1 protocol=tcp to-addresses=192.168.88.244 to-ports=80
add action=dst-nat chain=dstnat dst-address-list=a.com dst-port=80 in-interface=bridge protocol=tcp to-addresses=192.168.88.244 to-ports=80
add action=masquerade chain=srcnat dst-port=80 out-interface=bridge protocol=tcp src-address=192.168.88.0/24
I added the following rule on the NAT page and found that the IP recorded in nginx's logs is the IP of router 192.168.88.1
Is there any way to record the real IP addresses of the internal and external networks while ensuring performance