I need to bypass the masqurade rule on my router pc for all trafic to the voip server on IP 192.168.108.2
This critical as the voip server must see the IP of every incoming connection and not all of them coming from the router pc.
Any ideas???
/ip firewall nat add dst-address=192.168.108.2 action=accept place-before=0 disabled=no
but 192.168.108.2 is not the Internet, so if you are masquerading all requests to 192.168.108.2 - it's just a misconfiguration, nothing else. what's your config?I need to masqurade my network as I have private IP ranges internally and the internet only sees my public IP
/ip fi nat add chain=srcnat dst-address=192.168.1.10 action=accept place-before=0