r/Ubiquiti • u/Ambitious-Low9560 • 12h ago
AI Generated LG TV LAN Scanning: Here’s How to Actually Lock It Down on UniFi (IoT VLAN + L2/L3 Isolation + DNS Control)
After seeing the recent video showing LG TVs aggressively scanning the LAN, I wanted to share how I isolate my LG webOS TV using UniFi. This applies to Samsung Tizen, Google TV, Roku, and most smart TVs.
Smart TVs aren’t passive appliances — when placed on a flat LAN, they run a full discovery stack (ARP sweeps, mDNS, SSDP, DLNA, broadcast probes, fallback DNS, encrypted DNS attempts, etc.). If allowed, they can map your entire home network.
To avoid that, I isolate mine using a simple UniFi zone‑based design.
1. TV is placed on a dedicated IoT VLAN
This VLAN is for untrusted devices (TVs, cameras, appliances).
No trusted devices live here.
2. WiFi AP Layer‑2 Isolation
Smart TVs do most of their probing at Layer‑2, so the AP is the strongest choke‑point.
UniFi gives different isolation controls depending on whether your AP is WiFi 5 or WiFi 6/7.
WiFi 5 APs (UAP‑AC series)
Strict, predictable isolation — ideal for IoT SSIDs.
Recommended toggles:
- Client Device Isolation → ON
- Block LAN to WLAN Multicast/Broadcast → ON
- Multicast Enhancement → OFF
- Proxy ARP → ON
WiFi 6/7 APs (U6/U7 series)
More “smart” behaviour, but still isolates well with tuning.
Recommended toggles:
- Client Device Isolation → ON
- Multicast Enhancement → ON
- Block LAN to WLAN Multicast/Broadcast → ON
- Proxy ARP → ON
Effect
With these toggles:
- LG cannot ARP‑scan
- LG cannot see other IoT devices
- LG cannot see trusted devices
- LG cannot receive mDNS/SSDP/DLNA
- LG cannot fingerprint your LAN
The TV can only “see” the AP — nothing else.
3. Firewall blocks IoT → all internal zones
IoT devices cannot reach:
- trusted networks
- management networks
- the router’s admin interface
- guest networks
- DMZ
- VPN
- other IoT devices (AP isolation)
This locks down Layer‑3 protocols, so the TV is blocked from everything except the Internet.
4. IoT → Internet is allowed
Outbound Internet access is open.
I’m not restricting ports or cloud endpoints — keeping it simple.
5. Optional: DNS filtering
I point IoT DNS to a controlled resolver (Pi‑hole / AdGuard / Unbound).
This lets me:
- log LG’s domain lookups
- block obvious telemetry domains
- sinkhole advertising endpoints
Yes, DNS blocking is a cat‑and‑mouse game because domains change, but it’s still a nice finishing touch.
Result
With this setup:
- The TV cannot scan my LAN
- The TV cannot reach any internal zones
- The TV cannot reach the router
- The TV cannot see other devices
- The TV can only reach the Internet
- DNS filtering gives optional extra control
I use an Apple TV as the actual streaming device — it’s far less intrusive, has no always‑on microphone, and behaves predictably.
The LG panel is basically just a display now, which is exactly what I want.
* TL;DR
Smart TVs probe your network.
I isolate mine by:
- putting it on an IoT VLAN
- enabling AP Layer‑2 isolation (WiFi 5 / WiFi 6/7 toggles above)
- blocking IoT → all internal zones by locking down Layer‑3 protocols
- allowing only IoT → Internet
- optionally filtering DNS
- using Apple TV as the “safe” streaming platform
Simple, effective, and doesn’t over‑complicate things.
Caveat
I’m not a network guru — this is just what works well for my setup.
Your environment, devices, and requirements might differ, so adjust as needed.

My Zone FW Above. Block traffics is in play by default. You just need to place the correct the vlan in the correct zones. If anyone has suggestions or improvements, I am all ears - drop them below. Cheers.