bypass masquerade

Hi,
I got the following scenario:
A MT 433 where clients connect via PPPoE (pool e.g. 10.0.0.0/24) with masquerade
The MT eth1 = 192.168.1.10/24
An IPTV server are connected to eth1 with IP 192.168.1.11/24
When a client connects to the IPTV server, only the eth1 IP (192.168.1.10) shows on the IPTV server log.

I need to have the client’s IP address registed on the server. Masquerade prevents this.

How can I bypass the masquerade rule for only this traffic?
The client is using an UBNT device.

Thank you

/ip firewall nat
add action=masquerade chain=srcnat disabled=no dst-address=!192.168.1.11 \
    src-address=10.0.0.0/24

if you want to use more than 1 ip address you can use Address lists

hi cyber,

i tried your solution but the client still registers at the tv server with the tower ip and not his own pppoe ip.