Zum Hauptinhalt springen

Implementierung der 802.1X-Authentifizierung mit Cloud RADIUS

Dieser technische Leitfaden bietet einen umfassenden Rahmen für die Implementierung der 802.1X-Authentifizierung mit Cloud RADIUS in verteilten Unternehmensumgebungen. Er beschreibt die Architektur, die Auswahl der EAP-Methode, die Bereitstellungssequenzierung und die Strategien zur Risikominderung, die erforderlich sind, um den Netzwerkzugriff zu sichern und gleichzeitig den operativen Aufwand der lokalen Infrastruktur zu eliminieren.

📖 5 Min. Lesezeit📝 1,189 Wörter🔧 2 ausgearbeitete Beispiele3 Übungsfragen📚 8 Schlüsseldefinitionen

Diesen Leitfaden anhören

Podcast-Transkript ansehen
How to Implement 802.1X Authentication with Cloud RADIUS A Purple WiFi Intelligence Briefing --- INTRODUCTION AND CONTEXT (approx. 1 minute) --- Welcome to the Purple WiFi Intelligence Briefing. I'm your host, and today we're getting into the detail on 802.1X authentication with Cloud RADIUS — what it is, why it matters right now, and how to actually deploy it across a multi-site estate. If you're managing WiFi infrastructure for a hotel group, a retail chain, a stadium, or a public-sector organisation, this is one of those topics that keeps coming up — and for good reason. The threat landscape has shifted. Shared PSK networks are increasingly seen as a compliance liability, not just a security inconvenience. Regulators, auditors, and cyber insurers are all asking harder questions about network access control. And the good news is that cloud-delivered RADIUS has made 802.1X genuinely deployable at scale, without the on-premises infrastructure overhead that used to make it impractical for distributed estates. So let's get into it. --- TECHNICAL DEEP-DIVE (approx. 5 minutes) --- First, let's make sure we're all working from the same definition. IEEE 802.1X is a port-based network access control standard. It defines an authentication framework that sits at Layer 2 of the OSI model — so it operates before a device is granted any IP connectivity whatsoever. That's the key distinction from application-layer authentication. With 802.1X, a device cannot get onto the network until it has been positively authenticated. The protocol has three components. The supplicant — that's the end device, whether it's a laptop, a smartphone, or a point-of-sale terminal. The authenticator — typically your WiFi access point or your managed switch. And the authentication server — which in modern deployments is your cloud RADIUS service. The flow works like this. A device attempts to associate with an access point. The access point doesn't grant full network access immediately. Instead, it opens a controlled port and initiates an EAP exchange — that's the Extensible Authentication Protocol — with the device. The device presents its credentials, which could be a username and password, a digital certificate, or a SIM-based identity. The access point relays that exchange to the RADIUS server using the RADIUS protocol over UDP, typically on port 1812 for authentication and 1813 for accounting. The RADIUS server validates the credentials against an identity store — Active Directory, Azure AD, or an LDAP directory — and returns either an Access-Accept or an Access-Reject message. If accepted, the access point opens the port and the device gets network access. If rejected, it stays blocked. Simple in principle, but the implementation details matter enormously. Now, EAP method selection is where a lot of deployments go wrong. There are several EAP methods in common use, and they have very different security profiles and operational requirements. EAP-TLS is the gold standard. It requires mutual certificate authentication — both the server and the client present a certificate. This eliminates credential theft risk entirely, because there are no passwords to steal. But it requires a PKI infrastructure and a mechanism to push client certificates to devices, which typically means an MDM solution. For corporate BYOD environments and high-security deployments, this is the right answer. PEAP with MSCHAPv2 is the most widely deployed method in enterprise environments. It only requires a server-side certificate, and it tunnels the credential exchange inside TLS. It's compatible with Active Directory natively, which makes it operationally straightforward. The risk is that it's vulnerable to credential harvesting if users connect to a rogue access point with a self-signed certificate — so certificate validation on the client side is non-negotiable. EAP-TTLS is similar to PEAP but more flexible in the inner authentication method. It's particularly useful in mixed-device environments where you have a combination of Windows, macOS, iOS, and Android devices with varying supplicant capabilities. For legacy device support — think older point-of-sale hardware or IoT sensors — EAP-FAST can be a pragmatic choice, as it doesn't require certificates and uses a Protected Access Credential instead. Now, the cloud RADIUS piece. Traditionally, RADIUS was an on-premises service — FreeRADIUS on a Linux server, or Microsoft NPS on Windows Server. That model works, but it has real operational costs: hardware maintenance, high availability configuration, patching, and the need for local infrastructure at every site that needs low-latency authentication. Cloud RADIUS changes that calculus significantly. A cloud RADIUS service is hosted and managed by the provider. Your access points send RADIUS requests over the internet to the cloud service, which handles authentication against your identity provider. The latency concern is real but manageable — modern cloud RADIUS services are globally distributed, and authentication round-trips typically complete in under 100 milliseconds, which is imperceptible to end users. The integration with identity providers is the critical dependency. Most cloud RADIUS platforms support LDAP, LDAPS, SAML 2.0, and direct Azure AD or Okta integration. For organisations already running Microsoft 365, Azure AD integration is the natural path — you get single sign-on, conditional access policies, and MFA enforcement all feeding into your network access control layer. For venues deploying guest WiFi alongside staff networks, the architecture typically separates these into distinct SSIDs with different authentication policies. Staff networks use 802.1X with corporate credentials. Guest networks use a captive portal or social login flow. Purple's platform supports both models, and the WiFi analytics layer sits across both, giving you visibility into device behaviour, dwell time, and network utilisation without compromising the security segmentation. --- IMPLEMENTATION RECOMMENDATIONS AND PITFALLS (approx. 2 minutes) --- Let me give you the practical deployment sequence, and flag the failure modes I see most often. Start with your identity provider integration. Before you touch a single access point, confirm that your cloud RADIUS service can authenticate against your directory. Test with a service account, validate the LDAP bind, and confirm that group membership attributes are being returned correctly — because you'll need those for VLAN assignment policies. Second, plan your certificate strategy. If you're going with EAP-TLS, you need a CA, you need to decide whether you're using a public CA or an internal one, and you need an MDM rollout plan for client certificates. If you're going with PEAP, you need a server certificate from a trusted CA — not self-signed — and you need to push the CA certificate to all client devices so that certificate validation works correctly. This is the step that gets skipped and causes security incidents. Third, configure your RADIUS clients — that's your access points and controllers — with the correct shared secret and server IP or hostname. Use a strong, randomly generated shared secret, not a dictionary word. And if your cloud RADIUS provider supports RADIUS over TLS — RadSec — use it. It encrypts the RADIUS traffic in transit, which is particularly important when that traffic is traversing the public internet. Fourth, test with a pilot group before full rollout. Authentication failures at scale are disruptive and hard to diagnose under pressure. Run a pilot with ten to twenty devices, validate the authentication logs, confirm VLAN assignment is working, and check that accounting records are being written correctly. The failure modes I see most often: certificate validation disabled on clients, leading to man-in-the-middle vulnerability. Shared secrets that are too short or reused across sites. RADIUS server IP allowlisting not configured, so authentication requests from new sites get dropped silently. And MDM profiles not being updated when certificates expire, causing mass authentication failures on renewal day. --- RAPID-FIRE Q&A (approx. 1 minute) --- A few questions I get asked regularly. Can I run 802.1X on a network that also has IoT devices that don't support EAP? Yes — use MAC Authentication Bypass as a fallback for devices that can't run a supplicant, but put those devices on a restricted VLAN with tight firewall rules. Does 802.1X replace WPA2 or WPA3 encryption? No — 802.1X handles authentication. WPA2-Enterprise or WPA3-Enterprise handles the encryption. You need both. WPA3-Enterprise with 802.1X is the current best practice for new deployments. What's the latency impact on authentication? With a well-configured cloud RADIUS service, expect 50 to 150 milliseconds per authentication. For roaming scenarios, 802.11r fast BSS transition can reduce re-authentication overhead significantly. Is this PCI DSS compliant? 802.1X with EAP-TLS or PEAP on a properly segmented network satisfies PCI DSS Requirement 1 and Requirement 8 for network access control. Get your QSA involved early. --- SUMMARY AND NEXT STEPS (approx. 1 minute) --- To pull this together: 802.1X with cloud RADIUS is the right answer for any organisation that needs to demonstrate network access control to auditors, reduce the blast radius of a credential compromise, or manage authentication centrally across a distributed estate. The deployment is not trivial, but it is absolutely manageable with the right preparation. Get your identity provider integration right first. Choose your EAP method based on your device estate and your operational capability to manage certificates. Use RadSec if your infrastructure supports it. And test before you roll out at scale. If you're running a mixed guest and staff network — which most hospitality and retail operators are — platforms like Purple give you the ability to manage both authentication models from a single pane of glass, with the analytics layer sitting across the whole estate. For your next steps: audit your current network access control posture, identify which sites are still running shared PSK, and build a phased migration plan. Start with your highest-risk sites — those in scope for PCI DSS or those handling sensitive data — and work outward. Thanks for listening. More technical briefings are available at purple.ai.

header_image.png

Executive Summary

Für IT-Führungskräfte, die verteilte Netzwerke in den Bereichen Gastgewerbe, Einzelhandel und öffentlicher Sektor verwalten, hat sich die Sicherung des Netzwerkzugangs von einer operativen Präferenz zu einem strikten Compliance-Mandat entwickelt. Die Abhängigkeit von Pre-Shared Keys (PSK) stellt ein inakzeptables Risikoprofil dar, das moderne Auditstandards wie PCI DSS nicht erfüllt und Organisationen im Falle einer Kompromittierung von Anmeldeinformationen lateralen Bewegungen aussetzt. Der Übergang zur IEEE 802.1X-portbasierten Netzwerkzugriffskontrolle mindert diese Risiken, indem Geräte authentifiziert werden, bevor die IP-Konnektivität gewährt wird.

Historisch wurde die Bereitstellung von 802.1X in Multi-Site-Umgebungen durch die Notwendigkeit einer lokalisierten RADIUS-Infrastruktur zur Verwaltung von Latenz und Verfügbarkeit behindert. Die Reifung von Cloud RADIUS-Architekturen hat diese Berechnung grundlegend verändert. Durch die Zentralisierung von Authentifizierungsentscheidungen und die direkte Integration mit Cloud-Identitätsanbietern (wie Azure AD oder Okta) können Organisationen robuste Zugriffsrichtlinien einheitlich an allen Standorten durchsetzen, ohne die Investitions- und Wartungslast von lokalen Servern. Dieser Leitfaden beschreibt die technische Architektur, Bereitstellungsmethoden und bewährte Betriebspraktiken für die erfolgreiche Implementierung der Cloud RADIUS-gestützten 802.1X-Authentifizierung, die sowohl Sicherheit als auch Skalierbarkeit für Unternehmens- Guest WiFi und Unternehmensnetzwerke gewährleistet.

Technical Deep-Dive

Die Grundlage der modernen drahtlosen Unternehmenssicherheit basiert auf dem IEEE 802.1X-Standard. Im Gegensatz zur Authentifizierung auf Anwendungsebene arbeitet 802.1X auf Schicht 2 des OSI-Modells. Wenn ein Gerät (der Supplicant) versucht, sich mit einem Access Point (dem Authentifikator) zu verbinden, verbleibt der Port in einem nicht autorisierten Zustand und lässt nur Extensible Authentication Protocol (EAP)-Verkehr zu. Dieser Verkehr wird in RADIUS-Paketen gekapselt und an den Authentifizierungsserver (die Cloud RADIUS-Instanz) weitergeleitet. Erst nach Erhalt einer Access-Accept-Nachricht versetzt der Authentifikator den Port in einen autorisierten Zustand und gewährt Netzwerkzugriff.

Cloud RADIUS Architecture

architecture_overview.png

Der architektonische Wandel von lokalen zu Cloud RADIUS-Lösungen eliminiert die Notwendigkeit verteilter FreeRADIUS- oder Microsoft NPS-Server. In einem Cloud-Modell kommunizieren Access Points oder Wireless LAN Controller direkt mit einem global verteilten RADIUS-Dienst über das Internet. Um diesen Transit zu sichern, ist die Implementierung von RadSec (RADIUS over TLS) entscheidend, das die Authentifizierungs-Payload verschlüsselt und so vor Abfangen schützt. Der Cloud RADIUS-Dienst fungiert als Vermittler und validiert Anmeldeinformationen gegen einen zentralen Identity Provider (IdP) über LDAP, SAML oder native API-Integrationen. Dies ermöglicht eine dynamische Richtliniendurchsetzung, wie z.B. die VLAN-Zuweisung basierend auf der Azure AD-Gruppenmitgliedschaft, wodurch der Netzwerkzugriff nahtlos in umfassendere Strategien zur Unternehmensidentitätsverwaltung integriert wird.

EAP Method Selection

Die Wahl der EAP-Methode bestimmt die Sicherheitsposition und die operative Komplexität der Bereitstellung.

eap_comparison_chart.png

  • EAP-TLS (Transport Layer Security): Die sicherste Methode, die sowohl Server- als auch Client-Zertifikate für die gegenseitige Authentifizierung erfordert. Sie eliminiert das Risiko des Diebstahls von Anmeldeinformationen, da keine Passwörter ausgetauscht werden. Sie erfordert jedoch eine Public Key Infrastructure (PKI) und Mobile Device Management (MDM) zur Verteilung von Client-Zertifikaten. Sie wird dringend für Unternehmensgeräte empfohlen.
  • PEAP-MSCHAPv2 (Protected EAP): Weit verbreitet aufgrund seiner nativen Unterstützung in Windows und der ausschließlichen Abhängigkeit von einem serverseitigen Zertifikat. Es tunnelt den Austausch von Anmeldeinformationen innerhalb einer TLS-Sitzung. Obwohl einfacher bereitzustellen, ist es anfällig für Credential Harvesting, wenn die clientseitige Zertifikatsvalidierung nicht streng durchgesetzt wird.
  • EAP-TTLS: Ähnlich wie PEAP, bietet aber eine größere Flexibilität beim inneren Authentifizierungsprotokoll, wodurch es für Umgebungen mit verschiedenen Client-Betriebssystemen geeignet ist.

Implementation Guide

Die Bereitstellung von 802.1X mit Cloud RADIUS erfordert einen schrittweisen, methodischen Ansatz, um Störungen des bestehenden Betriebs zu minimieren.

  1. Integration des Identity Providers: Stellen Sie die Verbindung zwischen dem Cloud RADIUS-Dienst und dem Unternehmens-IdP her und validieren Sie diese. Stellen Sie sicher, dass die Verzeichnissynchronisierung korrekt ist und die erforderlichen Benutzerattribute (z.B. Gruppenmitgliedschaften) für die Richtlinienerstellung verfügbar sind.
  2. Zertifikatsverwaltung: Beschaffen Sie für PEAP-Bereitstellungen ein Serverzertifikat von einer vertrauenswürdigen öffentlichen Zertifizierungsstelle (CA). Konfigurieren Sie Supplicants über MDM oder Gruppenrichtlinien, um dieser CA explizit zu vertrauen und den Namen des Serverzertifikats zu validieren. Für EAP-TLS implementieren Sie die interne CA-Infrastruktur und beginnen Sie mit der Ausstellung von Client-Zertifikaten für verwaltete Geräte.
  3. Konfiguration der Netzwerkinfrastruktur: Konfigurieren Sie Wireless Controller und Access Points so, dass sie auf die Cloud RADIUS-Endpunkte verweisen. Implementieren Sie RadSec, falls vom Hardwarehersteller unterstützt. Definieren Sie die RADIUS Shared Secrets mit starken, kryptografisch sicheren Zeichenfolgen und stellen Sie sicher, dass sie pro Standort oder Controller-Cluster eindeutig sind.
  4. Richtliniendefinition: Erstellen Sie Authentifizierungsrichtlinien innerhalb der Cloud RADIUS-Plattform. Definieren Sie Bedingungen basierend auf Benutzergruppen, Gerätetypen oder Standorten, um VLANs dynamisch zuzuweisen oder Access Control Lists (ACLs) bei erfolgreicher Authentifizierung anzuwenden.
  5. Pilot und gestaffelte Einführung: Wählen Sie eine repräsentative Untergruppe von Benutzern und Geräten für einen ersten Pilotversuch aus. Überwachen Sie die Authentifizierungsprotokolle genau, um Latenzprobleme, Zertifikatsvalidierun Ausfälle oder falsche VLAN-Zuweisungen. Nach einem erfolgreichen Pilotprojekt führen Sie eine schrittweise Einführung durch, wobei Sie Standorte mit hohem Risiko, wie z. B. Verwaltungsbüros oder Standorte, die sensible Daten verarbeiten, priorisieren.

Best Practices

  • Client-Zertifikatsvalidierung erzwingen: Die häufigste Schwachstelle bei PEAP-Implementierungen ist das Versäumnis, die Server-Zertifikatsvalidierung auf dem Client zu erzwingen. Wenn Clients jedem präsentierten Zertifikat blind vertrauen dürfen, sind sie anfällig für Angriffe durch bösartige Access Points.
  • MAC Authentication Bypass (MAB) mit Vorsicht implementieren: Für Headless-Geräte (z. B. Drucker, IoT-Sensoren), die keinen 802.1X-Supplicant ausführen können, kann MAB verwendet werden. MAC-Adressen können jedoch leicht gefälscht werden. MAB-Geräte müssen in stark eingeschränkten VLANs mit strengen Firewall-Regeln isoliert werden, die ihren Netzwerkzugriff begrenzen.
  • 802.11r für Roaming nutzen: In Umgebungen, in denen sich Geräte häufig zwischen Access Points bewegen, kann der vollständige 802.1X-Authentifizierungsprozess eine inakzeptable Latenz verursachen und Echtzeitanwendungen wie Sprachkommunikation stören. Implementieren Sie 802.11r (Fast BSS Transition), um das Roaming durch Caching von Authentifizierungsschlüsseln zu optimieren.
  • Mit Analytics integrieren: Für Standorte, die sowohl Unternehmens-802.1X-Netzwerke als auch öffentliche Zugangsnetzwerke betreiben, bietet die Integration der Authentifizierungsinfrastruktur mit WiFi Analytics eine ganzheitliche Sicht auf die Netzwerkauslastung und das Geräteverhalten im gesamten Bereich.

Fehlerbehebung & Risikominderung

Authentifizierungsfehler in einer 802.1X-Umgebung können zu einem weit verbreiteten Konnektivitätsverlust führen. Robuste Fehlerbehebungsprozesse sind unerlässlich.

  • Zertifikatsablauf: Ein abgelaufenes Server- oder Client-Zertifikat führt zu sofortigen Authentifizierungsfehlern. Implementieren Sie eine automatisierte Überwachung und Benachrichtigung für Zertifikatsgültigkeitszeiträume, um sicherzustellen, dass Verlängerungen rechtzeitig vor dem Ablauf bearbeitet werden.
  • Latenz und Timeouts: Wenn der Cloud RADIUS-Dienst oder der IdP eine hohe Latenz aufweist, können Authentifikatoren eine Zeitüberschreitung erleiden und die Verbindung trennen. Konfigurieren Sie geeignete Timeout-Werte auf den Wireless Controllern (typischerweise 5-10 Sekunden) und implementieren Sie Backup-RADIUS-Server, um Redundanz zu gewährleisten.
  • Radius Shared Secret-Fehler: Eine Nichtübereinstimmung zwischen dem auf dem Authentifikator und dem RADIUS-Server konfigurierten Shared Secret führt zu stillschweigend verworfenen Paketen. Standardisieren Sie die Geheimnisverwaltung und vermeiden Sie manuelle Eingaben, wo immer möglich.

ROI & Geschäftsauswirkungen

Der Übergang zu 802.1X mit Cloud RADIUS bietet messbaren Geschäftswert. Er reduziert die Angriffsfläche drastisch, indem er gemeinsam genutzte Passwörter eliminiert, und unterstützt direkt die Einhaltung von PCI DSS (Anforderungen 1 und 8) und GDPR-Datenschutzvorschriften. Operativ zentralisiert er die Zugriffskontrolle, sodass IT-Teams den Zugriff an allen globalen Standorten sofort widerrufen können, indem sie einfach ein Benutzerkonto im zentralen Verzeichnis deaktivieren. Darüber hinaus reduzieren Unternehmen durch die Stilllegung älterer lokaler RADIUS-Server die Hardware-Wartungskosten, Softwarelizenzgebühren und den administrativen Aufwand für das Patchen und Verwalten verteilter Infrastrukturen. Für umfassende Implementierungen in Branchen wie Retail und Hospitality ist diese zentralisierte Sicherheitshaltung ein entscheidender Wegbereiter für eine sichere digitale Transformation.

Hören Sie sich unser umfassendes Briefing zu diesem Thema an:

Schlüsseldefinitionen

Supplicant

The software client on an end-user device (laptop, smartphone) that negotiates network access using EAP.

IT teams must ensure the supplicant is correctly configured (often via MDM) to validate server certificates to prevent credential theft.

Authenticator

The network device (typically a WiFi access point or switch) that controls physical or logical access to the network based on the authentication status.

The authenticator acts as the middleman, relaying EAP messages between the supplicant and the RADIUS server.

Cloud RADIUS

A centralized, cloud-hosted authentication service that processes RADIUS requests from distributed network infrastructure without requiring on-premises servers.

Essential for multi-site organizations looking to implement enterprise-grade security without the hardware maintenance overhead.

EAP (Extensible Authentication Protocol)

The framework used to encapsulate authentication messages between the supplicant and the authentication server.

Choosing the right EAP method (e.g., PEAP vs. EAP-TLS) determines the security strength and deployment complexity of the wireless network.

RadSec

A protocol that transmits RADIUS data over a TLS tunnel, ensuring encryption of authentication traffic in transit.

Crucial when using Cloud RADIUS, as it protects sensitive credential exchanges from interception over the public internet.

Dynamic VLAN Assignment

The process where the RADIUS server instructs the authenticator to place a device onto a specific virtual network segment based on the user's identity or group membership.

Allows IT to broadcast a single SSID while securely segmenting traffic (e.g., putting HR staff and IT staff on different subnets).

Mutual Authentication

A security process where both the client verifies the server's identity, and the server verifies the client's identity (typically using certificates).

The defining characteristic of EAP-TLS, making it highly resistant to man-in-the-middle attacks.

MAC Authentication Bypass (MAB)

A fallback authentication method that uses a device's MAC address as its credential when it cannot support an 802.1X supplicant.

Used for legacy hardware like printers or IoT devices, but requires strict network segmentation due to the ease of MAC spoofing.

Ausgearbeitete Beispiele

A 200-room hotel operating a legacy PSK network for back-of-house operations (housekeeping tablets, point-of-sale terminals, manager laptops) needs to achieve PCI DSS compliance ahead of an upcoming audit. They lack on-site IT staff and cannot deploy local servers.

The hotel should deploy a Cloud RADIUS solution integrated directly with their central Azure AD tenant. For manager laptops (Windows/macOS), they should implement PEAP-MSCHAPv2, utilizing an MDM profile to push the trusted server certificate and enforce validation. For point-of-sale terminals that may lack robust supplicants, they should utilize MAC Authentication Bypass (MAB) but strictly assign these devices to an isolated VLAN that only permits communication with the payment gateway. The deployment requires configuring the existing cloud-managed access points to point to the Cloud RADIUS IP addresses, securing the connection with RadSec.

Kommentar des Prüfers: This approach satisfies the PCI requirement for unique user identification (PEAP for staff) and network segmentation (MAB + isolated VLAN for POS). By utilizing Cloud RADIUS, the hotel avoids the complexity of deploying and maintaining a local FreeRADIUS server, which would be unmanageable without on-site IT personnel. The use of RadSec is critical here to protect authentication traffic traversing the public internet.

A national retail chain is rolling out a new fleet of corporate-owned tablets for inventory management across 500 stores. They want to ensure that even if a tablet is stolen, it cannot be used to access the network, and they want to eliminate password-related helpdesk tickets.

The retailer must implement EAP-TLS. They will deploy an internal Certificate Authority (CA) and integrate it with their MDM platform. When a tablet is provisioned, the MDM pushes a unique client certificate to the device. The Cloud RADIUS service is configured to authenticate devices based solely on the presence of a valid client certificate. If a tablet is reported stolen, the IT team simply revokes that specific certificate in the CA. The Cloud RADIUS service, checking the Certificate Revocation List (CRL) or via OCSP, will immediately deny network access.

Kommentar des Prüfers: EAP-TLS is the optimal choice here. It provides the highest level of security and completely removes user passwords from the authentication flow, achieving the goal of reducing helpdesk tickets. The centralized revocation capability is essential for managing the risk of stolen hardware in a distributed retail environment.

Übungsfragen

Q1. Your organization is migrating from a shared PSK to 802.1X using PEAP-MSCHAPv2. During the pilot phase, users report they can connect, but a security audit reveals that devices are silently accepting any server certificate presented to them. What is the immediate risk, and how must it be remediated?

Hinweis: Consider what happens if an attacker sets up an access point broadcasting your corporate SSID.

Musterlösung anzeigen

The immediate risk is a Man-in-the-Middle (MitM) attack via a rogue access point. An attacker can broadcast the corporate SSID, present a self-signed certificate, and harvest user credentials as devices attempt to authenticate. To remediate this, the IT team must configure the supplicant profiles (via MDM or Group Policy) to explicitly validate the server certificate. This involves specifying the exact Trusted Root CA that issued the RADIUS server's certificate and strictly defining the expected server hostname.

Q2. A remote retail branch has lost its internet connection. The local access points are still powered on. Will staff devices currently connected to the 802.1X network remain connected, and will new devices be able to authenticate? Assume standard Cloud RADIUS architecture without local survivability nodes.

Hinweis: Think about the path an authentication request must take and the state of already authorized ports.

Musterlösung anzeigen

Devices that are already authenticated and connected will typically remain connected until their session timeout expires or they disconnect, as the authenticator port is already in the authorized state. However, new devices attempting to connect, or devices attempting to re-authenticate, will fail. Because the internet connection is down, the access points cannot reach the Cloud RADIUS server to process the EAP exchange. This highlights the importance of resilient WAN links when relying on cloud-based authentication.

Q3. You need to secure network access for a fleet of legacy barcode scanners in a warehouse. These scanners do not support 802.1X supplicants and only support WPA2-Personal (PSK). You cannot upgrade the hardware. How do you integrate these devices into a secure network architecture alongside your 802.1X corporate devices?

Hinweis: You need an alternative to 802.1X that still provides access control, combined with network-level isolation.

Musterlösung anzeigen

The recommended approach is to utilize MAC Authentication Bypass (MAB) for the barcode scanners. The access point will use the scanner's MAC address as the identity and send it to the RADIUS server. Because MAC addresses are easily spoofed, this provides weak authentication. Therefore, the RADIUS server must be configured to return a specific VLAN attribute upon successful MAB authentication. This VLAN must be heavily restricted via firewalls or ACLs, allowing the scanners to communicate only with the specific inventory servers they require, and blocking all other lateral network access.