মূল কন্টেন্টে যান

The Security Benefits of RADIUS as a Service for Hybrid Workforces

এই টেকনিক্যাল রেফারেন্স গাইডটি ব্যাখ্যা করে যে কীভাবে RADIUS as a Service বিভিন্ন স্থানে ছড়িয়ে থাকা হাইব্রিড ওয়ার্কফোর্সের জন্য নেটওয়ার্ক অ্যাক্সেস সুরক্ষিত করে। এটি অন-প্রেমিস RADIUS ইনফ্রাস্ট্রাকচারকে ক্লাউড-ম্যানেজড অথেন্টিকেশন সার্ভিস দ্বারা প্রতিস্থাপন করার আর্কিটেকচার, নিরাপত্তা সুবিধা এবং ডেপ্লয়মেন্টের ধাপগুলো কভার করে। হোটেল, রিটেইল চেইন, স্টেডিয়াম এবং পাবলিক-সেক্টর অর্গানাইজেশনের আইটি ম্যানেজার এবং নেটওয়ার্ক আর্কিটেক্টদের জন্য, এই গাইডটি এই কোয়ার্টারে ক্লাউড RADIUS মাইগ্রেশন মূল্যায়ন এবং কার্যকর করার জন্য প্রয়োজনীয় প্রমাণ সরবরাহ করে।

📖 9 মিনিট পাঠ📝 2,171 শব্দ🔧 2 সমাধানকৃত উদাহরণ3 অনুশীলনী প্রশ্ন📚 9 মূল সংজ্ঞা

এই গাইডটি শুনুন

পডকাস্ট ট্রান্সক্রিপ্ট দেখুন
Welcome to this technical briefing from Purple. I am your host, and today we are examining a critical shift in enterprise network architecture: moving from on-premise RADIUS servers to RADIUS as a Service. If you manage IT for a hotel group, a retail chain, a stadium, or any large public venue, you know that securing network access for a hybrid workforce is no longer a peripheral concern. It is central to your operational security, your compliance posture, and frankly, your ability to sleep at night. Today we will cover five areas. First, the context: why traditional on-premise RADIUS infrastructure is struggling to keep pace with hybrid work. Second, the technical architecture of RADIUS as a Service and how it actually works. Third, the specific security benefits you gain. Fourth, practical implementation guidance and the pitfalls to avoid. And fifth, a rapid-fire question and answer section covering the questions we hear most often from IT managers and network architects. Let us start with the context. For two decades, 802.1X authentication relied on physical servers running FreeRADIUS on Linux, Microsoft Network Policy Server on Windows, or Cisco Identity Services Engine on dedicated hardware. These systems worked. They still work. But they require constant attention. You had to patch operating systems, manage certificate chains, configure high availability manually, and build redundancy across multiple servers. In a world where workers move constantly between the office, remote locations, hotel rooms, and client sites, that static, on-premise infrastructure becomes a genuine liability. The problem is compounded by the shift to cloud identity providers. Microsoft NPS, for example, is tightly coupled to Active Directory. It has no native support for Microsoft Entra ID, Google Workspace, or Okta. If your organisation has migrated to any of these cloud directories, you face a painful choice: maintain a parallel Active Directory just to support your RADIUS server, or invest significant engineering effort in custom integrations. Neither option is attractive. RADIUS as a Service changes the equation entirely. It moves the authentication engine to the cloud. You no longer manage the infrastructure; you manage the policies. The provider handles the servers, the patching, the high availability, and the integrations. You define who gets access to what, and the service enforces it. Now let us get into the technical architecture. RADIUS, which stands for Remote Authentication Dial-In User Service, is the protocol defined in RFC 2865. It provides centralised Authentication, Authorisation, and Accounting, what we call AAA, for network access. When a device connects to your WiFi network, the access point acts as a RADIUS client. It forwards the authentication request to the RADIUS server. The server validates the credentials against your identity store and returns either an Access-Accept or an Access-Reject. In a cloud RADIUS deployment, the server is hosted by the provider across multiple geographically distributed data centres. Your access points, whether they are Cisco Meraki, HPE Aruba, Ruckus, Juniper Mist, or Ubiquiti UniFi, point to the cloud RADIUS endpoints via secure, encrypted tunnels. The authentication flow is identical to on-premise RADIUS from the access point's perspective. The difference is that the server itself is managed, patched, and scaled by the provider. The most important security enhancement in modern cloud RADIUS deployments is the move to EAP-TLS, which stands for Extensible Authentication Protocol with Transport Layer Security. EAP-TLS is defined in RFC 5216 and provides mutual authentication using digital certificates. Both the client device and the RADIUS server present certificates to each other. This eliminates passwords entirely from the authentication process. A certificate is cryptographically tied to the device and cannot be phished, guessed, or stolen in the way a password can. The second major security capability is dynamic VLAN assignment. When the RADIUS server authenticates a user, it does not just grant or deny access. It also tells the access point which Virtual LAN to place the device in, based on the user's identity and role. A hotel receptionist authenticates and is placed in the front-of-house VLAN with access to the property management system. A housekeeping staff member is placed in a restricted VLAN with internet access only. A guest device is placed in the guest VLAN, completely isolated from all corporate resources. An IoT device, like a security camera, is placed in a dedicated IoT VLAN. This identity-based network segmentation is fundamental to a Zero Trust security model. You are no longer trusting a device because it connected to a particular SSID. You are granting access based on verified identity, and you are limiting that access to only what that identity requires. This is the principle of least privilege applied to network access. Let us also address the compliance angle. PCI DSS version 4.0 requires strong access controls for any network that touches cardholder data. Requirement 8 mandates unique authentication for all users. Requirement 1 requires network segmentation. Cloud RADIUS, with EAP-TLS and dynamic VLAN assignment, satisfies both requirements directly. For GDPR, the centralised audit logging provided by cloud RADIUS gives you a complete record of who accessed the network, when, and from which device. That audit trail is essential for demonstrating compliance and for investigating any potential data breach. Now let me walk you through two concrete implementation scenarios that illustrate how this works in practice. The first scenario is a hotel group. Consider a two-hundred room hotel property. They currently use a shared pre-shared key for their staff WiFi. Every member of staff, from the general manager to the seasonal housekeeping team, uses the same password. When a seasonal employee leaves at the end of summer, the password is rarely changed because changing it means updating every device on the property. This is a textbook security vulnerability. The solution is to deploy RADIUS as a Service integrated with Microsoft Entra ID. The hotel configures its Cisco Meraki access points to use WPA3-Enterprise with 802.1X. Each staff member authenticates using their Entra ID credentials. The RADIUS server reads their role from the directory and assigns them to the appropriate VLAN dynamically. Housekeeping staff are placed in VLAN 10 with access to the housekeeping task management system only. Reception staff are placed in VLAN 20 with access to the property management system. Management are placed in VLAN 30 with broader access. When a seasonal employee's contract ends, their Entra ID account is disabled, and their WiFi access is revoked instantly, across every access point on the property. No password changes required. The second scenario is a national retail chain. Consider a chain with four hundred stores. They currently manage four hundred separate FreeRADIUS instances on local store servers. Each server requires individual patching, monitoring, and maintenance. When a critical vulnerability is disclosed, the security team must patch four hundred servers, often over a period of weeks, leaving the estate exposed during that window. The solution is to migrate to a single RADIUS as a Service instance. All four hundred stores point their HPE Aruba access points to the same cloud RADIUS endpoints. Point-of-sale terminals are authenticated using EAP-TLS with machine certificates pushed via the MDM platform. The RADIUS server places them in a PCI-compliant VLAN, isolated from all other network traffic. Store staff use a separate SSID authenticated via Okta, placing them in a general staff VLAN. The security team now manages one set of policies from a single dashboard. When a vulnerability is disclosed, the provider patches the infrastructure. The retail chain's security team focuses on policy, not plumbing. Now let us cover implementation recommendations and the pitfalls to avoid. Step one is to connect the cloud RADIUS service to your identity provider. For Microsoft Entra ID or Google Workspace, this typically involves authorising an enterprise application. Map your directory groups to specific network policies. Think carefully about your role taxonomy before you start. Getting this right at the beginning saves significant rework later. Step two is to set up certificate deployment for corporate devices. Configure your MDM platform to push client certificates to managed devices. This enables EAP-TLS authentication and removes passwords from the equation entirely. For devices you do not manage, you can use PEAP with a user credential as a fallback, but EAP-TLS should be the target for all corporate-owned devices. Step three is to configure your network hardware. Add the cloud RADIUS IP addresses and shared secrets to your wireless controllers or access points. Always configure both the primary and secondary endpoints to use the provider's built-in redundancy. Step four is to define your VLAN policies. When the RADIUS server authenticates a user, it returns the correct VLAN ID to the access point. Map this out before you deploy. Know which VLAN each user role should land in, and test it thoroughly before rolling out to production. Now, the pitfalls. The most common mistake is a misconfigured firewall blocking UDP ports 1812 and 1813, which are the RADIUS authentication and accounting ports. Always verify connectivity between your access points and the cloud RADIUS endpoints before go-live. The second pitfall is a broken certificate trust chain. If your client devices do not trust the Root Certificate Authority that issued the RADIUS server's certificate, they will silently reject the connection. This can look like a network outage when it is actually a PKI configuration issue. Let us move to the rapid-fire questions. Question one: What happens if our internet connection goes down? If the site loses internet, it cannot reach the cloud RADIUS. However, if the site has no internet, users cannot access cloud applications anyway. For mission-critical local resources, some access points offer local survivability modes. But the primary dependency is your WAN link, and that is true of almost every cloud service your organisation uses. Question two: Is cloud RADIUS compliant with GDPR and PCI DSS? Yes. Centralised authentication with encrypted transport supports strong compliance postures. The audit logs satisfy PCI DSS requirements, and the strict access controls support GDPR principles of data minimisation and access limitation. Question three: Does this work with our existing hardware? Yes. RADIUS is a standard protocol defined in RFC 2865. If your hardware supports 802.1X, and all enterprise gear from Juniper Mist, Ubiquiti UniFi, Cambium, Extreme, and Fortinet does, it will work with any standards-compliant RADIUS as a Service. To summarise the key takeaways. First, RADIUS as a Service replaces on-premise servers with a managed cloud platform, reducing capital expenditure and maintenance overhead. Second, cloud RADIUS integrates natively with Microsoft Entra ID, Okta, and Google Workspace, eliminating the need for complex middleware. Third, it enables dynamic VLAN assignment, ensuring users and devices land in the correct network segment based on their verified identity. Fourth, transitioning to EAP-TLS eliminates the risk of password theft and phishing attacks on your network. Fifth, centralised cloud management ensures consistent security policies across hundreds of distributed venue locations. Sixth, providers handle security patching and high availability. And seventh, cloud RADIUS supports compliance with PCI DSS and GDPR by enforcing strict, identity-based access controls with full audit logging. Your next step is to evaluate your current RADIUS infrastructure. Calculate the true cost of ownership, including licensing, hardware refresh cycles, and the engineering time spent on maintenance. Then, run a proof of concept with a cloud RADIUS provider. You will likely find that the deployment takes hours, not weeks. Thank you for listening. Secure your networks, segment your traffic, and stop managing servers you do not need to own.

header_image.png

এক্সিকিউটিভ সামারি

হাইব্রিড ওয়ার্কফোর্সে রূপান্তর প্রথাগত নেটওয়ার্ক নিরাপত্তার একটি মৌলিক দুর্বলতা প্রকাশ করেছে: অন-প্রেমিস RADIUS সার্ভারগুলো এমন একটি বিশ্বের জন্য ডিজাইন করা হয়েছিল যেখানে কর্মীরা একটি বিল্ডিংয়ে বসে একটি নেটওয়ার্কের সাথে সংযুক্ত হতেন। সেই বিশ্ব আর নেই। আজ, আপনার কর্মীরা হোটেলের রুম, রিটেইল ফ্লোর, রিমোট অফিস এবং ইভেন্ট ভেন্যু থেকে অথেন্টিকেট করেন। আপনার আইডেন্টিটি প্রোভাইডাররা ক্লাউডে অবস্থান করে। আপনার অ্যাক্সেস পয়েন্টগুলো শত শত লোকেশন জুড়ে বিস্তৃত। তবুও অনেক প্রতিষ্ঠান এখনও ফিজিক্যাল RADIUS সার্ভারের উপর নির্ভর করে যেগুলোর জন্য ম্যানুয়াল প্যাচিংয়ের প্রয়োজন হয়, যা Microsoft Entra ID বা Google Workspace-এর সাথে নেটিভভাবে ইন্টিগ্রেট করতে পারে না এবং হার্ডওয়্যারে সমস্যা হলে কোনো সংকেত ছাড়াই অকার্যকর হয়ে পড়ে।

RADIUS as a Service সেই ইনফ্রাস্ট্রাকচারকে একটি ক্লাউড-নেটিভ অথেন্টিকেশন ইঞ্জিন দ্বারা প্রতিস্থাপন করে। আপনি আপনার অ্যাক্সেস পয়েন্টগুলোকে ক্লাউড এন্ডপয়েন্টের দিকে নির্দেশ করেন। প্রোভাইডার সার্ভার, প্যাচিং এবং হাই অ্যাভেইলেবিলিটি ম্যানেজ করে। আপনি পলিসিগুলো ম্যানেজ করেন। Hospitality গ্রুপ, Retail চেইন এবং পাবলিক ভেন্যুগুলোর আইটি টিমের জন্য, এই পরিবর্তন হার্ডওয়্যারের ওভারহেড দূর করে, আইডেন্টিটি-ভিত্তিক নেটওয়ার্ক সেগমেন্টেশন প্রয়োগ করে এবং PCI DSS ও GDPR-এর প্রয়োজনীয় অডিট ট্রেইল সরবরাহ করে।


টেকনিক্যাল ডিপ-ডাইভ

কেন অন-প্রেমিস RADIUS সমস্যার সম্মুখীন হচ্ছে

RFC 2865-এ সংজ্ঞায়িত RADIUS, নেটওয়ার্ক অ্যাক্সেসের জন্য সেন্ট্রালাইজড অথেন্টিকেশন, অথরাইজেশন এবং অ্যাকাউন্টিং (AAA) প্রদান করে। WPA2-Enterprise বা WPA3-Enterprise WiFi চালানো প্রতিটি এন্টারপ্রাইজ এর উপর নির্ভর করে। প্রোটোকলটি নিজেই অত্যন্ত কার্যকর। সমস্যাটি হলো এর চারপাশে গড়ে ওঠা ইনফ্রাস্ট্রাকচার মডেল।

Linux-এ FreeRADIUS ডেপ্লয়, হার্ডেন এবং মেইনটেইন করার জন্য উল্লেখযোগ্য দক্ষতার প্রয়োজন হয়। Microsoft Network Policy Server (NPS) মূলত Active Directory-র সাথে শক্তভাবে যুক্ত এবং Microsoft Entra ID, Okta বা Google Workspace-এর জন্য এতে কোনো নেটিভ সাপোর্ট নেই। Cisco Identity Services Engine (ISE) এন্টারপ্রাইজ-গ্রেড পলিসি ফিচার প্রদান করে কিন্তু এর জন্য ডেডিকেটেড হার্ডওয়্যার, জটিল লাইসেন্সিং এবং এটি পরিচালনার জন্য একটি বিশেষজ্ঞ টিমের প্রয়োজন হয়। এই তিনটি ক্ষেত্রেই আপনাকে ম্যানুয়ালি হাই অ্যাভেইলেবিলিটি তৈরি এবং মেইনটেইন করতে হয়, সাধারণত ডেটাবেস রেপ্লিকেশন সহ দুটি সার্ভার এবং সেগুলোর সামনে একটি লোড ব্যালেন্সার চালানোর মাধ্যমে।

একটি স্থিতিশীল Active Directory সহ একক-সাইটের প্রতিষ্ঠানের জন্য এই মডেলটি পরিচালনাযোগ্য। কিন্তু ৫০টি প্রপার্টি সহ একটি হোটেল গ্রুপ, ৪০০টি স্টোর সহ একটি রিটেইল চেইন অথবা একটি বিস্তৃত ক্যাম্পাস সহ বিশ্ববিদ্যালয়ের জন্য এটি অকার্যকর হয়ে পড়ে। আপনি হয় RADIUS সার্ভারগুলোকে সেন্ট্রালাইজড করবেন এবং রিমোট সাইটগুলো থেকে অথেন্টিকেশন লেটেন্সি মেনে নেবেন, অথবা প্রতিটি লোকেশনে সার্ভার ডেপ্লয় করবেন এবং সেগুলো আলাদাভাবে ম্যানেজ করবেন। কোনো বিকল্পই স্কেল করার উপযোগী নয়।

RADIUS as a Service-এর আর্কিটেকচার

RADIUS as a Service হলো RADIUS প্রোটোকলের জন্য একটি ক্লাউড-ভিত্তিক ডেলিভারি মডেল। RFC 2865 এবং এর এক্সটেনশনগুলো অনুসরণ করে প্রোটোকলটি নিজেই অপরিবর্তিত থাকে। যা পরিবর্তিত হয় তা হলো কে ইনফ্রাস্ট্রাকচার মেইনটেইন করছে।

যখন কোনো ডিভাইস আপনার WiFi নেটওয়ার্কের সাথে সংযুক্ত হয়, তখন অ্যাক্সেস পয়েন্ট (RADIUS ক্লায়েন্ট) একটি সুরক্ষিত, এনক্রিপ্ট করা টানেলের মাধ্যমে ক্লাউড RADIUS এন্ডপয়েন্টে অথেন্টিকেশন রিকোয়েস্ট ফরোয়ার্ড করে। ক্লাউড সার্ভিসটি আপনার আইডেন্টিটি প্রোভাইডারের বিপরীতে ক্রেডেনশিয়াল যাচাই করে এবং ডাইনামিক VLAN অ্যাসাইনমেন্টের মতো পলিসি অ্যাট্রিবিউট সহ একটি Access-Accept বা Access-Reject মেসেজ ফেরত পাঠায়। অ্যাক্সেস পয়েন্টের দৃষ্টিকোণ থেকে, অথেন্টিকেশন ফ্লোটি অন-প্রেমিস RADIUS-এর মতোই।

architecture_overview.png

ক্লাউড প্রোভাইডার একাধিক ভৌগোলিকভাবে বিস্তৃত ডেটা সেন্টারে RADIUS সার্ভারগুলো পরিচালনা করে। ফেইলওভার স্বয়ংক্রিয়ভাবে ঘটে। যদি একটি এন্ডপয়েন্ট অনুপলব্ধ হয়ে যায়, তবে আপনার টিমের কোনো হস্তক্ষেপ ছাড়াই ট্রাফিক পরবর্তী সচল এন্ডপয়েন্টে চলে যায়। একাধিক অঞ্চলে লোকেশন থাকা প্রতিষ্ঠানগুলোর জন্য, অথেন্টিকেশন নিকটতম ক্লাউড এন্ডপয়েন্টে ঘটে, যা ভৌগোলিক অবস্থান নির্বিশেষে লেটেন্সি কম রাখে।

IEEE 802.1X এবং EAP মেথডসমূহ

IEEE 802.1X হলো পোর্ট-ভিত্তিক নেটওয়ার্ক অ্যাক্সেস কন্ট্রোল (NAC)-এর স্ট্যান্ডার্ড। এটি কোনো ডিভাইসকে আইপি অ্যাড্রেস প্রদান করার এবং ট্রাফিক পাস করার অনুমতি দেওয়ার আগে অথেন্টিকেট করতে বাধ্য করে। একটি 802.1X ডেপ্লয়মেন্টে RADIUS হলো অথেন্টিকেশন সার্ভার।

এক্সটেনসিবল অথেন্টিকেশন প্রোটোকল (EAP) সংজ্ঞায়িত করে কীভাবে ক্রেডেনশিয়াল বিনিময় করা হয়। ক্লাউড RADIUS সমস্ত ধরণের EAP মেথড সমর্থন করে:

EAP মেথড অথেন্টিকেশন টাইপ সিকিউরিটি লেভেল প্রস্তাবিত ব্যবহার
EAP-TLS মিউচুয়াল সার্টিফিকেট-ভিত্তিক সর্বোচ্চ MDM-ম্যানেজড সার্টিফিকেট সহ কর্পোরেট ডিভাইসসমূহ
PEAP-MSCHAPv2 ইউজারনেম এবং পাসওয়ার্ড মাঝারি লেগাসি ডিভাইস বা MDM ছাড়া BYOD
EAP-TTLS টানেলড ক্রেডেনশিয়াল মাঝারি মিশ্র পরিবেশ
MAC Authentication Bypass ডিভাইসের MAC অ্যাড্রেস নিম্ন IoT ডিভাইস যা 802.1X সমর্থন করতে পারে না

RFC 5216-এ সংজ্ঞায়িত EAP-TLS হলো গোল্ড স্ট্যান্ডার্ড। ক্লায়েন্ট ডিভাইস এবং RADIUS সার্ভার উভয়ই একে অপরের কাছে ডিজিটাল সার্টিফিকেট উপস্থাপন করে। এই মিউচুয়াল অথেন্টিকেশন নেটওয়ার্ক অ্যাক্সেস প্রক্রিয়া থেকে পাসওয়ার্ডের প্রয়োজনীয়তা সম্পূর্ণরূপে দূর করে। একটি সার্টিফিকেট ক্রিপ্টোগ্রাফিকভাবে ডিভাইসের সাথে যুক্ত থাকে এবং পাসওয়ার্ডের মতো এটিকে ফিশিং, অনুমান বা চুরি করা যায় না। যেসব প্রতিষ্ঠান ক্রেডেনশিয়াল-ভিত্তিক নিরাপত্তা লঙ্ঘনের শিকার হয়েছে, তাদের জন্য এটি সবচেয়ে সরাসরি কার্যকরী টেকনিক্যাল সমাধান।

ডাইনামিক VLAN অ্যাসাইনমেন্ট

অথেন্টিকেশনের বাইরেও, RADIUS সার্ভার অথরাইজেশন প্রয়োগ করে। যখন এটি একটি কানেকশন গ্রহণ করে, তখন এটি অ্যাক্সেস পয়েন্টে পলিসি অ্যাট্রিবিউট ফেরত পাঠায়, যার মধ্যে ডিভাইসটিকে অ্যাসাইন করার জন্য VLAN ID অন্তর্ভুক্ত থাকে। এই ডাইনামিক VLAN অ্যাসাইনমেন্ট হলো এমন একটি মেকানিজম যা আইডেন্টিটি-ভিত্তিক নেটওয়ার্ককে (Identity-Based Networks) সক্ষম করে।

একজন হোটেলের রিসেপশনিস্ট অথেন্টিকেট করেন এবং তাকে প্রপার্টি ম্যানেজমেন্ট সিস্টেমে অ্যাক্সেস সহ ফ্রন্ট-অফ-হাউস VLAN-এ রাখা হয়। একজন হাউসকিপিং স্টাফ মেম্বারকে শুধুমাত্র ইন্টারনেট অ্যাক্সেস সহ একটি রেস্ট্রিক্টেড VLAN-এ রাখা হয়। একটি গেস্ট ডিভাইসকে Guest WiFi VLAN-এ রাখা হয়, যা সমস্ত কর্পোরেট রিসোর্স থেকে সম্পূর্ণ আলাদা। একটি IoT ডিভাইস, যেমন একটি সিকিউরিটি ক্যামেরা, একটি ডেডিকেটেড "IoT VLAN। এই সমস্ত কিছু ডিভাইস প্রতি কোনো ম্যানুয়াল VLAN কনফিগারেশন ছাড়াই, RADIUS সার্ভার দ্বারা যাচাইকৃত আইডেন্টিটির উপর ভিত্তি করে স্বয়ংক্রিয়ভাবে ঘটে।

এটি নেটওয়ার্ক অ্যাক্সেসের ক্ষেত্রে প্রযোজ্য ন্যূনতম প্রিভিলেজ (least privilege)-এর নীতি। কোনো ডিভাইস একটি নির্দিষ্ট SSID-এর সাথে সংযুক্ত হয়েছে বলেই আপনি সেটিকে বিশ্বাস করছেন না। আপনি যাচাইকৃত আইডেন্টিটির ভিত্তিতে অ্যাক্সেস মঞ্জুর করছেন এবং সেই অ্যাক্সেসকে শুধুমাত্র সেই আইডেন্টিটির জন্য যা প্রয়োজন তার মধ্যেই সীমাবদ্ধ রাখছেন। এটি কীভাবে একটি বৃহত্তর নেটওয়ার্ক অ্যাক্সেস কন্ট্রোল কৌশলের সাথে খাপ খায় সে সম্পর্কে আরও বিস্তারিত জানতে, নেটওয়ার্ক অ্যাক্সেস কন্ট্রোল সিস্টেম সংক্রান্ত আমাদের গাইডটি দেখুন।

নেটিভ ক্লাউড আইডেন্টিটি ইন্টিগ্রেশন

ক্লাউড RADIUS-এর সবচেয়ে গুরুত্বপূর্ণ কার্যক্ষম সুবিধা হলো আধুনিক আইডেন্টিটি প্রোভাইডারদের সাথে এর নেটিভ ইন্টিগ্রেশন। ক্লাউড RADIUS সরাসরি OIDC, SAML এবং LDAP সহ স্ট্যান্ডার্ড প্রোটোকলের মাধ্যমে Microsoft Entra ID, Okta এবং Google Workspace-এর সাথে সংযুক্ত হয়। আপনি যখন আপনার আইডেন্টিটি প্রোভাইডারে একজন নতুন কর্মচারীকে যুক্ত করেন, তখন তারা অবিলম্বে WiFi নেটওয়ার্কে অথেন্টিকেট করতে পারেন। আপনি যখন কোনো কর্মচারীকে অফবোর্ড করেন, তখন আপনি ডিরেক্টরিতে তাদের অ্যাকাউন্ট নিষ্ক্রিয় করে দেন এবং প্রতিটি লোকেশনের প্রতিটি অ্যাক্সেস পয়েন্ট জুড়ে তাদের WiFi অ্যাক্সেস তাৎক্ষণিকভাবে বাতিল হয়ে যায়।

এই রিয়েল-টাইম সিঙ্ক্রোনাইজেশন এন্টারপ্রাইজ WiFi-এর অন্যতম স্থায়ী নিরাপত্তা ঝুঁকি দূর করে: প্রাক্তন কর্মচারী যার কাছে এখনও শেয়ার করা PSK রয়েছে, অথবা চলে যাওয়ার সময় যার RADIUS অ্যাকাউন্টটি ম্যানুয়ালি মুছে ফেলা হয়নি। ক্লাউড RADIUS এবং একটি ক্লাউড আইডেন্টিটি প্রোভাইডারের মাধ্যমে, অফবোর্ডিং হলো একটি একক পদক্ষেপ যা তাৎক্ষণিকভাবে সমগ্র নেটওয়ার্ক জুড়ে কার্যকর হয়।


ইমপ্লিমেন্টেশন গাইড

ধাপ ১: আপনার আইডেন্টিটি প্রোভাইডার কানেক্ট করুন

ক্লাউড RADIUS সার্ভিসটিকে আপনার আইডেন্টিটি প্রোভাইডারের সাথে কানেক্ট করুন। Microsoft Entra ID বা Google Workspace-এর জন্য, এতে সাধারণত OAuth-এর মাধ্যমে একটি এন্টারপ্রাইজ অ্যাপ্লিকেশন অথরাইজ করা বা একটি LDAP কানেক্টর কনফিগার করা জড়িত থাকে। আপনার ডিরেক্টরি গ্রুপগুলোকে নির্দিষ্ট নেটওয়ার্ক পলিসির সাথে ম্যাপ করুন। শুরু করার আগে আপনার রোল ট্যাক্সোনমি (ভূমিকা বিন্যাস) নির্ধারণ করুন: কোন গ্রুপগুলো কোন VLAN-এর সাথে ম্যাপ হবে এবং প্রতিটি VLAN কী ধরনের অ্যাক্সেস রাইটস বহন করবে। শুরুতে এটি সঠিকভাবে করা হলে পরবর্তীতে অনেক বাড়তি কাজ থেকে বাঁচা যায়।

ধাপ ২: কর্পোরেট ডিভাইসের জন্য সার্টিফিকেট ডেপ্লয় করুন

কর্পোরেট মালিকানাধীন ডিভাইসগুলোর জন্য, ডিভাইসগুলোতে ক্লায়েন্ট সার্টিফিকেট পুশ করতে Microsoft Intune বা Jamf-এর মতো আপনার মোবাইল ডিভাইস ম্যানেজমেন্ট (MDM) প্ল্যাটফর্ম কনফিগার করুন। এটি EAP-TLS অথেন্টিকেশন সক্ষম করে। RADIUS সার্ভারের সার্টিফিকেট ইস্যুকারী রুট সার্টিফিকেট অথরিটি (Root CA) যেন সমস্ত ক্লায়েন্ট ডিভাইস দ্বারা বিশ্বস্ত হয় তা নিশ্চিত করুন। একটি ব্রোকেন ট্রাস্ট চেইন হলো সাইলেন্ট অথেন্টিকেশন ব্যর্থতার সবচেয়ে সাধারণ কারণ।

ধাপ ৩: আপনার নেটওয়ার্ক হার্ডওয়্যার কনফিগার করুন

আপনার ওয়্যারলেস কন্ট্রোলার বা অ্যাক্সেস পয়েন্টগুলোতে ক্লাউড RADIUS IP অ্যাড্রেস এবং শেয়ারড সিক্রেটগুলো যোগ করুন। প্রোভাইডারের বিল্ট-ইন রিডান্ডেন্সি ব্যবহার করতে সর্বদা প্রাইমারি এবং সেকেন্ডারি উভয় এন্ডপয়েন্ট কনফিগার করুন। আপনার অ্যাক্সেস পয়েন্ট থেকে ক্লাউড RADIUS এন্ডপয়েন্টগুলোতে আউটবাউন্ড UDP পোর্ট ১৮১২ (অথেন্টিকেশন) এবং ১৮১৩ (অ্যাকাউন্টিং) খোলা আছে কিনা তা নিশ্চিত করুন। গো-লাইভ করার আগে এটি যাচাই করুন। ভুলভাবে কনফিগার করা ফায়ারওয়াল রুল হলো ডেপ্লয়মেন্ট ব্যর্থতার দ্বিতীয় সর্বাধিক সাধারণ কারণ।

ক্লাউড RADIUS Cisco Meraki, HPE Aruba, Ruckus, Juniper Mist, Ubiquiti UniFi, Cambium, Extreme এবং Fortinet-এর সাথে কাজ করে। ভেন্ডর অনুযায়ী কনফিগারেশন ধাপগুলো ভিন্ন হতে পারে, তবে RADIUS প্রোটোকলটি স্ট্যান্ডার্ডাইজড, তাই মূল প্যারামিটারগুলো (সার্ভার IP, শেয়ারড সিক্রেট, অথেন্টিকেশন পোর্ট) একই থাকে।

ধাপ ৪: VLAN পলিসি নির্ধারণ করুন

আপনার RADIUS পলিসি ইঞ্জিনে ডাইনামিক VLAN অ্যাসাইনমেন্ট কনফিগার করুন। প্রতিটি ব্যবহারকারীর রোল বা ডিভাইসের ধরনকে একটি নির্দিষ্ট VLAN ID-র সাথে ম্যাপ করুন। প্রোডাকশনে রোল আউট করার আগে প্রতিটি পলিসি পরীক্ষা করুন। একটি সাধারণ টেস্ট ম্যাট্রিক্স - রোল প্রতি একটি ডিভাইস, রোল প্রতি একটি VLAN, প্লেসমেন্ট যাচাইকরণ - ব্যবহারকারীদের প্রভাবিত করার আগেই বেশিরভাগ কনফিগারেশন ত্রুটিগুলো ধরে ফেলে।


সেরা অনুশীলনসমূহ (Best practices)

সমস্ত কর্পোরেট ডিভাইসের জন্য EAP-TLS বাধ্যতামূলক করুন। আপনার MDM রোলআউট যত দ্রুত অনুমতি দেয় তত দ্রুত PEAP-MSCHAPv2 থেকে সরে আসুন। PEAP পাসওয়ার্ডের উপর নির্ভর করে, যা হ্যাক বা আপোস করা যেতে পারে। EAP-TLS সার্টিফিকেটের উপর নির্ভর করে, যা করা যায় না।

সবকিছু সেগমেন্ট করুন। স্টাফ, গেস্ট এবং IoT ডিভাইসগুলোকে কখনোই একই সাবনেটে রাখবেন না। কঠোর VLAN সীমানা প্রয়োগ করতে RADIUS ব্যবহার করুন। PCI DSS-এর অধীনে পেমেন্ট কার্ড ডেটা হ্যান্ডেল করা রিটেইল পরিবেশের জন্য এবং রোগীর ডেটা সুরক্ষিত রাখা হেলথকেয়ার পরিবেশের জন্য এটি অত্যন্ত গুরুত্বপূর্ণ।

WPA3-Enterprise-এর সাথে সামঞ্জস্যপূর্ণ করুন। বর্তমান WiFi সিকিউরিটি স্ট্যান্ডার্ড WPA3-Enterprise-এর জন্য 802.1X অথেন্টিকেশন প্রয়োজন। আপনার অ্যাক্সেস পয়েন্টগুলো যেন WPA3-Enterprise সমর্থন করে তা নিশ্চিত করুন এবং স্টাফ নেটওয়ার্কের জন্য এটিকে ন্যূনতম সিকিউরিটি স্ট্যান্ডার্ড হিসেবে কনফিগার করুন।

আপনার RADIUS লগগুলো নিয়মিত অডিট করুন। ক্লাউড RADIUS সেন্ট্রালাইজড অডিট লগ প্রদান করে। প্রতি সপ্তাহে অথেন্টিকেশন ব্যর্থতাগুলো পর্যালোচনা করুন। কোনো নির্দিষ্ট ডিভাইস বা লোকেশন থেকে ব্যর্থতার হার হঠাৎ বৃদ্ধি পাওয়া হলো ভুল কনফিগারেশন বা সম্ভাব্য আক্রমণের একটি প্রাথমিক লক্ষণ।

ফেইলওভার পরীক্ষা করুন। প্রতি কোয়ার্টারে অন্তত একবার, একটি প্রাইমারি RADIUS এন্ডপয়েন্ট ব্যর্থতার সিমুলেশন করুন এবং সেকেন্ডারি এন্ডপয়েন্টের মাধ্যমে অথেন্টিকেশন চালু থাকে কিনা তা যাচাই করুন। ফলাফলটি ডকুমেন্ট করে রাখুন। এটি একটি সহজ পরীক্ষা যা বেশিরভাগ টিম প্রয়োজন না হওয়া পর্যন্ত কখনোই চালায় না।

সামুদ্রিক বা প্রত্যন্ত অঞ্চলসহ জটিল পরিবেশে WiFi স্থাপনকারী ভেন্যুগুলোর জন্য, WAN নির্ভরতার বিষয়গুলো বিবেচনা করতে Starlink-এ captive portal সেট আপ করা সংক্রান্ত আমাদের গাইডটি দেখুন।


ট্রাবলশুটিং এবং ঝুঁকি প্রশমন

অথেন্টিকেশন টাইমআউট

ডিভাইসগুলো অথেন্টিকেট করতে ব্যর্থ হলে, প্রথমে আপনার অ্যাক্সেস পয়েন্ট এবং ক্লাউড RADIUS এন্ডপয়েন্টগুলোর মধ্যে কানেক্টিভিটি পরীক্ষা করুন। আউটবাউন্ড UDP পোর্ট ১৮১২ এবং ১৮১৩ খোলা আছে কিনা তা যাচাই করুন। আধুনিক ফায়ারওয়ালগুলোতে ডিপ প্যাকেট ইন্সপেকশন RADIUS প্যাকেটগুলোকে বিলম্বিত বা ড্রপ করতে পারে। আপনি যদি টাইমআউট দেখতে পান, তবে আপনার ফায়ারওয়াল পলিসিতে এমন কোনো রুল আছে কিনা তা পরীক্ষা করুন যা RADIUS এন্ডপয়েন্টগুলোতে UDP ট্রাফিক ইন্সপেক্ট বা রেট-লিমিট করছে।

সার্টিফিকেট ট্রাস্ট চেইন ব্যর্থতা

EAP-TLS ব্যবহার করলে, ক্লায়েন্ট ডিভাইসগুলো যেন RADIUS সার্ভার সার্টিফিকেট ইস্যুকারী রুট CA (Root CA)-কে বিশ্বাস করে তা নিশ্চিত করুন। ট্রাস্ট চেইনটি ব্রোকেন হলে, ম্যান-ইন-দ্য-মিডল (man-in-the-middle) আক্রমণ প্রতিরোধ করতে ডিভাইসটি নীরবে সংযোগটি প্রত্যাখ্যান করবে। এটি কোনো স্পষ্ট ত্রুটির বার্তা ছাড়াই সংযোগ ব্যর্থতা হিসেবে দেখা দেয়। এর জন্য RADIUS সার্ভার লগ পরীক্ষা করুন EAP-TLS হ্যান্ডশেক ব্যর্থতা। MDM-এর মাধ্যমে সমস্ত পরিচালিত ডিভাইসে Root CA সার্টিফিকেট স্থাপন করুন।

WAN নির্ভরতা

Cloud RADIUS-এর জন্য একটি সক্রিয় ইন্টারনেট সংযোগ প্রয়োজন। যদি WAN লিঙ্কটি ব্যর্থ হয়, তবে প্রমাণীকরণ (authentication) অনুরোধগুলি সার্ভারে পৌঁছাতে পারে না। মিশন-ক্রিটিক্যাল স্থানীয় রিসোর্সের জন্য, স্থানীয়ভাবে টিকে থাকার ক্ষমতা (local survivability) বা প্রমাণীকরণ ক্যাশিং সমর্থন করে এমন অ্যাক্সেস পয়েন্টগুলি মূল্যায়ন করুন। বেশিরভাগ স্থাপনার (deployments) জন্য, WAN নির্ভরতা গ্রহণযোগ্য কারণ ইন্টারনেট ছাড়া একটি সাইট এমনিতেও ক্লাউড অ্যাপ্লিকেশনগুলি অ্যাক্সেস করতে পারে না।

Shared secret অমিল

প্রতিটি অ্যাক্সেস পয়েন্ট বা ওয়্যারলেস কন্ট্রোলারকে সঠিক shared secret সহ একটি RADIUS ক্লায়েন্ট হিসাবে কনফিগার করতে হবে। অমিল হলে সেই ডিভাইস থেকে সমস্ত প্রমাণীকরণ অনুরোধ নীরবে বাতিল হয়ে যায়। যদি একটি নির্দিষ্ট অ্যাক্সেস পয়েন্ট ব্যর্থ হয় এবং অন্যগুলি সফল হয়, তবে সেই ডিভাইসে shared secret কনফিগারেশন যাচাই করুন।


ROI এবং ব্যবসায়িক প্রভাব

comparison_chart.png

RADIUS as a Service-এর ব্যবসায়িক যুক্তি তিনটি স্তম্ভের উপর ভিত্তি করে তৈরি: মূলধনী ব্যয় (capital expenditure) হ্রাস, কম পরিচালন ব্যয় (operational overhead), এবং উন্নত নিরাপত্তা ব্যবস্থা (security posture)।

মূলধনী ব্যয়ের ক্ষেত্রে, আপনি ফিজিক্যাল সার্ভার কেনা, লাইসেন্সিং এবং রিফ্রেশ করার খরচ দূর করতে পারেন। একটি ন্যূনতম কার্যকর অন-প্রিমিস RADIUS স্থাপনার জন্য উচ্চ প্রাপ্যতা (high availability), অপারেটিং সিস্টেম লাইসেন্স এবং প্রতি তিন থেকে পাঁচ বছরে হার্ডওয়্যার রিফ্রেশের জন্য দুটি সার্ভার প্রয়োজন। ৫০টি প্রপার্টি বিশিষ্ট একটি হোটেল গ্রুপের জন্য, এটি সমগ্র এস্টেট জুড়ে উল্লেখযোগ্য হার্ডওয়্যার বিনিয়োগের প্রতিনিধিত্ব করে।

পরিচালন ব্যয়ের ক্ষেত্রে, আপনার ইঞ্জিনিয়ারিং টিমকে আর Windows Server প্যাচিং, FreeRADIUS কনফিগারেশন ট্রাবলশুট করা বা ফিজিক্যাল অবকাঠামোতে সার্টিফিকেট নবায়ন পরিচালনা করার জন্য সময় ব্যয় করতে হবে না। সেই সময়টি নিরাপত্তা নীতি সংক্রান্ত কাজে ব্যবহার করা যেতে পারে যা সরাসরি আপনার নিরাপত্তাকে উন্নত করে।

নিরাপত্তা ব্যবস্থার ক্ষেত্রে, EAP-TLS এবং ডায়নামিক VLAN অ্যাসাইনমেন্টে স্থানান্তর আক্রমণের ঝুঁকি (attack surface) উল্লেখযোগ্যভাবে হ্রাস করে। ক্রেডেনশিয়াল চুরি হলো নেটওয়ার্ক লঙ্ঘনের প্রধান কারণ। নেটওয়ার্ক প্রমাণীকরণ প্রক্রিয়া থেকে পাসওয়ার্ড বাদ দেওয়া সরাসরি সেই ঝুঁকি মোকাবেলা করে। সেন্ট্রালাইজড অডিট লগিং PCI DSS v4.0 এবং GDPR-এর সাথে সম্মতি (compliance) সমর্থন করে, যা সম্মতি অডিটের খরচ এবং জটিলতা হ্রাস করে।

পরিবহন হাব বা উচ্চ-পদচারণাবিশিষ্ট ভেন্যু পরিচালনাকারী সংস্থাগুলির জন্য, একটি একক ড্যাশবোর্ড থেকে সমস্ত অবস্থানে সামঞ্জস্যপূর্ণ নিরাপত্তা নীতি প্রয়োগ করার ক্ষমতা একটি পরিমাপযোগ্য পরিচালনগত উন্নতি। Purple ৮০,০০০+ এরও বেশি লাইভ ভেন্যুতে কাজ করে এবং ২০২৪ সালে ৪৪০ মিলিয়ন লগইন প্রসেস করেছে (Purple অভ্যন্তরীণ ডেটা, ২০২৪)। এই স্কেলটিকে সমর্থনকারী অবকাঠামোটি ডিজাইনগতভাবেই ক্লাউড-নেটিভ।

WiFi অ্যানালিটিক্স এবং নেটওয়ার্ক ইন্টেলিজেন্স কীভাবে ব্যবসায়িক ফলাফলের সাথে যুক্ত হয় তার একটি বিস্তৃত ধারণার জন্য, আমাদের WiFi Analytics platform দেখুন।


তথ্যসূত্র

[১] IEEE Standard for Local and metropolitan area networks - Port-Based Network Access Control. IEEE Std 802.1X-2020. [২] IETF. Remote Authentication Dial In User Service (RADIUS). RFC 2865. 1997. [৩] IETF. The EAP-TLS Authentication Protocol. RFC 5216. 2008. [৪] IronWiFi. Benefits of a Cloud RADIUS Server: Why Enterprises Are Moving Authentication Online. February 2026. [৫] SecureW2. Cloud vs. On-Site RADIUS: Which is Better? May 2026. [৬] Portnox. RADIUS as a Service. 2026. [৭] PCI Security Standards Council. PCI DSS v4.0. March 2022. [৮] Purple. Internal platform data: ৪৪০ মিলিয়ন লগইন, ৮০,০০০+ ভেন্যু। ২০২৪।

মূল সংজ্ঞাসমূহ

RADIUS

Remote Authentication Dial-In User Service. A networking protocol defined in RFC 2865 that provides centralised Authentication, Authorisation, and Accounting (AAA) management for users connecting to a network service.

IT teams use RADIUS as the central decision engine to verify whether a device or user is allowed onto the corporate WiFi network. It sits between the access point and the identity provider.

802.1X

An IEEE Standard for port-based Network Access Control. It provides an authentication mechanism to devices wishing to attach to a LAN or WLAN, forcing them to authenticate before receiving an IP address.

This is the standard that underpins enterprise WiFi security. Without 802.1X, any device that connects to the SSID gets network access. With 802.1X, every device must prove its identity first.

EAP-TLS

Extensible Authentication Protocol - Transport Layer Security. An authentication method defined in RFC 5216 that requires both the client device and the RADIUS server to present digital certificates, providing mutual authentication without passwords.

Considered the gold standard for enterprise WiFi security. Certificates are deployed to corporate devices via MDM. EAP-TLS eliminates the risk of password theft and phishing attacks on the network.

PEAP

Protected Extensible Authentication Protocol. An EAP method that tunnels a username and password exchange inside a TLS session. Less secure than EAP-TLS because it relies on passwords.

PEAP-MSCHAPv2 is widely deployed in legacy environments. IT teams should plan a migration to EAP-TLS for corporate devices, using PEAP only as a fallback for unmanaged or BYOD devices.

Dynamic VLAN assignment

A process where the RADIUS server instructs the access point which Virtual LAN to place a device in, based on the user's verified identity and role, rather than the SSID they connected to.

Essential for network segmentation in multi-role environments. A single 'Staff' SSID can securely separate housekeeping, reception, and management traffic into different VLANs with different access rights.

AAA

Authentication, Authorisation, and Accounting. The three functions performed by a RADIUS server: verifying identity (authentication), determining what access is permitted (authorisation), and recording session data for audit purposes (accounting).

IT teams and auditors use AAA as a framework for evaluating network access control. Cloud RADIUS delivers all three functions from a managed service.

WPA3-Enterprise

The current WiFi security standard for enterprise networks, requiring 802.1X authentication via a RADIUS server. It offers improved cryptographic strength over WPA2-Enterprise, including 192-bit security mode for high-security environments.

IT managers should configure WPA3-Enterprise as the minimum security standard for staff networks. Guest networks can use WPA2 or open authentication with a captive portal.

Network Access Control (NAC)

A security approach that enforces policy on devices seeking to access network resources, combining endpoint security assessment, identity authentication, and network enforcement.

RADIUS is a foundational component of NAC. Cloud RADIUS extends NAC to distributed, multi-site environments without requiring on-premise infrastructure at each location.

Captive portal

A web page that a user of a public-access network must interact with before being granted internet access. Typically used for Guest WiFi to collect consent or display terms of use.

Captive portals handle unauthenticated guest access, while 802.1X handles authenticated staff access. The two mechanisms operate on separate SSIDs and VLANs.

সমাধানকৃত উদাহরণসমূহ

A 200-room hotel needs to secure its staff network across housekeeping, reception, and management, while keeping Guest WiFi entirely separate. They currently use a shared PSK for the staff network, which has not been changed in two years.

Deploy RADIUS as a Service integrated with Microsoft Entra ID. Configure the Cisco Meraki access points to use WPA3-Enterprise with 802.1X. Housekeeping staff authenticate using their Entra ID credentials; the RADIUS server reads their directory group and dynamically assigns them to VLAN 10 (housekeeping task system access only). Reception staff are assigned to VLAN 20 (property management system access). Management are assigned to VLAN 30 (broader access). Guest WiFi remains on a separate SSID with a captive portal, isolated on VLAN 40. When a seasonal staff member leaves, their Entra ID account is disabled, instantly revoking WiFi access across all access points on the property.

পরীক্ষকের মন্তব্য: This approach eliminates the shared PSK vulnerability and the risk of former employees retaining access. Dynamic VLAN assignment ensures a compromised housekeeping device cannot reach the property management system. Using cloud RADIUS removes the need for a physical server in the hotel's limited IT closet. The integration with Entra ID means offboarding is a single action with immediate network-wide effect.

A national retail chain with 400 stores needs to ensure PCI DSS compliance for its point-of-sale terminals. They currently manage 400 separate FreeRADIUS instances on local store servers, each requiring individual patching.

Migrate to a single RADIUS as a Service instance. Configure HPE Aruba access points at all 400 stores to authenticate POS devices using EAP-TLS with machine certificates pushed via Microsoft Intune. The cloud RADIUS server authenticates the certificates and places POS devices into a PCI-compliant VLAN (VLAN 30), isolated from all other network traffic. Store staff use a separate SSID authenticated via Okta, placing them in a general staff VLAN (VLAN 20). Shoppers on the guest network are isolated on VLAN 40. The security team manages all policies from a single dashboard.

পরীক্ষকের মন্তব্য: Centralising the RADIUS infrastructure eliminates the maintenance burden of patching 400 local servers. Using EAP-TLS for POS devices removes passwords entirely, preventing credential theft. This architecture satisfies PCI DSS v4.0 Requirement 8 (unique authentication) and Requirement 1 (network segmentation). When a vulnerability is disclosed, the provider patches the cloud infrastructure rather than the retail chain's security team patching 400 servers over several weeks.

অনুশীলনী প্রশ্নসমূহ

Q1. Your university campus currently uses Microsoft NPS on Windows Server to authenticate students via PEAP-MSCHAPv2. The institution is migrating to Google Workspace and wants to decommission all on-premise servers within 12 months. What is the most secure and operationally efficient architectural change for the WiFi authentication infrastructure?

ইঙ্গিত: Microsoft NPS does not natively support Google Workspace. Consider what replaces both the server and the authentication method.

মডেল উত্তর দেখুন

Migrate to RADIUS as a Service with native Google Workspace integration. The cloud RADIUS service connects directly to Google Workspace via LDAP or OIDC, eliminating the need for Active Directory or NPS. Simultaneously, transition managed student and staff devices from PEAP-MSCHAPv2 to EAP-TLS by deploying client certificates via the institution's MDM platform. This removes passwords from the authentication process and ensures that only managed, trusted devices can access the staff and student networks. The migration can be phased: deploy cloud RADIUS alongside NPS, migrate one SSID at a time, then decommission NPS once all devices are using the new service.

Q2. A stadium with 80,000 capacity requires secure WiFi for corporate staff, ticketing terminals, media press members, and event-day contractors. How should the network be configured using cloud RADIUS to enforce appropriate access for each group?

ইঙ্গিত: Consider how RADIUS handles authorisation, not just authentication. Each group needs different access rights.

মডেল উত্তর দেখুন

Deploy a single 802.1X SSID for all authenticated groups. Configure the cloud RADIUS service to use dynamic VLAN assignment based on the user's role in the identity provider. Corporate staff are assigned to VLAN 10 with access to internal systems. Ticketing terminals, authenticated via machine certificates (EAP-TLS), are placed in a restricted VLAN 20 with access only to the ticketing platform. Media press members are assigned to VLAN 30 with high-bandwidth internet access but no access to internal systems. Event-day contractors are assigned to VLAN 40 with limited internet access only. A separate open SSID with a captive portal handles fan and attendee guest access on VLAN 50, isolated from all other traffic.

Q3. During a security audit, it is discovered that your organisation's FreeRADIUS server has not received a security patch for eight months. The team has been reluctant to patch it because the last update caused a two-hour authentication outage. How does migrating to RADIUS as a Service resolve both the security risk and the operational risk?

ইঙ্গিত: Consider the division of responsibility in a managed service model and how providers handle patching without downtime.

মডেল উত্তর দেখুন

RADIUS as a Service shifts the responsibility for OS patching and vulnerability management to the provider. The provider operates highly available, multi-region clusters, allowing them to patch individual endpoints and roll updates progressively without causing authentication downtime. Your team no longer needs to schedule maintenance windows or accept the risk of a patch-induced outage. The security risk is eliminated because the provider patches the infrastructure as vulnerabilities are disclosed, often before the CVE is widely publicised. The operational risk is eliminated because the provider's SLA guarantees uptime regardless of patching activity. Your team's role changes from infrastructure maintenance to policy management.

এই সিরিজে পড়া চালিয়ে যান

Integrating RADIUS as a Service with Cloud Directories (Azure AD & Google Workspace)

এই টেকনিক্যাল রেফারেন্স গাইডটিতে এন্টারপ্রাইজ WiFi অথেন্টিকেশনের জন্য ক্লাউড ডিরেক্টরি - Microsoft Entra ID এবং Google Workspace - এর সাথে কীভাবে RADIUS as a Service ইন্টিগ্রেট করতে হয় তা বিস্তারিতভাবে আলোচনা করা হয়েছে। এতে অন-প্রেমিস NPS থেকে ক্লাউড-নেটিভ RADIUS-এ আর্কিটেকচারাল স্থানান্তর, সার্টিফিকেট-ভিত্তিক EAP-TLS অথেন্টিকেশন স্থাপন এবং হসপিটালিটি, রিটেইল ও পাবলিক-সেক্টর পরিবেশে ওয়্যারলেস অ্যাক্সেস সুরক্ষিত করার জন্য অপারেশনাল সেরা অনুশীলনগুলো কভার করা হয়েছে। যেসব আইটি ম্যানেজার এবং নেটওয়ার্ক আর্কিটেক্ট ইতিমধ্যেই ক্লাউড আইডেন্টিটি ব্যবহার করছেন, তাদের জন্য এই গাইডটি ডিরেক্টরি ম্যানেজমেন্ট এবং ফিজিক্যাল নেটওয়ার্ক সিকিউরিটির মধ্যে ব্যবধান দূর করবে।

গাইডটি পড়ুন →

Cloud RADIUS ব্যবহার করে 802.1X প্রমাণীকরণ কীভাবে বাস্তবায়ন করবেন

এই প্রযুক্তিগত রেফারেন্স গাইডটি বিতরণকৃত এন্টারপ্রাইজ এস্টেট জুড়ে Cloud RADIUS সহ 802.1X প্রমাণীকরণ বাস্তবায়নের জন্য একটি ব্যাপক কাঠামো সরবরাহ করে। এটি অন-প্রাঙ্গণ অবকাঠামোর অপারেশনাল ওভারহেড দূর করার সাথে সাথে নেটওয়ার্ক অ্যাক্সেস সুরক্ষিত করার জন্য প্রয়োজনীয় স্থাপত্য, EAP পদ্ধতি নির্বাচন, স্থাপনার ক্রম এবং ঝুঁকি প্রশমন কৌশলগুলির বিশদ বিবরণ দেয়।

গাইডটি পড়ুন →

What is Cloud RADIUS? A Comprehensive Guide to RADIUS as a Service

এই বিস্তারিত নির্দেশিকাটি Cloud RADIUS (RADIUS অ্যাজ আ সার্ভিস) অন্বেষণ করে, এর আর্কিটেকচার, EAP পদ্ধতি এবং বাস্তবায়ন কৌশলগুলির বিশদ বিবরণ দেয়। এটি আইটি নেতাদের অন-প্রিমিজ সার্ভার থেকে একটি স্কেলযোগ্য, সুরক্ষিত এবং অনুগত ক্লাউড-ভিত্তিক প্রমাণীকরণ মডেলে স্থানান্তরিত হওয়ার বিষয়ে কার্যকর অন্তর্দৃষ্টি প্রদান করে।

গাইডটি পড়ুন →