Force SmartDNS DNS for PS4 only

How can I force smartDNS’s DNS for only the IP address of my PS4 (static IP)

I do not want to use smartdns for all traffic just the PS4 for netflix.

I initially had this: but this routes all dns traffic.
add chain=dstnat action=dst-nat to-addresses=154.127.57.224 to-ports=53 protocol=tcp dst-port=53
add chain=dstnat action=dst-nat to-addresses=154.127.57.224 to-ports=53 protocol=udp dst-port=53 But I do not know where to put 192.168.88.4 in the list.


192.168.88.4 = PS4 static IP
154.127.57.224 = SmartDNS

add to the above rules:
src-address=

but easiest would be if you configure the dns server on ps4 itself.

I did that.

But it still goes to Google’s DNS (does not matter what the DNS settings are on the mikrotik.)

IP below is for the PS4 (different mikrotik)
2019-02-17_15-01-53.png

Does not work as that is done already, netflix is hardcoded to use 8.8.8.8

The bridge is your lan bridge? Then that torch doesn’t prove anything, as it’s show the traffic client sees. Natting happens after the packets are received on the bridge.
If you want to verify that: try logging in forward table.

This proves what the torch sees. Despite the nat entry, Netflix is still getting through to 8.8.8.8
20190217_150357.jpg

did you ever solve>