# Security system configuration Source: [https://docs.qualcomm.com/doc/80-41102-1/topic/security-system-configuration.html](https://docs.qualcomm.com/doc/80-41102-1/topic/security-system-configuration.html) The Diag service exposes UDP port 13400 on all network interfaces. Configure the system firewall to block UDP traffic destined for port 13400 on all interfaces except those used by the Diag service. For example, if the Diag service is enabled and UDP port 13400 shouldn't be exposed on wlan0, configure the following firewall rule: iptables -A INPUT -i wlan0 -p udp --dport 13400 -j DROPCopy to clipboard **Parent Topic:** [TelAF diagnostic](https://docs.qualcomm.com/doc/80-41102-1/topic/telaf_diagnostic.html) Last Published: Aug 06, 2026 [Previous Topic Architecture overview](https://docs.qualcomm.com/bundle/publicresource/80-41102-1/topics/architecture_overview.md) [Next Topic Configurations](https://docs.qualcomm.com/bundle/publicresource/80-41102-1/topics/configurations-diag.md)