The settings look correct. What are your tcpdump command parameters? Is it capturing the WAN interface only?
--> brctl show
bridge name bridge id STP enabled interfaces
br0 8000.1cb72cdad930 yes vlan1
eth2
eth1
eth3
wl0.1
I only have traffic through the br0 interface
tcpdump -i br0 -p port 853 or 53 -n
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on br0, link-type EN10MB (Ethernet), capture size 262144 bytes
11:57:03.243350 IP 192.168.1.248.39884 > 192.168.1.1.53: 2+ A?
www.baidu.com. (31)
11:57:03.244740 IP 192.168.1.1.53 > 192.168.1.248.39884: 2 4/0/0 CNAME
www.a.shifen.com., CNAME
www.wshifen.com., A 104.193.88.123, A 104.193.88.77 (122)
11:57:03.492442 IP 192.168.1.252.43012 > 192.168.1.1.53: 59564+ A? cdp.cloud.unity3d.com. (39)
11:57:03.493383 IP 192.168.1.1.53 > 192.168.1.252.43012: 59564* 1/0/0 A 192.168.1.86 (55)
11:57:04.166666 IP 192.168.1.242.41858 > 192.168.1.1.53: 21370+ A? api-global.netflix.com. (40)
11:57:04.167006 IP 192.168.1.242.40221 > 208.67.222.222.53: 36055+ A? api-global.netflix.com. (40)
11:57:04.245832 IP 208.67.222.222.53 > 192.168.1.242.40221: 36055| 0/0/0 (40)
11:57:04.254065 IP 192.168.1.242.42334 > 208.67.222.222.53: Flags , seq 2864218626, win 65535, options [mss 1460,sackOK,TS val 371231198 ecr 0,nop,wscale 6], length 0
11:57:04.254281 IP 208.67.222.222.53 > 192.168.1.242.42334: Flags [S.], seq 3289314172, ack 2864218627, win 5792, options [mss 1460,sackOK,TS val 3181040 ecr 371231198,nop,wscale 4], length 0
11:57:04.259129 IP 192.168.1.242.42334 > 208.67.222.222.53: Flags [.], ack 1, win 1369, options [nop,nop,TS val 371231198 ecr 3181040], length 0
00:00:00.485726 IP 192.168.1.242.42334 > 208.67.222.222.53: Flags [P.], seq 1:43, ack 1, win 1369, options [nop,nop,TS val 371231198 ecr 3181040], length 42 36055+ A? api-global.netflix.com. (40)
11:57:04.274641 IP 208.67.222.222.53 > 192.168.1.242.42334: Flags [.], ack 43, win 362, options [nop,nop,TS val 3181043 ecr 371231198], length 0
11:57:04.275924 IP 208.67.222.222.53 > 192.168.1.242.42334: Flags [P.], seq 1:274, ack 43, win 362, options [nop,nop,TS val 3181043 ecr 371231198], length 273 36055 10/0/0 CNAME api-global.dradis.netflix.com., CNAME api-global.eu-west-1.origin.prodaa.netflix.com., A 34.243.218.179, A 34.241.157.21, A 52.210.128.148, A 52.31.250.247, A 52.210.158.159, A 34.242.137.101, A 52.16.84.15, A 34.250.49.21 (271)
11:57:04.283999 IP 192.168.1.242.42334 > 208.67.222.222.53: Flags [.], ack 274, win 1407, options [nop,nop,TS val 371231201 ecr 3181043], length 0
I find it strange to see the dns 208.67.222.222 when I do not have it anywhere
That internal ip is samsung tv
Thank you very much for the help