Saltar al contenido principal

Resolver el error 'Conectado, sin Internet' en Guest WiFi

Esta guía de referencia técnica autorizada explica cómo los tiempos de espera de DNS causados por redes congestionadas provocan el error 'Conectado, sin Internet' en el WiFi de invitados. Proporciona a los arquitectos de red y a los gerentes de TI pasos de implementación prácticos para desplegar filtros DNS empresariales con el fin de resolver estos cuellos de botella y mejorar la incorporación de invitados.

📖 5 min de lectura📝 1,103 palabras🔧 2 ejemplos prácticos3 preguntas de práctica📚 8 definiciones clave

Escuchar esta guía

Ver transcripción del podcast
Solving the Connected but No Internet Error on Guest WiFi — A Purple Technical Briefing [INTRODUCTION & CONTEXT — approximately 1 minute] Welcome to the Purple Technical Briefing series. I'm your host, and today we're tackling one of the most persistent and frustrating issues in enterprise venue networking: the "connected, no internet" error on guest WiFi. If you manage WiFi infrastructure at a hotel, retail chain, stadium, or conference centre, you will have seen this. A guest's device shows full signal bars, it's associated to your access point, it's been assigned an IP address — and yet the browser returns nothing. The captive portal never loads. The guest calls the front desk. Your support team runs a ping test, everything looks fine on paper, and yet the problem keeps recurring. Here's the thing: in the vast majority of cases I encounter across enterprise deployments, this is not a hardware fault, not a firewall misconfiguration, and not a bandwidth problem in the traditional sense. It is a DNS timing issue — and it is almost always triggered by network congestion. Today I want to walk you through exactly why that happens, how to diagnose it reliably, and how deploying an enterprise DNS filter resolves the bottleneck permanently. [TECHNICAL DEEP-DIVE — approximately 5 minutes] Let's start with the fundamentals. When a guest device connects to your WiFi network, the very first thing it needs to do — before it can load a single webpage, before your captive portal can redirect it, before any authentication can happen — is resolve a domain name to an IP address via DNS. The Domain Name System is the phonebook of the internet. Without it, your device has no way of knowing where to send traffic. Now, here's where the problem begins. Most consumer devices — iPhones, Android handsets, Windows laptops — have a built-in mechanism called a captive portal detection probe. On iOS, for example, the device sends an HTTP request to a known Apple endpoint, something like captive.apple.com. On Android, it hits connectivitycheck.gstatic.com. On Windows, it probes msftconnecttest.com. These probes are designed to detect whether the network requires a login page before granting internet access. The critical point is this: these probes are DNS-dependent. The device must first resolve the domain name of the probe endpoint before it can send the HTTP request. And that DNS query has a timeout — typically between one and five seconds depending on the operating system. If the DNS resolver on your network does not respond within that window, the device concludes that the network has no internet connectivity, even though it is fully associated and has a valid IP address. That is the "connected, no internet" error. It is not a connectivity failure — it is a DNS response failure. So why does DNS fail on a congested network? This is the part that catches a lot of teams out. DNS queries are sent over UDP by default, on port 53. UDP is a connectionless protocol — there is no handshake, no acknowledgement, no retransmission at the transport layer. If a DNS packet is dropped due to network congestion, the client simply waits until the timeout expires and then either retries or gives up. On a guest WiFi network with hundreds or thousands of concurrent devices — think a stadium during a match, a hotel at full occupancy, a conference centre during a keynote — the upstream link and the DNS resolver can become saturated very quickly. The problem is compounded by the fact that guest networks typically share a single upstream DNS resolver, often the ISP's default resolver or a public resolver like 8.8.8.8. When every device on the network is simultaneously probing for captive portal detection, running background app updates, and making DNS queries for social media and streaming services, that single resolver becomes a bottleneck. Query response times climb from the normal sub-50-millisecond range into the hundreds or even thousands of milliseconds. Timeouts start occurring. The "connected, no internet" errors begin flooding in. There is also a secondary mechanism worth understanding: TTL exhaustion. DNS responses include a Time To Live value that tells the receiving device how long to cache the resolved IP address. On a congested network where devices are constantly associating and disassociating — which is common in high-density venues — cached entries expire and must be re-resolved frequently. This increases the DNS query load on the resolver precisely when the network is under the most stress. Now, the traditional response to this problem is to throw bandwidth at it — upgrade the upstream link, add more access points, implement QoS policies. These are all valid measures, but they do not address the root cause. The root cause is that your DNS resolution path is unoptimised for high-density guest environments. And that is exactly what an enterprise DNS filter solves. An enterprise DNS filter — such as the DNS filtering capability within Purple's guest WiFi platform — operates as a local, high-performance DNS resolver that sits between your guest devices and the upstream internet. Rather than forwarding every query to a remote public resolver, it maintains a local cache of frequently resolved domains, handles captive portal detection probes natively, and applies policy-based filtering to block malicious or non-compliant domains before they ever reach the upstream resolver. The result is dramatically reduced DNS query latency — typically from two-to-three-second timeouts down to sub-200-millisecond responses — which means captive portal detection probes succeed on the first attempt, the "connected, no internet" error disappears, and guest onboarding time drops significantly. From a standards perspective, this architecture aligns with IEEE 802.11 recommendations for high-density deployments and supports compliance with GDPR data handling requirements by allowing you to log and audit DNS queries — which is relevant if you are operating under a public sector or hospitality licence. It also supports PCI DSS network segmentation requirements by ensuring guest DNS traffic is isolated from your corporate resolver infrastructure. [IMPLEMENTATION RECOMMENDATIONS & PITFALLS — approximately 2 minutes] Let me give you the practical deployment guidance. When you are rolling out an enterprise DNS filter on a guest WiFi network, there are three configuration decisions that will determine whether you succeed or fail. First, resolver placement. Your DNS filter must be deployed as close to the guest network as possible — ideally on the same VLAN or subnet as your guest access points. Every hop between the guest device and the resolver adds latency. If your DNS filter is sitting in a remote data centre and your guest network is in a hotel in Manchester, you are adding round-trip time that defeats the purpose. Use a local appliance or a cloud-delivered DNS filter with a regional point of presence. Second, captive portal DNS passthrough. This is the most common misconfiguration I see. When you deploy a DNS filter, you must ensure that the captive portal's own domain — the URL that guests are redirected to for authentication — is whitelisted in the filter. If the filter blocks or delays resolution of your captive portal domain, you will recreate the exact problem you were trying to solve. Always test captive portal resolution explicitly after deploying any DNS filtering policy. Third, TTL tuning. Configure your local DNS resolver to serve short TTLs for captive portal detection probe domains — Apple, Google, Microsoft — so that devices re-query frequently and always get a fast local response rather than waiting for a cached entry to expire and then hitting a congested upstream resolver. A TTL of 30 to 60 seconds for these specific domains is a reasonable starting point. The pitfall to avoid is over-filtering. Some teams deploy aggressive DNS blocklists that inadvertently block domains used by legitimate guest applications — streaming services, corporate VPN endpoints, cloud storage. This generates a different class of support ticket but is equally damaging to guest experience. Start with a conservative policy, monitor DNS query logs for blocked domains, and refine over a two-week period before locking down the configuration. [RAPID-FIRE Q&A — approximately 1 minute] Let me run through the questions I get asked most often on this topic. "Can I just use 8.8.8.8 as my guest DNS resolver?" You can, but under load it will timeout. A local or regional resolver will always outperform a public resolver on a congested network. "Does this affect WPA3 deployments?" No — WPA3 improves authentication security but does not change the DNS resolution path. The same DNS timeout problem occurs regardless of the encryption standard in use. "How do I know if DNS is the actual cause of my 'connected, no internet' errors?" Run a packet capture on the guest VLAN during peak load. Filter for UDP port 53 traffic. If you see DNS queries with no corresponding response within two seconds, DNS timeout is your culprit. "Does an enterprise DNS filter help with compliance?" Yes — DNS query logging provides an audit trail that supports GDPR accountability obligations and can assist with incident response. Purple's platform includes this logging natively. [SUMMARY & NEXT STEPS — approximately 1 minute] To summarise: the "connected, no internet" error on guest WiFi is overwhelmingly a DNS timing problem caused by network congestion overwhelming an unoptimised resolver path. The fix is not more bandwidth — it is a local, high-performance enterprise DNS filter that resolves captive portal detection probes quickly, maintains a local cache, and applies policy-based filtering to reduce upstream query load. The three things to do this week: run a DNS packet capture during peak load to confirm the diagnosis; review your current DNS resolver placement and identify whether it is local or remote; and evaluate an enterprise DNS filter deployment on your guest VLAN. If you want to go deeper on any of this, the Purple platform documentation covers DNS filter configuration in detail, and the guest WiFi optimisation guides on purple.ai are worth reviewing alongside this briefing. Thanks for listening — I'll see you on the next one. [END OF EPISODE]

header_image.png

Resumen Ejecutivo

Para los CTOs y arquitectos de red que supervisan recintos de alta densidad —como los de Comercio Minorista , Hostelería , Sanidad y Transporte —, el error "Conectado, sin Internet" en las redes de Guest WiFi es un persistente dolor de cabeza operativo. Aunque a menudo se diagnostica erróneamente como un fallo de hardware del AP o un ancho de banda ascendente insuficiente, la causa principal en entornos empresariales suele ser el tiempo de espera de DNS causado por la congestión de la red.

Cuando cientos de dispositivos sondean simultáneamente para la detección del Captive Portal (por ejemplo, captive.apple.com), las consultas predeterminadas del puerto UDP 53 pueden saturar los resolvedores ascendentes estándar. Si la respuesta DNS excede la ventana de tiempo de espera a nivel del sistema operativo (normalmente de 1 a 5 segundos), el dispositivo asume que no existe conectividad a Internet, lo que impide activar el Captive Portal. Esta guía detalla la arquitectura técnica de este modo de fallo y demuestra cómo el despliegue de un filtro DNS empresarial resuelve el cuello de botella, reduciendo la latencia de las consultas de miles de milisegundos a menos de 200 ms, asegurando el cumplimiento de estándares como IEEE 802.1X y GDPR, y mejorando drásticamente la experiencia de incorporación de invitados.

Análisis Técnico Detallado

El Mecanismo de Detección del Captive Portal

Cuando un dispositivo cliente se asocia con un punto de acceso y recibe una concesión DHCP, debe verificar la accesibilidad a Internet antes de pasar completamente a un estado conectado. Esto se logra mediante sondas de detección del Captive Portal:

  • iOS/macOS: HTTP GET a captive.apple.com
  • Android: HTTP GET a connectivitycheck.gstatic.com
  • Windows: HTTP GET a msftconnecttest.com

Antes de que se pueda emitir el HTTP GET, el dispositivo debe resolver el nombre de host a través de DNS. Esta consulta DNS inicial es el punto crítico de fallo en entornos de alta densidad.

dns_flow_diagram.png

Por qué la Congestión Provoca Tiempos de Espera de DNS

Las consultas DNS suelen utilizar UDP, un protocolo sin conexión sin retransmisión a nivel de transporte. En una red congestionada —como un estadio durante el descanso o un hotel durante las horas pico de la mañana—, los paquetes UDP se pierden o se retrasan fácilmente.

Si el recinto depende de un resolvedor ISP estándar o de un servicio DNS público (como 8.8.8.8), el tiempo de ida y vuelta (RTT) más el tiempo de procesamiento en el resolvedor puede exceder el límite de tiempo de espera codificado del sistema operativo. Cuando el tiempo de espera expira, el dispositivo marca la conexión como "Conectado, sin Internet" y detiene el proceso de redirección del Captive Portal.

Además, los valores cortos de Time-To-Live (TTL) en estos dominios de sondeo exacerban el problema. A medida que los dispositivos se asocian y desasocian constantemente, las entradas en caché caducan rápidamente, lo que desencadena una avalancha de consultas DNS simultáneas precisamente cuando la red está bajo carga máxima.

El Papel del Filtro DNS Empresarial

Un filtro DNS empresarial, como el integrado en la plataforma WiFi Analytics de Purple, actúa como un resolvedor de alto rendimiento, local o próximo al borde. Al interceptar las consultas DNS antes de que atraviesen el enlace WAN congestionado, el filtro:

  1. Almacena en caché dominios de alta frecuencia: Sirve dominios de sondeo localmente, reduciendo el RTT a niveles de sub-milisegundos.
  2. Aplicación de políticas: Descarta inmediatamente las consultas de dominios maliciosos o bloqueados, conservando el ancho de banda de la WAN.
  3. Registro de auditoría: Proporciona un registro de auditoría para la seguridad de TI , ayudando en el cumplimiento del GDPR y la respuesta a incidentes.

venue_comparison_chart.png

Guía de Implementación

El despliegue de un filtro DNS empresarial requiere una cuidadosa planificación arquitectónica para evitar introducir nuevos puntos de fallo.

1. Ubicación del Resolvedor y Optimización de la Latencia

Despliegue el filtro DNS lo más cerca posible del borde de la red. Para cadenas minoristas distribuidas, un nodo de borde entregado en la nube es apropiado; para grandes recintos de un solo sitio como estadios, se prefiere un dispositivo localizado o una máquina virtual en el switch central. El objetivo es minimizar el número de saltos de enrutamiento entre la VLAN de invitados y el resolvedor.

2. Lista Blanca del Captive Portal (Passthrough)

El paso de configuración más crítico es asegurarse de que su dominio de Captive Portal esté explícitamente en la lista blanca. Si el filtro DNS retrasa o bloquea la resolución del propio portal de autenticación, inducirá el error exacto que está intentando resolver.

3. Ajuste de TTL y Gestión de Caché

Configure el resolvedor local para almacenar agresivamente en caché los dominios de sondeo del Captive Portal. Si bien respetar los TTLs ascendentes es una práctica estándar, anular los TTLs para captive.apple.com y dominios similares a un mínimo de 60 segundos localmente puede reducir drásticamente el volumen de consultas ascendentes durante los eventos de asociación pico.

4. Integración con la Infraestructura Existente

Asegúrese de que el despliegue del filtro DNS se alinee con su segmentación de red existente. El tráfico DNS de invitados debe permanecer aislado de la infraestructura DNS corporativa para mantener el cumplimiento de PCI DSS. Este aislamiento es crucial, ya sea que esté optimizando el WiFi del hotel para viajeros de negocios o asegurando un despliegue en el sector público.

Escuche nuestro podcast de información técnica para obtener más contexto sobre estos pasos de implementación:

Mejores Prácticas

  • Evite los Resolvedores Públicos para Redes de Invitados: Confiar en 8.8.8.8 o 1.1.1.1 como el D principalEl DNS asignado por el HCP para redes de invitados de alta densidad introduce una variabilidad de latencia inaceptable.
  • Implemente DNS sobre HTTPS (DoH) con Cuidado: Aunque DoH mejora la privacidad, omite el filtrado tradicional del puerto 53. Asegúrese de que su solución DNS empresarial pueda inspeccionar o gestionar el tráfico DoH si lo requiere la política del lugar.
  • Supervise las Caídas del Puerto UDP 53: Configure su firewall o switch de núcleo para alertar sobre caídas excesivas de paquetes UDP del puerto 53, lo cual es un indicador principal de inminentes tiempos de espera de DNS.
  • Revise Regularmente las Listas Negras: Un filtrado demasiado agresivo puede romper aplicaciones legítimas. Revise los registros de consultas DNS semanalmente para identificar falsos positivos.

Para las implementaciones en el sector público, garantizar una conectividad robusta forma parte de iniciativas más amplias de inclusión digital, como se destacó recientemente cuando Purple nombra a Iain Fox como VP de Crecimiento – Sector Público .

Resolución de Problemas y Mitigación de Riesgos

Cuando ocurre el error "Conectado, sin Internet", los equipos de TI deben seguir una ruta de diagnóstico estructurada en lugar de asumir inmediatamente el agotamiento del ancho de banda.

  1. Captura de Paquetes (PCAP): Ejecute una captura de paquetes en la VLAN de invitados filtrando por udp port 53. Busque consultas sin respuestas correspondientes dentro de una ventana de 2 segundos.
  2. Simule la Sonda: Use curl o wget desde un dispositivo de prueba en la VLAN de invitados para acceder manualmente a http://captive.apple.com/hotspot-detect.html. Mida el tiempo de resolución de DNS frente al tiempo de respuesta HTTP.
  3. Verifique las Reglas del Firewall: Verifique que ninguna política de limitación de velocidad o QoS esté estrangulando inadvertidamente el tráfico UDP del puerto 53 desde la subred de invitados.
  4. Verifique las Capacidades Offline: En entornos con conectividad WAN intermitente, considere características como el Modo de Mapas Offline de Purple para mantener cierto nivel de interacción del usuario incluso cuando el internet ascendente está degradado.

ROI e Impacto Empresarial

Resolver los tiempos de espera de DNS impacta directamente en los resultados finales para los operadores de recintos.

  • Reducción de la Sobrecarga de Soporte: El error "Conectado, sin Internet" es un impulsor principal de los tickets de soporte de Nivel 1 en hostelería y comercio minorista. Eliminarlo reduce el gasto operativo de TI.
  • Mayor Captura de Datos: Una carga fallida del Captive Portal significa una oportunidad perdida para la captura de datos y la autenticación de usuarios. Al garantizar una renderización rápida del portal, los recintos maximizan el ROI de sus plataformas de WiFi Analytics .
  • Mejora de la Satisfacción del Invitado: La conectividad fluida es una expectativa básica. Minimizar la fricción en la incorporación se correlaciona directamente con la mejora de las Puntuaciones Netas de Promotores (NPS) y las reseñas positivas del recinto.

Al cambiar la perspectiva de "necesitamos más ancho de banda" a "necesitamos una resolución de DNS optimizada", los arquitectos de red pueden ofrecer WiFi para invitados de nivel empresarial que escala con elegancia bajo presión.

Definiciones clave

Captive Portal Detection Probe

An automated HTTP request sent by a mobile OS (e.g., to captive.apple.com) immediately upon network association to determine if a login page is required.

If this probe fails due to DNS timeout, the OS assumes there is no internet access and shows the error.

DNS Timeout

The event where a client device abandons a DNS query because the resolver took too long to respond (typically >2-5 seconds).

The primary technical cause of 'Connected, No Internet' errors in high-density environments.

Enterprise DNS Filter

A dedicated DNS resolver that caches queries locally and applies policy-based blocking to prevent access to malicious or unwanted domains.

Used to offload query volume from congested upstream resolvers and reduce latency.

UDP Port 53

The standard connectionless transport protocol and port used for DNS queries.

Because UDP has no guaranteed delivery, DNS packets are easily dropped during network congestion.

Time-To-Live (TTL)

A value in a DNS record that dictates how long a resolver or client should cache the IP address before querying again.

Short TTLs on probe domains cause frequent re-querying, exacerbating congestion.

IEEE 802.1X

A standard for port-based Network Access Control (PNAC) providing an authentication mechanism to devices wishing to attach to a LAN or WLAN.

While secure, 802.1X environments still rely on robust DNS infrastructure for post-authentication routing.

Local Internet Breakout

Routing internet-bound traffic directly from a branch location to the internet, rather than backhauling it to a central data center.

Crucial for reducing DNS latency in distributed retail or hospitality networks.

WPA3

The latest Wi-Fi security standard that provides enhanced encryption for open and password-protected networks.

WPA3 improves security but does not alter the fundamental DNS resolution path or mitigate timeout issues.

Ejemplos prácticos

A 400-room hotel experiences a surge of 'Connected, No Internet' complaints every morning between 7:30 AM and 8:30 AM when guests wake up and connect to the WiFi. The 1Gbps WAN link shows only 40% utilization during this time.

  1. Run a packet capture on the guest VLAN filtering for UDP port 53 during the morning peak.
  2. Identify that DNS queries to captive portal probe domains (e.g., captive.apple.com) are taking >3000ms to resolve via the ISP's default DNS.
  3. Deploy a local enterprise DNS filter on the guest subnet.
  4. Configure the DHCP server to assign the local DNS filter IP to guest devices.
  5. Whitelist the hotel's captive portal domain in the filter.
  6. Monitor resolution times, which should drop to <50ms.
Comentario del examinador: This approach correctly identifies that bandwidth is not the issue (only 40% utilized). By moving the DNS resolution to the edge, the hotel bypasses the congested ISP resolver path, ensuring captive portal probes succeed immediately.

A large retail chain rolls out a new guest WiFi network across 50 stores, but users in high-footfall flagship stores cannot load the captive portal, while users in smaller stores have no issues.

  1. Analyze the architecture: all 50 stores are tunneling guest traffic back to a central data center firewall, which then forwards DNS queries to a public resolver.
  2. In high-footfall stores, the sheer volume of concurrent association events exhausts the NAT/PAT state tables on the central firewall, causing UDP port 53 packets to be dropped.
  3. Implement a cloud-delivered enterprise DNS filter.
  4. Reconfigure the local branch routers to forward guest DNS queries directly to the cloud filter via local internet breakout, rather than backhauling them to the data center.
Comentario del examinador: Backhauling guest DNS traffic to a central hub introduces unnecessary latency and state-table exhaustion risks. Local internet breakout for DNS, combined with a cloud-based filter, scales infinitely better for distributed retail environments.

Preguntas de práctica

Q1. A stadium IT director notices that during half-time, thousands of users connect to the WiFi but fail to reach the captive portal. The core switch shows heavy UDP packet drops. Should they increase the WAN bandwidth from 2Gbps to 5Gbps?

Sugerencia: Consider what protocol is being dropped and whether it's related to payload bandwidth or connection state limits.

Ver respuesta modelo

No. Increasing WAN bandwidth will not solve the issue. The UDP packet drops indicate that the firewall or resolver cannot handle the sheer volume of concurrent DNS queries (state table exhaustion or CPU limits). The correct approach is to deploy a high-performance local DNS filter at the edge to cache and respond to these queries locally, bypassing the WAN bottleneck entirely.

Q2. You have just deployed an enterprise DNS filter on a hotel guest network. Guests can now resolve public websites quickly, but when they first connect, they are not redirected to the hotel's login page. What is the most likely configuration error?

Sugerencia: Think about the domain name of the login page itself.

Ver respuesta modelo

The most likely error is that the captive portal's own domain has not been explicitly whitelisted (passthrough) in the DNS filter. The filter is either blocking or delaying the resolution of the portal URL, preventing the redirection from completing.

Q3. A public sector organization requires all guest WiFi traffic to be logged for 90 days to comply with security policies. How does deploying an enterprise DNS filter assist with this requirement?

Sugerencia: Consider what data a DNS filter processes versus a standard firewall.

Ver respuesta modelo

An enterprise DNS filter natively logs all DNS queries made by client devices. This provides a clear, searchable audit trail of which domains were requested and when, satisfying the 90-day logging requirement without needing to perform deep packet inspection on all encrypted HTTPS payload traffic.