Saltar para o conteúdo principal

Integração de Access Points NETGEAR Insight e Enterprise com a Purple WiFi

Este guia fornece aos gestores de TI um roteiro técnico definitivo para integrar os access points enterprise NETGEAR Insight e WAX com a Purple WiFi. Abrange configurações essenciais, incluindo Captive Portals de convidados, redes de funcionários 802.1X e segmentação multi-tenant utilizando PPSK e atribuição dinâmica de VLAN.

📖 6 min de leitura📝 1,295 palavras🔧 2 exemplos práticos3 perguntas de prática📚 8 definições principais

Ouça este guia

Ver transcrição do podcast
Welcome to Purple's Technical Briefing. Today we are covering a topic that comes up constantly in our conversations with IT managers and network architects across hospitality, retail, and multi-tenant venues: how to integrate NETGEAR Insight and WAX series access points with Purple WiFi. If you are running a hotel, a retail park, a conference centre, or a mixed-use development, this briefing is directly relevant to your next deployment decision. Let us set the scene. NETGEAR's WAX series - the WAX610, WAX620, and WAX630 - are WiFi 6 access points managed through the Insight cloud platform. They support up to eight separate SSIDs per radio, WPA3 encryption, and up to six gigabits of throughput on the WAX630. They are PoE-powered, ceiling-mountable, and managed from a single pane of glass through the Insight Cloud Portal. For an IT installer or SMB network administrator, this is a genuinely capable platform at a price point well below the Cisco Meraki or HPE Aruba tier. Purple is a hardware-agnostic cloud overlay. We sit on top of your existing infrastructure and we add the guest experience layer, the data capture layer, and the analytics layer. We have processed 440 million logins in 2024 across 80,000 live venues. The integration with NETGEAR Insight is clean and well-documented, and it covers four distinct use cases that we will walk through today. Now let us get into the technical deep-dive. The four use cases are: Guest WiFi with a Purple captive portal, Secure Staff WiFi using 802.1X, Multi-Tenant segmentation using NETGEAR's PPSK feature, and dynamic VLAN assignment via RADIUS for Identity-Based Networks. Use case one: Guest WiFi with a Purple captive portal. This is the most common starting point. You create a dedicated Guest SSID in NETGEAR Insight and you configure it as an open network. The key configuration is in the Captive Portal section of the SSID settings. You select External Captive Portal, and you paste in the Splash Page URL that Purple provides. Next, you configure the authentication type. For most Purple deployments, you will select RADIUS authentication. Purple provides you with a primary RADIUS server IP address, port 1812 for authentication and port 1813 for accounting, and a shared secret. You paste those into the NETGEAR Insight External Captive Portal configuration. You also set a NAS Identifier - this is a string that identifies this specific access point or location to the RADIUS server. Use something meaningful, like your venue name and location code. The walled garden is the piece that trips up most installers. Before a guest authenticates, their device needs to be able to reach the Purple splash page, the authentication servers, and any social login providers you have enabled. NETGEAR Insight has a dedicated Walled Garden section in the External Captive Portal configuration where you add these URLs. Purple's support documentation provides the exact list of domains to whitelist. Get this wrong and guests will see a blank page instead of your branded portal. Once configured, the flow works like this: a guest connects to the Hotel Guest SSID. The access point intercepts their first HTTP request and redirects them to the Purple splash page. The guest sees your branded portal, accepts the terms, and optionally provides their email address or logs in via social media. Purple's RADIUS server returns an Access-Accept message to the access point, and the guest is granted internet access. Purple captures the consent data, logs the session, and that data flows into your Purple analytics dashboard. Use case two: Secure Staff WiFi using 802.1X. This is where you move away from shared passwords entirely. For staff networks, a pre-shared key is a liability - when an employee leaves, you have to change the password for everyone. 802.1X, defined in the IEEE 802.1X standard, gives every user an individual credential. When they leave, you disable their account in your directory and their access is revoked instantly. In NETGEAR Insight, you configure a separate Staff SSID with WPA2 Enterprise security. This tells the access point to use 802.1X authentication rather than a pre-shared key. You then configure the RADIUS server settings at the network location level. Go to the network location settings, select RADIUS, enable 802.1X Access Authentication, and enter your RADIUS server IP, port, and shared secret. The default reauthentication interval is 3,600 seconds - one hour - which is a reasonable starting point for most venues. The most common EAP method in SMB deployments is PEAP-MSCHAPv2, which uses a server-side certificate to create an encrypted tunnel inside which the user authenticates with their Active Directory username and password. EAP-TLS is more secure - it uses certificates on both sides - but it requires a PKI infrastructure and MDM to push certificates to devices. One critical point: enforce certificate validation on every client device. Configure your Windows devices via Group Policy Objects and your mobile devices via MDM profiles to validate the RADIUS server's certificate. If you skip this step, devices are vulnerable to rogue access point attacks where an attacker presents a fake certificate and captures credentials. Use case three: NETGEAR PPSK for multi-tenant venues. Private Pre-Shared Key solves a specific problem in retail parks, mixed-use developments, and co-working spaces. You have multiple tenants sharing the same physical WiFi infrastructure. You do not want to run separate SSIDs for each tenant - that creates radio frequency congestion and management complexity. But you also cannot give everyone the same password, because then Tenant A can see Tenant B's traffic. PPSK solves this elegantly. You create a single SSID and you create multiple pre-shared keys in NETGEAR Insight under Wireless, Settings, Advanced, Multi PSK Settings. Each key is associated with a specific VLAN. Tenant A gets a unique 16-character password that maps to VLAN 30. Tenant B gets a different password that maps to VLAN 40. The venue management team gets a third password that maps to VLAN 20, which has access to management systems. When Tenant A's devices connect using their password, the access point automatically places them on VLAN 30. They cannot see any traffic on VLAN 40 or VLAN 20. From a tenant's perspective, they just have a WiFi password. From your perspective as the network administrator, you have complete traffic isolation between tenants with zero additional hardware. There are two important limitations to know. First, PPSK in NETGEAR Insight requires WPA2 Personal or WPA2 Personal Mixed encryption. It does not work on the 6 GHz band. Second, PPSK cannot be combined with captive portal on the same SSID. If you need both, you need two separate SSIDs - which is fine, because WAX series access points support up to eight. Use case four: dynamic VLAN assignment via RADIUS. This is the most sophisticated configuration and the one that underpins Purple's Identity-Based Networks capability. Instead of statically assigning a VLAN to a password or an SSID, you let the RADIUS server decide which VLAN to assign based on who is authenticating. The mechanism uses three standard RADIUS attributes: Tunnel-Type, which must be set to value 13 for VLAN; Tunnel-Medium-Type, which must be set to value 6 for IEEE 802; and Tunnel-Private-Group-ID, which carries the VLAN ID as a string. When a user authenticates successfully, the RADIUS server returns these three attributes in the Access-Accept message. The access point reads them and places the client on the specified VLAN. In practice, this means you can have a single WPA2 Enterprise SSID where a hotel manager authenticates and lands on VLAN 20 with access to property management systems, a front desk agent authenticates and lands on VLAN 21 with access to the check-in system only, and a contractor authenticates and lands on VLAN 50 with internet-only access. All from the same SSID, all enforced automatically by the RADIUS server based on Active Directory group membership. Now let us talk implementation recommendations and pitfalls. The first pitfall is the walled garden. Every external captive portal deployment fails at the walled garden at least once. The symptom is guests connecting to the SSID but seeing a browser error instead of the splash page. The fix is methodical: open the Purple support documentation, copy every domain in the walled garden list, and paste them into NETGEAR Insight's Walled Garden section. Test with a device that has no cached credentials. The second pitfall is RADIUS reachability. The NETGEAR access point needs to reach your RADIUS server. RADIUS uses UDP port 1812 for authentication and UDP port 1813 for accounting. Open those ports from the access point management IP to the RADIUS server IP. Test with a RADIUS test tool before you go live. The third pitfall is PPSK and captive portal conflict. NETGEAR Insight does not allow PPSK and captive portal on the same SSID. If you need both, create two SSIDs. Name them clearly - one for PPSK tenants and one for the captive portal guests. The fourth pitfall is certificate validation on 802.1X clients. Every Windows device needs a Group Policy Object that specifies the trusted Certificate Authority and the expected RADIUS server name. Every mobile device needs an MDM profile with the same settings. Without this, a user could unknowingly authenticate to a rogue access point and hand over their Active Directory credentials. Now for a rapid-fire question and answer session. Question one: Can I use Purple with NETGEAR Insight without a RADIUS server? Yes, for guest captive portal deployments, you can use Purple's web authentication mode rather than RADIUS. The access point redirects to the splash page via HTTP, and Purple handles authentication through a web session. RADIUS gives you more control and better accounting data, but it is not mandatory for basic guest portal deployments. Question two: How many PPSK keys can I create in NETGEAR Insight? NETGEAR Insight supports up to 64 PPSK keys per SSID on WAX series access points. For most multi-tenant venues, this is more than sufficient. If you have more than 64 tenants, you need to move to a RADIUS-based dynamic VLAN solution instead. Question three: Does NETGEAR Insight support WPA3 Enterprise for 802.1X? Yes, WAX series access points support WPA3 Enterprise. For most SMB deployments, WPA2 Enterprise is sufficient and has broader client device compatibility. WPA3 Enterprise is worth considering for environments handling sensitive data, such as healthcare or financial services. Question four: What happens if the Purple RADIUS server is unreachable? NETGEAR Insight supports a failsafe option in the External Captive Portal configuration. If you enable failsafe, guests are granted internet access for a short period even if the captive portal servers are unreachable. Purple maintains 99.999% uptime across our infrastructure, but enabling failsafe is good practice for any production deployment. To summarise the key takeaways from today's briefing. NETGEAR WAX series access points integrate with Purple via the External Captive Portal mechanism in NETGEAR Insight. You configure the splash page URL, RADIUS server credentials, and walled garden domains in the Insight Cloud Portal. For staff networks, use WPA2 Enterprise with 802.1X and enforce certificate validation on every client device. For multi-tenant venues, NETGEAR's PPSK feature gives you per-tenant VLAN isolation from a single SSID with up to 64 unique keys. For the most sophisticated deployments, dynamic VLAN assignment via RADIUS attributes gives you identity-driven network segmentation that adapts to who is connecting, not just where they are connecting from. If you are planning a NETGEAR deployment with Purple, the next step is to request your Purple RADIUS credentials and walled garden domain list from Purple's support team, and to test the captive portal redirect on a staging SSID before rolling out to production. The configuration takes under 30 minutes once you have those credentials in hand. Thank you for listening to Purple's Technical Briefing. For the full written guide, including step-by-step configuration details and worked examples, visit purple.ai.

header_image.png

Resumo Executivo

Depender de chaves pré-partilhadas para o acesso WiFi enterprise é um risco de segurança significativo. Uma única credencial comprometida expõe toda a rede, e revogar o acesso exige a alteração da palavra-passe em todos os dispositivos. Este guia fornece aos gestores de TI e arquitetos de rede um roteiro definitivo para integrar os access points enterprise das séries NETGEAR Insight e WAX com a Purple.

Detalhamos quatro arquiteturas principais de implementação: WiFi de Convidados com um Captive Portal, WiFi Seguro para Funcionários utilizando 802.1X, segmentação Multi-Tenant através de Private Pre-Shared Keys (PPSK) da NETGEAR e Redes Baseadas em Identidade utilizando atribuição dinâmica de VLAN. Quer opere em espaços de Hotelaria , áreas de Retalho ou ambientes do setor público, estas configurações eliminam as palavras-passe partilhadas, impõem uma segmentação de rede rigorosa e recolhem WiFi Analytics acionáveis.

Ouça o nosso podcast de briefing técnico abaixo para obter uma visão geral abrangente da arquitetura e dos erros comuns de implementação.

Análise Técnica Detalhada

Os access points da série NETGEAR WAX (WAX610, WAX620, WAX630) são dispositivos WiFi 6 geridos na cloud, concebidos para ambientes de alta densidade. Geridos através do portal NETGEAR Insight, suportam até oito SSIDs separados por rádio, encriptação WPA3 e débito multi-gigabit. Purple atua como uma sobreposição de cloud agnóstica em termos de hardware, integrando-se com o NETGEAR Insight para fornecer controlo de acesso de nível empresarial e captura de dados.

1. WiFi de Convidados com Captive Portal

Para ambientes voltados para o público, deve implementar um Captive Portal Externo. Esta configuração interceta os pedidos HTTP dos convidados e redireciona-os para uma splash page alojada pela Purple.

Arquitetura:

  1. Access Point: O access point NETGEAR WAX transmite um SSID de Convidado aberto ou WPA2 Personal.
  2. Walled Garden: O NETGEAR Insight permite o tráfego de pré-autenticação para os servidores da Purple e fornecedores de login social.
  3. Autenticação: A Purple gere a sessão do utilizador através de autenticação RADIUS ou web HTTP.

Quando um convidado se liga, é-lhe apresentado um portal personalizado. Ao aceitar os termos e fornecer os dados, o servidor RADIUS da Purple devolve uma mensagem Access-Accept, concedendo acesso à Internet. Esta abordagem garante a conformidade com os regulamentos de privacidade de dados, como o GDPR, ao mesmo tempo que recolhe dados first-party valiosos.

2. WiFi Seguro para Funcionários (802.1X)

As chaves pré-partilhadas são inaceitáveis para redes de funcionários. Deve implementar a autenticação IEEE 802.1X. Neste modelo, cada utilizador tem uma credencial individual. Quando um funcionário sai, desativa a sua conta de diretório e o seu acesso é revogado instantaneamente.

No NETGEAR Insight, configura um SSID de Funcionários com segurança WPA2 Enterprise ou WPA3 Enterprise. O access point atua como o autenticador, retransmitindo mensagens EAP (Extensible Authentication Protocol) para o servidor RADIUS. O servidor RADIUS valida as credenciais em relação ao seu diretório (por exemplo, Microsoft Entra ID ou Okta) e devolve a decisão de autorização.

3. Segmentação Multi-Tenant (PPSK)

Os empreendimentos de uso misto e os parques comerciais enfrentam um desafio específico: vários inquilinos a partilhar a mesma infraestrutura física de WiFi. A implementação de SSIDs separados para cada inquilino cria congestionamento de radiofrequência. Fornecer uma única palavra-passe partilhada compromete a segurança.

O sistema Private Pre-Shared Key (PPSK) da NETGEAR resolve isto. Transmite um único SSID. No NETGEAR Insight, gera palavras-passe exclusivas para cada inquilino. Crucialmente, cada palavra-passe mapeia para uma VLAN específica.

ppsk_vlan_infographic.png

Quando um dispositivo se liga utilizando a palavra-passe da unidade de retalho, o access point coloca-o na VLAN de retalho isolada. Quando a gestão do espaço se liga utilizando a sua palavra-passe, entra na VLAN de gestão. Consegue um isolamento completo do tráfego com zero hardware adicional. Note que o PPSK requer WPA2 Personal e não pode ser combinado com um captive portal no mesmo SSID.

4. Atribuição Dinâmica de VLAN via RADIUS

Para Redes Baseadas em Identidade sofisticadas, deve utilizar a atribuição dinâmica de VLAN. Em vez de atribuir estaticamente uma VLAN a um SSID ou a uma palavra-passe, o servidor RADIUS dita a VLAN com base no perfil de diretório do utilizador.

O servidor RADIUS devolve três atributos padrão na mensagem Access-Accept:

  • [64] Tunnel-Type = 13 (VLAN)
  • [65] Tunnel-Medium-Type = 6 (802)
  • [81] Tunnel-Private-Group-ID = [VLAN ID]

Um único SSID WPA2 Enterprise pode servir toda a organização. Um gerente de hotel autentica-se e entra na VLAN 20. Um funcionário da receção entra na VLAN 21. Um prestador de serviços entra na VLAN 50. A rede adapta-se à identidade do utilizador. Para uma visão mais ampla sobre como proteger o seu ambiente, consulte o nosso Segurança WiFi Enterprise: Um Guia Completo para 2026 .

architecture_overview.png

Guia de Implementação

Siga estes passos para implementar o NETGEAR Insight com o Guest WiFi da Purple.

Passo 1: Configurar o SSID de Convidados

  1. Inicie sessão no NETGEAR Insight Cloud Portal.
  2. Selecione a localização da sua rede e navegue até Wireless > Settings.
  3. Crie um novo SSID (por exemplo, "Venue Guest WiFi").
  4. Selecione Captive Portal e escolha External Captive Portal.

Passo 2: Configurar o Captive Portal

  1. No campo Splash Page URL, introduza o URL fornecido pela Purple.
  2. Selecione o botão de rádio Radius.
  3. Introduza o IP do Servidor de Autenticação Primário, a porta (1812) e o segredo partilhado fornecidos pela Purple.
  4. Introduza o IP do Servidor de Contabilidade Primário, a porta (1813) e o segredo partilhado.
  5. Defina um NAS-Identifier descritivo (ex.: "London-Retail-01").

Passo 3: Configurar o Walled Garden

Este é o passo mais crítico. Se o walled garden estiver incorreto, os visitantes verão um ecrã em branco.

  1. Desloque-se até à secção Walled Garden nas definições do Captive Portal.
  2. Adicione todos os domínios fornecidos na documentação de integração da Purple. Isto inclui os domínios de CDN da Purple, servidores de autenticação e quaisquer fornecedores de início de sessão social ativados (ex.: Facebook, Google).
  3. Clique em Guardar.

Passo 4: Verificar a Acessibilidade do RADIUS

Certifique-se de que a sua firewall permite as portas UDP 1812 e 1813 de saída dos endereços IP de gestão dos pontos de acesso para os servidores RADIUS da Purple.

Boas Práticas

  • Forçar a Validação de Certificados: Para implementações 802.1X, deve forçar uma validação estrita de certificados em todos os dispositivos clientes através de Objetos de Política de Grupo (GPO) ou Gestão de Dispositivos Móveis (MDM). Se os clientes não validarem o certificado do servidor RADIUS, ficarão vulneráveis a ataques de pontos de acesso falsos (rogue access points).
  • Isolar o Tráfego de Gestão: Coloque sempre os endereços IP de gestão dos pontos de acesso numa VLAN de gestão dedicada, isolada do tráfego de visitantes e de funcionários.
  • Ativar o Failsafe: Nas definições do Captive Portal do NETGEAR Insight, ative a opção FailSafe. Se os servidores RADIUS ficarem inacessíveis, é concedido aos visitantes um acesso temporário à Internet, evitando uma interrupção total do WiFi.
  • SSIDs Separados para PPSK: Como o NETGEAR Insight não suporta PPSK e Captive Portal no mesmo SSID, deve criar SSIDs dedicados (ex.: "Venue-Guest" and "Venue-Tenant").

Resolução de Problemas e Mitigação de Riscos

Sintoma: Os visitantes ligam-se ao SSID mas a splash page não carrega.

  • Causa: Configuração incompleta do Walled Garden.
  • Resolução: Verifique se todos os domínios da Purple e domínios de início de sessão social estão introduzidos corretamente nas definições de Walled Garden do NETGEAR Insight. Teste com um dispositivo que não tenha credenciais em cache.

Sintoma: Os dispositivos dos funcionários não se conseguem autenticar via 802.1X.

  • Causa: Tempo limite (timeout) do RADIUS ou segredo partilhado incorreto.
  • Resolução: Verifique se as portas UDP 1812 e 1813 estão abertas para saída. Confirme se o segredo partilhado coincide exatamente entre o portal NETGEAR Insight e o servidor RADIUS. Verifique os registos (logs) do servidor RADIUS para mensagens de Access-Reject.

Sintoma: Os clientes PPSK são colocados na VLAN errada.

  • Causa: Mapeamento de VLAN incorreto ou configuração de VLAN em falta no switch.
  • Resolução: Certifique-se de que a VLAN foi criada no NETGEAR Insight nas definições Wired. Verifique se as Definições Multi PSK mapeiam a palavra-passe correta para o ID de VLAN correto. Certifique-se de que a porta do switch que liga o ponto de acesso está configurada como uma porta trunk que permite a VLAN de destino.

ROI e Impacto no Negócio

A implementação do NETGEAR Insight com a Purple transforma a sua infraestrutura sem fios de um centro de custos num ativo gerador de receitas. Ao implementar Redes Baseadas em Identidade e captive portals, consegue:

  • Redução de Custos de TI: O PPSK e o 802.1X eliminam a necessidade de gerir manualmente palavras-passe partilhadas ou de enviar técnicos para alterações de acesso rotineiras.
  • Análises Acionáveis: Registe dados demográficos, tempos de permanência e taxas de retorno para otimizar as operações do local e o mix de lojistas.
  • ROI de Marketing: Construa uma base de dados CRM de elevada intenção e em conformidade com o GDPR. Os locais registam normalmente uma redução significativa nos custos de aquisição de clientes ao tirar partido de dados primários (first-party data) recolhidos via WiFi.
  • Segurança Reforçada: A atribuição dinâmica de VLAN isola dispositivos IoT, sistemas de ponto de venda e tráfego de visitantes, reduzindo significativamente a superfície de ataque e garantindo a conformidade com o PCI DSS.

Definições Principais

802.1X

An IEEE standard for port-based Network Access Control that provides an authentication mechanism to devices wishing to attach to a LAN or WLAN.

Essential for enterprise security; replaces shared passwords with individual user credentials.

Captive Portal

A web page that a user of a public access network is obliged to view and interact with before access is granted.

Used by Purple to capture first-party data and ensure terms of service acceptance.

PPSK (Private Pre-Shared Key)

A feature allowing multiple unique passwords on a single SSID, where each password assigns the user to a specific VLAN.

Ideal for multi-tenant buildings or isolating IoT devices without creating multiple SSIDs.

RADIUS

Remote Authentication Dial-In User Service; a networking protocol that provides centralized Authentication, Authorization, and Accounting (AAA) management.

The core server that validates credentials and tells the NETGEAR AP whether to grant access.

Walled Garden

A limited environment that controls the user's access to web content and services prior to full authentication.

Must be configured in NETGEAR Insight to allow devices to reach the Purple splash page and social login providers.

Dynamic VLAN Assignment

The process where a RADIUS server instructs an access point to place an authenticated user on a specific VLAN based on their identity.

Enables Identity-Based Networks, allowing a single SSID to serve multiple departments securely.

NAS-Identifier

Network Access Server Identifier; a string used to identify the source of a RADIUS access request.

Configured in NETGEAR Insight so Purple knows which venue or access point the user is connecting from.

EAP-TLS

Extensible Authentication Protocol - Transport Layer Security; an authentication method requiring digital certificates on both the client and server.

The most secure 802.1X method, eliminating passwords entirely, though requiring MDM to deploy certificates.

Exemplos Práticos

A 40-unit retail park needs to provide secure, isolated WiFi for each tenant's point-of-sale systems, plus a branded public WiFi network for shoppers. They have deployed NETGEAR WAX630 access points. How should the network be configured?

Create two SSIDs in NETGEAR Insight. SSID 1: 'RetailPark-Guest'. Configure this with an External Captive Portal pointing to Purple's splash page, with RADIUS authentication and a comprehensive walled garden. Map this to VLAN 10 (Internet only). SSID 2: 'RetailPark-Tenants'. Configure this with WPA2 Personal and enable Multi PSK (PPSK). Create 40 unique passwords. Map Tenant A's password to VLAN 101, Tenant B to VLAN 102, etc. Ensure the core switch trunks all VLANs to the access points.

Comentário do Examinador: This approach perfectly balances security and user experience. By separating the SSIDs, we avoid the NETGEAR limitation of not mixing PPSK and captive portals. The PPSK configuration ensures zero cross-tenant visibility for PCI compliance, while the Purple portal captures shopper data.

A corporate headquarters wants to move away from a shared WPA2 password. They need staff to authenticate with their Microsoft Entra ID credentials, and they want the finance team on VLAN 50 and the marketing team on VLAN 60.

Deploy a single 'Corporate-Secure' SSID configured for WPA2 Enterprise. Point the NETGEAR Insight RADIUS settings to a RADIUS server integrated with Entra ID. Configure the RADIUS server to return standard tunnel attributes (Tunnel-Type=13, Tunnel-Medium-Type=6, Tunnel-Private-Group-ID=50 or 60) based on the user's directory group membership. Enforce certificate validation on all corporate laptops via MDM.

Comentário do Examinador: This demonstrates true Identity-Based Networking. The access point dynamically assigns the VLAN based on the RADIUS response. Crucially, enforcing certificate validation prevents rogue AP attacks, which is mandatory for enterprise security.

Perguntas de Prática

Q1. You have deployed a Purple captive portal on a NETGEAR WAX620. Guests can connect to the WiFi, but their browsers show a 'Cannot reach destination' error instead of the splash page. What is the most likely configuration error?

Dica: Consider what must happen before the guest is fully authenticated to reach external servers.

Ver resposta modelo

The Walled Garden is misconfigured or incomplete. The NETGEAR access point is blocking the initial traffic to Purple's servers. You must ensure all required Purple CDN domains, authentication URLs, and social login domains are added to the Walled Garden list in the Insight portal.

Q2. A venue requires both a guest captive portal and secure, isolated WiFi for 10 different retail tenants. They want to minimize RF interference. How do you configure the NETGEAR access points?

Dica: NETGEAR Insight has specific limitations regarding mixing captive portals and PPSK.

Ver resposta modelo

You must create exactly two SSIDs. NETGEAR does not support PPSK and Captive Portal on the same SSID. Create 'Venue-Guest' with an External Captive Portal pointing to Purple. Create 'Venue-Retail' with WPA2 Personal and configure Multi PSK (PPSK) with 10 unique passwords, each mapping to a different VLAN.

Q3. When configuring dynamic VLAN assignment for staff using 802.1X, which three RADIUS attributes must the server return in the Access-Accept message?

Dica: Think about the RFC 2868 standard attributes for tunnel configuration.

Ver resposta modelo

The RADIUS server must return: [64] Tunnel-Type = 13 (VLAN), [65] Tunnel-Medium-Type = 6 (802), and [81] Tunnel-Private-Group-ID = [The specific VLAN ID string].

Continue a ler esta série

Integração da Alta Labs com o Purple WiFi: Instalação e Configuração do Captive Portal

Este guia de referência técnica abrange a integração de ponta a ponta dos pontos de acesso Alta Labs AP6 e AP6 Pro com o Captive Portal alojado na nuvem da Purple. Detalha a configuração de redirecionamento externo, autenticação RADIUS, requisitos de walled garden e segmentação multi-tenant utilizando as Private Pre-Shared Keys do AltaPass. Os operadores de espaços e as equipas de TI terão acesso a um manual de implementação replicável para ambientes de hotelaria, retalho e escritórios inteligentes.

Ler o guia →

Aruba ClearPass and Purple WiFi: Guia de Integração e Implementação

Este guia fornece uma referência técnica completa para integrar o HPE Aruba ClearPass Policy Manager com a plataforma Purple WiFi, cobrindo a arquitetura de proxy RADIUS, configuração de captive portal e mapeamento dinâmico de funções VLAN. É projetado para gestores de IT e arquitetos de rede em ambientes com forte presença Aruba que precisam manter o ClearPass para NAC enquanto implementam o Purple para autenticação de convidados e análises. A implementação desta integração preenche uma lacuna crítica de fornecedor, permitindo segurança e conformidade de nível empresarial juntamente com as capacidades de inteligência de visitantes líderes de mercado do Purple.

Ler o guia →

Aruba Central and Purple WiFi: Integração Gerida na Nuvem

Um guia de referência técnica abrangente para integrar o Aruba Central com a plataforma de inteligência de WiFi para convidados alojada na nuvem da Purple. Este guia abrange a arquitetura, a configuração passo a passo de captive portals externos e RADIUS, e estratégias de implementação em vários locais para equipas de TI empresariais.

Ler o guia →