Captive Portal Login: ট্রাবলশুটিং এবং নির্দেশিকা
এই নির্দেশিকাটি এন্টারপ্রাইজ গেস্ট WiFi পরিবেশে captive portal লগইন সিস্টেমগুলি বোঝা, স্থাপন করা এবং ট্রাবলশুটিং করার জন্য একটি ব্যাপক প্রযুক্তিগত রেফারেন্স প্রদান করে। এটি আধুনিক captive portal দ্বারা ব্যবহৃত সুনির্দিষ্ট HTTP রিডাইরেক্ট এবং DNS হাইজ্যাকিং মেকানিজম ব্যাখ্যা করে, কীভাবে HSTS এবং সুরক্ষিত HTTPS ব্রাউজারগুলি লোকাল রিডাইরেক্ট ব্লক করতে পারে তা বিস্তারিতভাবে তুলে ধরে এবং ক্লায়েন্ট-সাইড ফিক্স (VPN নিষ্ক্রিয় করা, MAC র্যান্ডমাইজেশন বন্ধ করা, NeverSSL ব্যবহার করা) এবং অপারেটর-সাইড সমাধান (walled garden কনফিগারেশন, DHCP লিজ টাইম অপ্টিমাইজেশন, DNS ইন্টারসেপশন ভেরিফিকেশন) উভয়ই কভার করে একটি স্পষ্ট, কার্যকর ট্রাবলশুটিং চেকলিস্ট প্রদান করে। ভেন্যু অপারেটর, IT ম্যানেজার এবং নেটওয়ার্ক আর্কিটেক্টরা গেস্ট সাপোর্ট টিকিট কমাতে এবং তাদের ওয়্যারলেস অবকাঠামোর ROI সর্বাধিক করতে এই নির্দেশিকাটিকে অপরিহার্য মনে করবেন।
এই গাইডটি শুনুন
পডকাস্ট ট্রান্সক্রিপ্ট দেখুন
📚 আমাদের মূল সিরিজের অংশ: Captive Portals-এর জন্য চূড়ান্ত নির্দেশিকা →
- Executive Summary
- Technical Deep-Dive
- The Captive Portal Detection Sequence
- The HSTS and HTTPS Redirection Conflict
- Implementation Guide
- Step 1: Walled Garden (ACL) Configuration
- Step 2: DHCP and DNS Optimization
- Step 3: SSL/TLS Certificate Management
- Best Practices
- 1. Optimize Walled Garden Rules for Social Logins
- 2. Transition to Profile-Based Authentication and OpenRoaming
- 3. Ensure Compliance with Regulatory Frameworks
- Troubleshooting & Risk Mitigation
- Client-Side Diagnostic and Resolution Checklist
- Operator-Side Infrastructure Troubleshooting
- ROI & Business Impact
- Reduction in Support Overhead and Guest Friction
- Maximizing Data Capture and Marketing ROI
- Unlocking Retail Media and Monetization Opportunities
- References

Executive Summary
For modern enterprise venues, guest wireless networks are no longer a simple amenity; they represent a critical touchpoint for customer engagement, operational intelligence, and brand positioning. However, the business value of these networks depends entirely on the reliability of the initial connection experience. When a guest connects to a network and the captive portal login page fails to appear, the venue immediately suffers from increased front-of-house friction, a surge in support tickets, and lost opportunities for data capture.
At the core of these failures is a fundamental tension between secure web standards and the network-level interception techniques historically used by captive portals. Modern web browsers and operating systems are designed to detect and block unauthorized traffic redirection to protect users from man-in-the-middle (MitM) attacks. By understanding the precise HTTP and DNS redirection sequences, the impact of secure protocols like HTTP Strict Transport Security (HSTS), and the client-side settings that disrupt these mechanisms, IT organizations can implement robust configurations that ensure seamless onboarding.
This guide details how Purple's cloud-managed Guest WiFi platform addresses these challenges to deliver high-availability redirection across all consumer operating systems, minimizing venue support overhead and maximizing the return on wireless infrastructure investments. Whether you are deploying in Hospitality , Retail , Healthcare , or Transport environments, the principles and checklists in this guide apply universally.
Technical Deep-Dive
To effectively troubleshoot captive portal failures, network administrators must understand the exact sequence of events that occurs when a client device connects to an open or pre-shared key (PSK) guest wireless network. Modern operating systems — including Apple iOS/macOS, Google Android, Microsoft Windows, and Linux distributions — do not wait for a user to open a browser to test for internet connectivity. Instead, they execute an automated active probing mechanism immediately upon completing the association and DHCP phases.
The Captive Portal Detection Sequence
The connection and verification process follows a highly structured sequence:
| Step | Action | Technical Description | Expected Success Indicator |
|---|---|---|---|
| 1 | Association | Client associates with the Guest SSID at Layer 2. | Successful 802.11 association frame exchange. |
| 2 | IP Provisioning | DHCP server assigns an IP address, subnet mask, gateway, and local DNS server. | DHCP ACK packet received by the client. |
| 3 | Active Probing | OS background service sends an unencrypted HTTP GET request to a vendor-specific canary URL. | HTTP 200 OK (Apple/Windows) or HTTP 204 No Content (Google). |
| 4 | Interception & Redirect | Wireless gateway/controller intercepts the HTTP probe and returns an HTTP 302/303 redirect pointing to the portal. | HTTP 302 Redirect to the captive portal FQDN. |
| 5 | Portal Rendering | Captive Portal Assistant (CPA) browser engine opens and renders the splash page. | Successful rendering of the login interface. |
+--------+ +------------+ +------------+ +-------------------+
| Client | | AP/Gateway | | DNS Server | | Captive Portal IP |
+--------+ +------------+ +------------+ +-------------------+
| | | |
|--- 1. DHCP Request --->| | |
|<-- 2. DHCP Ack --------| | |
| (IP & DNS Assigned) | | |
|--- 3. DNS Query ------>|------------------------->| |
| (canary URL) | | |
|<-- 4. DNS Response ----|<-------------------------| |
| (Resolved IP) | | |
|--- 5. HTTP GET ------->| | |
| (canary URL) | | |
|<-- 6. HTTP 302 --------| | |
| (Redirect to Portal)| | |
|--- 7. DNS Query ------>|------------------------->| |
| (Portal FQDN) | | |
|<-- 8. DNS Response ----|<-------------------------| |
| (Portal IP) | | |
|--- 9. HTTP/S GET ------>-------------------------------------------------------->|
| (Render Splash Page)| | |
|<-- 10. Render Page <-------------------------------------------------------------||

Each operating system utilizes a distinct set of canary URLs and expected responses to determine network status. Apple (iOS/macOS) probes http://captive.apple.com/hotspot-detect.html expecting an HTML document containing only the word Success in both the title and body. Google (Android/ChromeOS) probes http://connectivitycheck.gstatic.com/generate_204 expecting an HTTP status code 204 No Content with an empty body. Microsoft (Windows 10/11) probes http://www.msftconnecttest.com/connecttest.txt expecting a plain text response of Microsoft Connect Test.
If the device receives the expected response, it concludes that the network has direct, unhindered internet access. If the response is modified — such as receiving an HTTP 302 redirect — the operating system's Captive Portal Assistant (CPA) immediately launches a dedicated, sandboxed browser window to display the redirect target: the captive portal login page.
The HSTS and HTTPS Redirection Conflict
The historical method of captive portal redirection relies on DNS hijacking or HTTP interception. When an unauthenticated user attempts to browse to any website, the gateway intercepts the TCP port 80 (HTTP) or port 443 (HTTPS) traffic and responds on behalf of the destination server, injecting an HTTP 302 redirect. While this worked seamlessly in an era of unencrypted HTTP web browsing, it introduces severe security and operational challenges in modern HTTPS-dominated environments.
The primary obstacle is HTTP Strict Transport Security (HSTS), a web security policy mechanism specified in RFC 6797. HSTS forces web browsers to interact with websites using only secure HTTPS connections. When a browser attempts to connect to an HSTS-enabled domain — such as Google, Facebook, or banking portals — it strictly forbids any unencrypted communication and enforces strict SSL/TLS certificate validation.
If a captive portal gateway attempts to intercept an HTTPS request to an HSTS domain, it must present its own SSL certificate or a spoofed certificate to the client. Because the gateway's certificate does not match the requested domain name, the client's browser detects a man-in-the-middle attack and displays a non-bypassable security warning (e.g., NET::ERR_CERT_COMMON_NAME_INVALID or Your connection is not private). The browser blocks the redirect entirely, preventing the captive portal page from loading and leaving the user with a broken connection.
To mitigate this, modern enterprise wireless networks utilize two advanced mechanisms. First, exempting OS probes ensures that the unencrypted HTTP probes sent by operating systems are never subjected to HTTPS interception; the gateway must allow the unencrypted HTTP probe to be redirected using a standard HTTP 302 response to the secure, fully-qualified domain name (FQDN) of the captive portal. Second, RFC 8910 (Captive Portal API) defines a mechanism where DHCP options (Option 114) or IPv6 Router Advertisements inform the client device of the exact URL of the captive portal API endpoint. Instead of relying on brute-force DNS hijacking or HTTP redirection, compatible client devices query this API directly to obtain the portal URL and network status, bypassing the HSTS conflict entirely.
Implementation Guide
Deploying a reliable captive portal requires careful coordination between the physical wireless infrastructure (Access Points, Controllers, Gateways) and the cloud-based portal platform. This section provides a vendor-neutral, step-by-step implementation guide to ensure robust redirection compatibility across enterprise networks, referencing standard configurations found in controllers from Cisco, Aruba, and Ruckus. For related access control architecture, see the guide on How to Implement 802.1X Authentication with Cloud RADIUS .
Step 1: Walled Garden (ACL) Configuration
A Walled Garden or Access Control List (ACL) defines the specific external domains, IP addresses, or subnets that an unauthenticated guest device is permitted to access before logging in. If the walled garden is configured incorrectly, the client device will be unable to resolve or load the captive portal assets, resulting in a blank screen or a timeout error.
To ensure seamless operation with Purple's platform, the walled garden must include the following components. Portal FQDNs are the fully-qualified domain names of the splash page hosting servers (e.g., *.purple.ai or regional variants). Identity Providers (IdPs) must be included if the portal supports social login — the walled garden must include the extensive list of domains used by these providers for OAuth authentication. Content Delivery Networks (CDNs) hosting CSS, JavaScript, fonts, or images used on the splash page must also be included.
Many modern controllers support wildcard domain names (e.g., *.purple.ai) in their walled garden configurations. The controller dynamically snoops DNS queries from unauthenticated clients; when a client queries a domain matching the wildcard, the controller temporarily adds the returned IP address to the client's pre-authentication allowlist. For legacy controllers that only support static IP addresses, administrators must configure a local DNS proxy or regularly update the static IP blocks associated with the cloud portal.
Step 2: DHCP and DNS Optimization
Because captive portal detection relies heavily on the initial network handshake, DHCP and DNS configurations must be optimized for high-density, transient environments. In high-footfall venues such as retail malls, transit hubs, or stadiums, IP address exhaustion is a common cause of captive portal failure. If the DHCP lease time is set too long (e.g., 24 hours), the IP pool will quickly deplete, preventing new guests from obtaining an IP address. For guest networks, the DHCP lease time should be configured between 15 to 30 minutes (900 to 1800 seconds).
Guest clients must be assigned a reliable, fast DNS server capable of resolving both public domains and the local captive portal FQDN. It is highly recommended to use enterprise-grade public DNS resolvers such as Cloudflare 1.1.1.1 or Google 8.8.8.8, or a local high-performance DNS forwarder. Critically, the wireless gateway must allow unauthenticated clients to perform DNS resolution. If a firewall rule blocks port 53 (UDP/TCP) traffic for pre-authenticated users, the client's OS will be unable to resolve the canary URLs, and the captive portal assistant will never launch.
Step 3: SSL/TLS Certificate Management
When a guest device is redirected to the captive portal, the browser establishes a secure HTTPS connection to the portal's FQDN. To prevent certificate warning screens, the captive portal must be secured with a valid, publicly-trusted SSL/TLS certificate. Self-signed certificates will be immediately blocked by modern mobile operating systems, preventing the captive portal assistant from rendering the page. If the redirection mechanism requires the client to communicate with the local gateway IP (e.g., for local MAC-to-IP binding), the gateway must have a valid certificate matching its local FQDN, and this FQDN must be resolvable by the guest DNS.
Best Practices
To maintain a high-performing guest wireless network that minimizes support tickets and maximizes user satisfaction, network operators should adhere to the following industry standards and best practices.
1. Optimize Walled Garden Rules for Social Logins
When utilizing social login options to capture user profiles, the walled garden must be meticulously maintained. Social media platforms frequently update their authentication subdomains and CDN IP ranges. If a single required domain is missing from the walled garden, the social login popup will fail to load or hang indefinitely.
| Provider | Essential Walled Garden Domains |
|---|---|
accounts.google.com, ssl.gstatic.com, fonts.gstatic.com, lh3.googleusercontent.com |
|
facebook.com, *.facebook.com, *.fbcdn.net, m.facebook.com |
|
| Apple | appleid.apple.com, appleid.cdn-apple.com, gsa.apple.com |
2. Transition to Profile-Based Authentication and OpenRoaming
While captive portals are excellent for initial data capture and terms of service acceptance, repeating the login process on every visit introduces user friction. Modern enterprise networks are increasingly transitioning to profile-based authentication and Passpoint (Hotspot 2.0) technologies, such as OpenRoaming.
Under the Purple Connect license, Purple acts as a free identity provider for OpenRoaming services. Passpoint allows a guest to install a secure profile on their device during their first visit. Upon subsequent visits to any participating venue worldwide, the device automatically and securely associates with the network at Layer 2 using WPA3-Enterprise and 802.1X authentication, completely bypassing the captive portal. This delivers a seamless, cellular-like roaming experience while maintaining secure, encrypted data transmission. For a detailed implementation guide, see How to Implement 802.1X Authentication with Cloud RADIUS .
3. Ensure Compliance with Regulatory Frameworks
Guest WiFi deployments must be designed with strict adherence to global data privacy and security standards. For GDPR / CCPA Compliance, the captive portal must present clear, unambiguous terms of service and privacy policies. Consent for marketing communications must be actively opted-in (not pre-checked), and users must have a straightforward mechanism to request data deletion. For PCI DSS Compliance, if the guest network co-exists on the same physical infrastructure as the venue's Point of Sale (POS) systems, strict logical segmentation must be enforced. The guest VLAN must be completely isolated from the production and payment card VLANs using firewall rules and ACLs. For wireless security, implement WPA3-Transition Mode to allow older devices to connect using WPA2-Personal while newer devices benefit from the enhanced security of WPA3, including Protected Management Frames (PMF).
Troubleshooting & Risk Mitigation
When guest wireless issues are reported, venue operations and front-of-house staff require a clear, structured diagnostic sequence to identify and resolve the root cause. Captive portal failures typically fall into two categories: client-side misconfigurations and operator-side infrastructure issues.

Client-Side Diagnostic and Resolution Checklist
For front-of-house staff assisting guests, work through these steps in order.
1. Disable Active VPNs. Virtual Private Networks establish an encrypted tunnel from the client device directly to a remote server. Because the VPN client attempts to encrypt and route all traffic immediately upon network connection, it bypasses the local gateway's DNS hijack and HTTP redirection rules. The guest must temporarily disable their VPN to complete the captive portal login, after which the VPN can be safely re-enabled.
2. Turn Off Private/Randomized MAC Addresses. Modern operating systems (iOS 14+ and Android 10+) enable Private Wi-Fi Address or MAC Randomization by default to prevent tracking. While beneficial for privacy, this feature causes the device to present a different MAC address to the network on subsequent connections or after a short period of inactivity. This breaks MAC-based session persistence, forcing the guest to re-authenticate repeatedly. Instruct the guest to disable Private Address for the venue's SSID in their device's wireless settings.
3. Bypass Secure DNS (DoH/DoT). If the guest has configured a custom DNS server or uses DNS-over-HTTPS (DoH) or DNS-over-TLS (DoT) in their browser settings, the browser will refuse to accept the local gateway's hijacked DNS responses. The user must temporarily disable secure DNS in their browser settings or clear their device's DNS cache to allow the local redirect to function.
4. Force an Unencrypted HTTP Connection (NeverSSL). If the captive portal assistant fails to launch automatically, the guest's browser may be stuck trying to load an HTTPS page. Instruct the guest to open a standard browser window and navigate to http://neverssl.com. Because this website is explicitly designed to never use SSL/TLS, the gateway can intercept the HTTP request and successfully inject the HTTP 302 redirect to the guest internet login screen.
5. Forget and Rejoin the Network. If a previous authentication session was terminated abnormally, the client device may hold stale DHCP or ARP cache data. Forgetting the network in the wireless settings and reconnecting forces a clean DHCP handshake and restarts the captive portal detection sequence.
Operator-Side Infrastructure Troubleshooting
For network administrators investigating systemic issues where multiple guests report portal failures, the following checks should be performed. Monitor DHCP Pool Utilization by inspecting the DHCP scope on the local gateway or router; if the pool is 100% utilized, reduce the lease time to 5-10 minutes to rapidly reclaim IP addresses from departed guests. Verify DNS Redirection Rules by performing a packet capture (PCAP) on the gateway interface to confirm that unauthenticated clients are successfully sending DNS queries to port 53 and receiving responses. Audit Walled Garden Latency to ensure that the walled garden is optimized and that DNS resolution for walled garden domains is caching correctly on the controller. Finally, check Certificate Expiration to ensure that the SSL/TLS certificate installed on the wireless controller or gateway is valid, unexpired, and signed by a trusted Certificate Authority (CA).
ROI & Business Impact
Investing in a robust, cloud-managed captive portal platform like Purple yields measurable financial and operational returns for enterprise venues. By systematically resolving captive portal login issues, organizations directly impact both the top and bottom lines.
Reduction in Support Overhead and Guest Friction
For hospitality and retail venues, front-of-house staff frequently spend valuable time troubleshooting guest WiFi connectivity. A high captive portal failure rate leads to increased guest frustration and negative online reviews, a high volume of low-complexity support tickets escalated to the IT team, and operational inefficiencies as front-of-house staff are distracted from their primary duties. By implementing Purple's robust, cross-platform compatible redirection mechanism, venues typically experience a 50% to 70% reduction in WiFi-related support complaints.
Maximizing Data Capture and Marketing ROI
A captive portal is the primary gateway for capturing valuable first-party customer data, including email addresses, phone numbers, and social profiles. When a captive portal fails to load, the venue loses the opportunity to register that guest. With a functional portal, venues can achieve opt-in rates of over 60% for marketing communications, rapidly growing their customer CRM database. By integrating guest authentication with WiFi Analytics , venue operators gain deep insights into visitor behavior, including dwell times, return rates, and footfall patterns across different zones.
Unlocking Retail Media and Monetization Opportunities
For large-scale venues like shopping malls, stadiums, and exhibition centers, the captive portal represents premium digital real estate. By utilizing the splash page and post-login redirect screens, operators can tap into the rapidly growing Retail Media market. Display highly targeted, location-aware advertisements to guests at the exact moment they connect, or sell sponsorship packages to brands, turning a traditional IT cost center into a direct revenue-generating asset.
References
[1] Wikipedia Contributors. "Captive Portal." Wikipedia, The Free Encyclopedia. https://en.wikipedia.org/wiki/Captive_portal
[2] IETF RFC 6797. "HTTP Strict Transport Security (HSTS)." Internet Engineering Task Force. https://datatracker.ietf.org/doc/html/rfc6797
[3] IETF RFC 8910. "Captive-Portal Identification in DHCP and Router Advertisements." Internet Engineering Task Force. https://datatracker.ietf.org/doc/html/rfc8910
[4] Wireless Broadband Alliance. "OpenRoaming." WBA. https://wballiance.com/openroaming/
[5] NeverSSL. "NeverSSL: Helping you get online." NeverSSL. http://neverssl.com/
মূল সংজ্ঞাসমূহ
Captive Portal
একটি গেস্ট নেটওয়ার্কের নতুন সংযুক্ত ব্যবহারকারীদের আরও বিস্তৃত ইন্টারনেট অ্যাক্সেস দেওয়ার আগে তাদের সামনে উপস্থাপিত একটি ওয়েব পেজ। পোর্টালটির জন্য সাধারণত প্রমাণীকরণ (ইমেল, সোশ্যাল লগইন, বা ভাউচার কোড), পরিষেবার শর্তাবলী গ্রহণ বা উভয়ই প্রয়োজন হয়। এটি এন্টারপ্রাইজ WiFi স্থাপনায় গেস্ট ডেটা ক্যাপচারের প্রাথমিক প্রক্রিয়া।
IT টিমগুলি গেস্ট WiFi অভিযোগগুলিতে ব্যর্থতার প্রথম পয়েন্ট হিসাবে captive portals-এর মুখোমুখি হয়। লগইন পেজটি কেন প্রদর্শিত হতে ব্যর্থ হচ্ছে তা নির্ণয় করার জন্য পোর্টালের প্রযুক্তিগত আর্কিটেকচার বোঝা অপরিহার্য।
DNS Hijacking
captive portal গেটওয়ে দ্বারা ব্যবহৃত একটি কৌশল যেখানে লোকাল DNS সার্ভার অপ্রমাণিত ক্লায়েন্টদের সমস্ত DNS কোয়েরির জবাবে captive portal সার্ভারের IP ঠিকানা ফেরত দেয়, কোয়েরি করা প্রকৃত ডোমেনটি যাই হোক না কেন। এটি ক্লায়েন্টের ব্রাউজারকে উদ্দিষ্ট গন্তব্যের পরিবর্তে পোর্টালে সংযোগ করতে বাধ্য করে।
DNS হাইজ্যাকিং হলো বেশিরভাগ captive portal রিডাইরেক্ট ইমপ্লিমেন্টেশনের পিছনের মূল প্রক্রিয়া। এটি HTTP ট্রাফিকের জন্য কার্যকর কিন্তু ক্লায়েন্ট ডিভাইসে DNS-over-HTTPS (DoH) এবং DNS-over-TLS (DoT) কনফিগারেশন দ্বারা ব্লক হয়।
HTTP Strict Transport Security (HSTS)
একটি ওয়েব সিকিউরিটি পলিসি মেকানিজম (RFC 6797) যা ব্রাউজারগুলিকে কেবল HTTPS ব্যবহার করে একটি ওয়েবসাইটের সাথে যোগাযোগ করার নির্দেশ দেয় এবং যেকোনো HTTP সংযোগ বা অবৈধ SSL সার্টিফিকেট সহ সংযোগ প্রত্যাখ্যান করতে বলে। একবার একটি ব্রাউজার কোনো ডোমেন থেকে HSTS হেডার পেয়ে গেলে, ব্যবহারকারী ম্যানুয়ালি একটি HTTP URL টাইপ করলেও এটি একটি নির্দিষ্ট সময়ের (max-age) জন্য এই নীতিটি প্রয়োগ করে।
আধুনিক ডিভাইসগুলিতে captive portal রিডাইরেক্ট ব্যর্থ হওয়ার প্রাথমিক কারণ হলো HSTS। যখন একটি গেটওয়ে একটি HSTS-সক্ষম ডোমেনে একটি HTTPS অনুরোধ ইন্টারসেপ্ট করার চেষ্টা করে, তখন ব্রাউজার সার্টিফিকেটের অমিল সনাক্ত করে এবং রিডাইরেক্ট ব্লক করে, যা পোর্টাল লোড হতে বাধা দেয়।
Captive Portal Assistant (CPA)
আধুনিক অপারেটিং সিস্টেমগুলিতে (Apple-এর CNA, Android-এর CPA, Windows-এর NCSI) বিল্ট-ইন একটি স্যান্ডবক্সড, লাইটওয়েট ব্রাউজার প্রসেস যা OS যখন সনাক্ত করে যে এটি একটি captive portal-এর পিছনে রয়েছে তখন স্বয়ংক্রিয়ভাবে চালু হয়। CPA স্প্ল্যাশ পেজটিকে একটি সীমাবদ্ধ পরিবেশে রেন্ডার করে যা পোর্টালটিকে ডিভাইসের শংসাপত্র বা স্থায়ী স্টোরেজ অ্যাক্সেস করতে বাধা দেয়।
CPA হলো সেই জিনিস যা বেশিরভাগ ডিভাইসে লগইন পেজটি স্বয়ংক্রিয়ভাবে পপ আপ করার কারণ হয়। যদি CPA চালু হতে ব্যর্থ হয় (যেমন, VPN বা DoH-এর কারণে), তবে অতিথিকে ম্যানুয়ালি পোর্টাল URL-এ যেতে হবে।
Walled Garden
একটি প্রি-অথেন্টিকেশন অ্যাক্সেস কন্ট্রোল লিস্ট (ACL) যা নির্দিষ্ট বাহ্যিক ডোমেন, IP ঠিকানা বা সাবনেটগুলিকে সংজ্ঞায়িত করে যা অপ্রমাণিত গেস্ট ডিভাইসগুলিকে captive portal লগইন সম্পন্ন করার আগে অ্যাক্সেস করার অনুমতি দেওয়া হয়। প্রমাণীকরণ সম্পন্ন না হওয়া পর্যন্ত walled garden-এর বাইরের রিসোর্সগুলি ব্লক থাকে।
একটি ভুলভাবে কনফিগার করা walled garden হলো captive portal ব্যর্থতার অন্যতম সাধারণ কারণ, বিশেষ করে সোশ্যাল লগইন ফ্লোর জন্য যার একাধিক তৃতীয় পক্ষের OAuth ডোমেন অ্যাক্সেস করার প্রয়োজন হয়।
MAC Address Randomization
আধুনিক মোবাইল অপারেটিং সিস্টেমগুলির (iOS 14+, Android 10+) একটি গোপনীয়তা বৈশিষ্ট্য যা ডিভাইসটিকে তার হার্ডওয়্যার-বরাদ্দকৃত MAC ঠিকানার পরিবর্তে এটি যে প্রতিটি WiFi নেটওয়ার্কের সাথে সংযুক্ত হয় তার কাছে একটি এলোমেলোভাবে তৈরি MAC ঠিকানা উপস্থাপন করতে বাধ্য করে। সংযুক্ত থাকাকালীন র্যান্ডমাইজড ঠিকানাটি পর্যায়ক্রমে পরিবর্তিত হতে পারে।
MAC র্যান্ডমাইজেশন captive portal সেশন পারসিস্টেন্সকে ব্যাহত করে কারণ গেটওয়ে প্রমাণীকৃত ক্লায়েন্টদের ট্র্যাক করতে MAC ঠিকানা ব্যবহার করে। যখন MAC পরিবর্তিত হয়, গেটওয়ে ডিভাইসটিকে একটি নতুন, অপ্রমাণিত ক্লায়েন্ট হিসাবে বিবেচনা করে, যা পুনরায় প্রমাণীকরণে বাধ্য করে।
RFC 8910 (Captive Portal API)
একটি IETF মান যা DHCP Option 114 (IPv4-এর জন্য) বা IPv6 রাউটার অ্যাডভার্টাইজমেন্ট অপশন ব্যবহার করে নেটওয়ার্কগুলির জন্য ক্লায়েন্ট ডিভাইসগুলিকে একটি captive portal-এর উপস্থিতি এবং URL জানানোর একটি প্রক্রিয়া সংজ্ঞায়িত করে। সামঞ্জস্যপূর্ণ ডিভাইসগুলি তাদের নেটওয়ার্কের স্থিতি নির্ধারণ করতে এবং পোর্টাল URL পেতে সরাসরি বিজ্ঞাপিত API এন্ডপয়েন্ট কোয়েরি করে, যা DNS হাইজ্যাকিংয়ের প্রয়োজনীয়তা দূর করে।
RFC 8910 হলো captive portal সনাক্তকরণের জন্য DNS হাইজ্যাকিংয়ের আধুনিক, মান-সম্মত বিকল্প। এটি HTTP/HTTPS ট্রাফিকের ইন্টারসেপ্ট করার চেষ্টা করার পরিবর্তে নেটওয়ার্ক লেয়ারে পোর্টাল URL যোগাযোগ করে HSTS দ্বন্দ্বের সমাধান করে।
DNS-over-HTTPS (DoH)
একটি প্রোটোকল যা DNS কোয়েরিগুলিকে নেটওয়ার্ক-বরাদ্দকৃত DNS সার্ভারে প্লেইনটেক্সট UDP প্যাকেট হিসাবে পাঠানোর পরিবর্তে একটি বিশ্বস্ত রিজলভারের (যেমন Cloudflare 1.1.1.1 বা Google 8.8.8.8) কাছে একটি HTTPS সংযোগের মাধ্যমে পাঠিয়ে এনক্রিপ্ট করে। এটি লোকাল গেটওয়েকে DNS প্রতিক্রিয়াগুলি ইন্টারসেপ্ট বা হাইজ্যাক করা থেকে বিরত রাখে।
আধুনিক ব্রাউজার (Chrome, Firefox, Edge) এবং অপারেটিং সিস্টেমগুলিতে ক্রমবর্ধমানভাবে ডিফল্টরূপে DoH সক্ষম করা থাকে। যখন DoH সক্রিয় থাকে, তখন captive portal-এর DNS হাইজ্যাকিং মেকানিজম বাইপাস হয়ে যায় এবং গেস্ট ইন্টারনেট লগইন স্ক্রিনটি স্বয়ংক্রিয়ভাবে প্রদর্শিত হবে না।
NeverSSL
একটি পাবলিক ইউটিলিটি ওয়েবসাইট (http://neverssl.com) যা স্পষ্টভাবে কখনও SSL/TLS এনক্রিপশন ব্যবহার না করার জন্য ডিজাইন করা হয়েছে। এটি captive portal রিডাইরেক্টের জন্য একটি নির্ভরযোগ্য ম্যানুয়াল ট্রিগার হিসাবে কাজ করে কারণ গেটওয়ে সর্বদা এর আনএনক্রিপ্ট করা HTTP অনুরোধ ইন্টারসেপ্ট করতে পারে এবং পোর্টাল লগইন পেজে একটি 302 রিডাইরেক্ট ইনজেক্ট করতে পারে।
যখন কোনো অতিথির ডিভাইস স্বয়ংক্রিয়ভাবে captive portal লগইন পেজ প্রদর্শন করতে ব্যর্থ হয় তখন NeverSSL হলো প্রস্তাবিত ম্যানুয়াল সমাধান। ফ্রন্ট-অফ-হাউস কর্মীদের প্রথম-স্তরের সমাধানের পদক্ষেপ হিসাবে অতিথিদের এই URL-এ নির্দেশ করার জন্য প্রশিক্ষণ দেওয়া উচিত।
OpenRoaming (Passpoint/Hotspot 2.0)
ওয়্যারলেস ব্রডব্যান্ড অ্যালায়েন্স (WBA) দ্বারা তৈরি একটি বিশ্বব্যাপী WiFi রোমিং স্ট্যান্ডার্ড যা ডিভাইসগুলিকে ম্যানুয়াল captive portal ইন্টারঅ্যাকশনের প্রয়োজন ছাড়াই একটি প্রাক-ইনস্টল করা শংসাপত্র প্রোফাইল ব্যবহার করে অংশগ্রহণকারী WiFi নেটওয়ার্কগুলিতে স্বয়ংক্রিয়ভাবে এবং নিরাপদে প্রমাণীকরণ করতে দেয়। প্রমাণীকরণে WPA3-Enterprise এবং 802.1X প্রোটোকল ব্যবহার করা হয়।
OpenRoaming হলো এন্টারপ্রাইজ গেস্ট WiFi-এর জন্য captive portals-এর বাইরে দীর্ঘমেয়াদী বিবর্তন। Purple-এর Connect লাইসেন্সের অধীনে, Purple, OpenRoaming-এর জন্য একটি বিনামূল্যের আইডেন্টিটি প্রোভাইডার হিসাবে কাজ করে, যা ফিরে আসা অতিথিদের পরবর্তী ভিজিটগুলিতে সম্পূর্ণরূপে captive portal বাইপাস করতে সক্ষম করে।
সমাধানকৃত উদাহরণসমূহ
একটি ৩৫০-রুমের সিটি-সেন্টার হোটেল সমস্ত ফ্লোর এবং পাবলিক এরিয়া জুড়ে একটি Purple-চালিত গেস্ট WiFi নেটওয়ার্ক স্থাপন করেছে। ফ্রন্ট ডেস্ক প্রতিদিন অতিথিদের কাছ থেকে ১৫-২০টি অভিযোগ পাচ্ছে যাদের captive portal লগইন পেজ লোড হচ্ছে না। হোটেলটি Cisco Catalyst 9800 ওয়্যারলেস কন্ট্রোলার এবং একটি Cisco ISR 4331 রাউটার ব্যবহার করে। প্রাথমিক তদন্তে দেখা গেছে যে এই সমস্যাটি iOS 17 চালিত iPhone এবং Android 13 ডিভাইসে সবচেয়ে বেশি দেখা যাচ্ছে। নেটওয়ার্ক আর্কিটেক্টের কীভাবে এটি নির্ণয় এবং সমাধান করা উচিত?
একটি কাঠামোগত চার-স্তর বিশিষ্ট ডায়াগনস্টিক দিয়ে শুরু করুন। লেয়ার ১ (DHCP): Cisco ISR 4331-এ লগ ইন করুন এবং show ip dhcp pool এবং show ip dhcp binding রান করুন। পুল সাইজের বিপরীতে মোট সক্রিয় বাইন্ডিংয়ের সংখ্যা পরীক্ষা করুন। যদি ব্যবহার ৮৫% অতিক্রম করে, তবে পুলটি শেষ হওয়ার কাছাকাছি। ip dhcp pool GUEST_WIFI এবং lease 0 0 30 ব্যবহার করে লিজ টাইম ডিফল্ট ১ দিন থেকে কমিয়ে ১৮০০ সেকেন্ড (৩০ মিনিট) করুন। লেয়ার ২ (DNS): Catalyst 9800-এ, যাচাই করুন যে প্রি-অথেন্টিকেশন ACL (যা captive portal SSID-এর জন্য ব্যবহৃত হয়) নির্ধারিত DNS সার্ভারগুলিতে UDP এবং TCP পোর্ট ৫৩ ট্রাফিকের অনুমতি দেয়। DNS কোয়েরিগুলির উত্তর দেওয়া হচ্ছে কিনা তা নিশ্চিত করতে গেস্ট VLAN ইন্টারফেসে একটি প্যাকেট ক্যাপচার রান করুন। লেয়ার ৩ (Walled Garden): Configuration > Tags & Profiles > Policy-এর অধীনে Catalyst 9800 GUI-তে যান। গেস্ট SSID-এর সাথে যুক্ত URL ফিল্টার তালিকাটি পরীক্ষা করুন। নিশ্চিত করুন যে *.purple.ai, accounts.google.com, *.facebook.com, appleid.apple.com এবং সমস্ত সম্পর্কিত CDN ডোমেন অন্তর্ভুক্ত রয়েছে। ওয়াইল্ডকার্ড ডোমেন রেজোলিউশনের অনুমতি দিতে URL ফিল্টারে DNS স্নুপিং সক্ষম করুন। লেয়ার ৪ (iOS-নির্দিষ্ট): iOS 17 ডিভাইসগুলি তাদের প্রোব URL হিসাবে captive.apple.com/hotspot-detect.html ব্যবহার করে। নিশ্চিত করুন যে Catalyst 9800 এই HTTP অনুরোধটি ইন্টারসেপ্ট করছে এবং Purple পোর্টাল FQDN-এ (যেমন, https://portal.purple.ai) একটি HTTP 302 রিডাইরেক্ট ফেরত দিচ্ছে। Purple পোর্টাল সার্টিফিকেটটি বৈধ এবং স্ব-স্বাক্ষরিত (self-signed) নয় তা যাচাই করুন। যদি রিডাইরেক্ট ক্লাউড পোর্টাল FQDN-এর পরিবর্তে কন্ট্রোলারের লোকাল IP-তে যায়, তবে SSID কনফিগারেশনে এক্সটার্নাল রিডাইরেক্ট URL আপডেট করুন।
১২০টি স্টোর বিশিষ্ট একটি জাতীয় খুচরা চেইন Aruba Central-এর মাধ্যমে পরিচালিত Aruba Instant APs ব্যবহার করে গেস্ট WiFi স্থাপন করেছে। মার্কেটিং টিম রিপোর্ট করেছে যে captive portal-এ 'Login with Google' সোশ্যাল লগইন বিকল্পটি প্রায় ৩০% অতিথির জন্য ব্যর্থ হচ্ছে। সাধারণ ইমেল লগইন বিকল্পটি সঠিকভাবে কাজ করছে। সমস্যাটি মাঝে মাঝে দেখা যাচ্ছে এবং সম্প্রতি যে স্টোরগুলিতে Aruba ফার্মওয়্যার আপডেট করা হয়েছে সেগুলিতে এটি বেশি সাধারণ। নেটওয়ার্ক এবং IT টিমের কীভাবে এটি তদন্ত করা উচিত?
ইমেল লগইন সফল হওয়ার সময় সোশ্যাল লগইনের মাঝে মাঝে ব্যর্থতা একটি ক্লাসিক walled garden ডোমেন কভারেজ সমস্যা, যা সম্ভবত একটি ফার্মওয়্যার আপডেটের কারণে আরও বেড়েছে যা প্রি-অথেন্টিকেশন ACL রিসেট বা পরিবর্তন করেছে। নিম্নরূপ অগ্রসর হোন। ধাপ ১ — রিপ্রোডিউস এবং ক্যাপচার: একটি প্রভাবিত স্টোরে, গেস্ট SSID-এর সাথে একটি টেস্ট ডিভাইস সংযুক্ত করুন এবং একটি Google লগইনের চেষ্টা করুন। 'Login with Google'-এ ক্লিক করার আগে ব্রাউজার ডেভেলপার টুলস (F12 > Network ট্যাব) খুলুন। যেকোনো ব্যর্থ অনুরোধ নোট করুন — এগুলি ERR_CONNECTION_REFUSED বা ERR_NAME_NOT_RESOLVED-এর মতো স্ট্যাটাস কোড সহ লাল এন্ট্রি হিসাবে প্রদর্শিত হবে। এই ব্যর্থ ডোমেনগুলিই হলো অনুপস্থিত walled garden এন্ট্রি। ধাপ ২ — Aruba Central Walled Garden অডিট করুন: Aruba Central-এ লগ ইন করুন এবং গেস্ট নেটওয়ার্কের জন্য SSID কনফিগারেশনে যান। Walled Garden / Whitelist এন্ট্রিগুলি পর্যালোচনা করুন। Google-এর OAuth ফ্লোর জন্য ন্যূনতম প্রয়োজন: accounts.google.com, ssl.gstatic.com, fonts.gstatic.com, www.gstatic.com, lh3.googleusercontent.com, এবং oauth2.googleapis.com। একটি ফার্মওয়্যার আপডেটের পরে, Aruba Central সম্ভবত একটি টেমপ্লেট-ভিত্তিক কনফিগারেশনে ফিরে গেছে যা এই এন্ট্রিগুলির কিছু বাদ দিয়েছে। ধাপ ৩ — DNS স্নুপিং সক্ষম করুন: Aruba Central-এ, গেস্ট SSID-এর জন্য DNS-ভিত্তিক হোয়াইটলিস্টিং সক্ষম করুন। এটি AP-কে কনফিগার করা ওয়াইল্ডকার্ড প্যাটার্নগুলির (যেমন, *.google.com, *.gstatic.com) সাথে মেলে এমন ডোমেনগুলির জন্য ফেরত আসা IP ঠিকানাগুলি গতিশীলভাবে সমাধান এবং হোয়াইটলিস্ট করতে দেয়। এটি স্ট্যাটিক IP হোয়াইটলিস্টিংয়ের চেয়ে বেশি স্থিতিস্থাপক কারণ Google-এর CDN IP ঘন ঘন পরিবর্তিত হয়। ধাপ ৪ — যাচাই করুন এবং রোল আউট করুন: পাইলট স্টোরে ফিক্সটি পরীক্ষা করুন, Google লগইন সাফল্যের হার ৯৫%+ এ পৌঁছানো নিশ্চিত করুন, তারপর Aruba Central-এর গ্রুপ পলিসি ডিপ্লয়মেন্টের মাধ্যমে সমস্ত ১২০টি স্টোরে আপডেট করা কনফিগারেশন পুশ করুন।
অনুশীলনী প্রশ্নসমূহ
Q1. ২,০০০ প্রতিনিধির একটি ইভেন্ট হোস্ট করা একটি কনফারেন্স সেন্টার রিপোর্ট করেছে যে ৪০% অংশগ্রহণকারী তাদের ডিভাইসে গেস্ট WiFi লগইন পেজটি প্রদর্শন করতে পারছেন না। ইভেন্টটি ৩০ মিনিট আগে শুরু হয়েছে। ওয়্যারলেস অবকাঠামোটি Ruckus SmartZone কন্ট্রোলার ব্যবহার করে। সবচেয়ে সম্ভাব্য মূল কারণ কী এবং দ্রুততম সমাধান কী?
ইঙ্গিত: ইভেন্টের স্কেল (একই সাথে ২,০০০ সংযোগ) এবং ইভেন্ট শুরু হওয়ার পর থেকে অতিবাহিত সময় বিবেচনা করুন। একটি উচ্চ-ঘনত্বের ইভেন্টের প্রথম ৩০ মিনিটে কোন নেটওয়ার্ক রিসোর্সটি শেষ হয়ে যাওয়ার সম্ভাবনা সবচেয়ে বেশি তা নিয়ে ভাবুন।
মডেল উত্তর দেখুন
সবচেয়ে সম্ভাব্য মূল কারণ হলো DHCP পুল নিঃশেষ হওয়া। ৩০ মিনিটের মধ্যে ২,০০০ প্রতিনিধি একই সাথে সংযোগ করার চেষ্টা করার ফলে, গেস্ট VLAN-এর জন্য DHCP অ্যাড্রেস পুলটি প্রায় নিশ্চিতভাবেই শেষ হয়ে গেছে, বিশেষ করে যদি লিজ টাইম ডিফল্ট ৮ বা ২৪ ঘন্টা সেট করা থাকে। যে প্রতিনিধিরা একটি IP ঠিকানা পেতে পারেন না তারা কোনো লগইন পেজ দেখতে পাবেন না কারণ একটি বৈধ IP বরাদ্দ ছাড়া captive portal সনাক্তকরণ সিকোয়েন্স শুরু হতে পারে না। দ্রুততম সমাধান হলো Ruckus SmartZone কন্ট্রোলারে লগ ইন করা, গেস্ট VLAN-এর জন্য DHCP সার্ভার কনফিগারেশনে যাওয়া এবং ইতিমধ্যে চলে যাওয়া বা সংযোগ বিচ্ছিন্ন করা প্রতিনিধিদের কাছ থেকে দ্রুত ঠিকানাগুলি পুনরুদ্ধার করতে বাধ্য করতে লিজ টাইম কমিয়ে ৫-১০ মিনিট করা। অতিরিক্তভাবে, প্রত্যাশিত সমসাময়িক ব্যবহারকারীর সংখ্যার জন্য DHCP পুলের আকার পর্যাপ্ত কিনা তা পরীক্ষা করুন — ২,০০০ প্রতিনিধির জন্য ২৫৪টি ঠিকানার একটি পুল (/24 সাবনেট) অপর্যাপ্ত। সম্ভব হলে পুলটিকে একটি /22 বা /21 সাবনেটে (১,০২২ বা ২,০৪৬টি ঠিকানা) প্রসারিত করুন। একটি সেকেন্ডারি চেক হিসাবে, যাচাই করুন যে SmartZone-এর প্রি-অথেন্টিকেশন ACL অপ্রমাণিত ক্লায়েন্টদের থেকে DNS কোয়েরি (পোর্ট ৫৩) অনুমতি দেয়, কারণ উচ্চ-ভলিউম DNS ট্রাফিক কখনও একবার রেট-লিমিটিং নিয়মগুলিকে ট্রিগার করতে পারে।
Q2. একটি হোটেলের IT ম্যানেজার ৪১২ নম্বর রুমে থাকা একজন অতিথির কাছ থেকে একটি অভিযোগ পেয়েছেন। অতিথি বলেছেন যে WiFi লগইন পেজটি সংক্ষেপে উপস্থিত হয়েছিল, তারা তাদের ইমেল ঠিকানা প্রবেশ করিয়েছেন এবং শর্তাবলী গ্রহণ করেছেন, কিন্তু এখন তাদের প্রতি ১০-১৫ মিনিট পর পর আবার লগইন করতে বলা হচ্ছে। একই ফ্লোরের অন্যান্য অতিথিরা এই সমস্যার কথা রিপোর্ট করছেন না। অতিথি iOS 17 চালিত একটি iPhone 15 ব্যবহার করছেন। সবচেয়ে সম্ভাব্য কারণ এবং সমাধান কী?
ইঙ্গিত: সমস্যাটি একটি একক ডিভাইসের জন্য নির্দিষ্ট এবং স্বল্প ব্যবধানে বারবার পুনরায় প্রমাণীকরণ জড়িত। WiFi নেটওয়ার্কগুলিতে MAC ঠিকানার সাথে iOS 17 ডিফল্টরূপে কী করে এবং হোটেলের ওয়্যারলেস গেটওয়ে কীভাবে প্রমাণীকৃত সেশনগুলি ট্র্যাক করে তা বিবেচনা করুন।
মডেল উত্তর দেখুন
সবচেয়ে সম্ভাব্য কারণ হলো MAC ঠিকানা র্যান্ডমাইজেশন। iOS 14 এবং পরবর্তী সংস্করণগুলি ডিফল্টরূপে Private Wi-Fi Address সক্ষম করে, যার ফলে iPhone প্রতিটি নেটওয়ার্কের কাছে একটি এলোমেলোভাবে তৈরি MAC ঠিকানা উপস্থাপন করে। iOS 17-এ, র্যান্ডমাইজড MAC পর্যায়ক্রমে (প্রায় প্রতি ২৪ ঘন্টায়) বা প্রতিটি নতুন নেটওয়ার্ক অ্যাসোসিয়েশনের সময় পরিবর্তিত হতে পারে। হোটেলের ওয়্যারলেস গেটওয়ে MAC ঠিকানা দ্বারা প্রমাণীকৃত গেস্ট সেশনগুলি ট্র্যাক করে; যখন MAC ঠিকানা পরিবর্তিত হয়, গেটওয়ে ডিভাইসটিকে একটি নতুন, অপ্রমাণিত ক্লায়েন্ট হিসাবে বিবেচনা করে এবং ইন্টারনেট অ্যাক্সেস ব্লক করে, যা আবার captive portal ট্রিগার করে। অতিথির জন্য সমাধান হলো হোটেলের SSID-এর জন্য Private Address নিষ্ক্রিয় করা: Settings > Wi-Fi-এ যান, হোটেলের SSID-এর পাশের (i) আইকনটিতে ট্যাপ করুন এবং Private Wi-Fi Address বন্ধ করুন। ডিভাইসটি তার হার্ডওয়্যার MAC ঠিকানার সাথে পুনরায় সংযোগ করবে এবং বারবার পুনরায় প্রমাণীকরণ ছাড়াই সেশনটি বজায় থাকবে। দীর্ঘমেয়াদী অপারেটর-সাইড প্রশমন হিসাবে, হোটেলের উচিত IP ঠিকানার (MAC-এর পাশাপাশি) উপর ভিত্তি করে সেশন পারসিস্টেন্স বাস্তবায়ন করা বা ফিরে আসা অতিথিদের জন্য OpenRoaming/Passpoint-এ স্থানান্তরিত হওয়ার কথা বিবেচনা করা, যা captive portal পুনরায় প্রমাণীকরণের সমস্যাটি সম্পূর্ণরূপে দূর করে।
Q3. একটি রিটেল চেইনের IT টিম Purple ব্যবহার করে একটি নতুন captive portal কনফিগার করেছে। পোর্টাল ডোমেন এবং প্রধান সোশ্যাল লগইন প্রোভাইডার ডোমেনগুলির সাথে walled garden সেট আপ করা হয়েছে। পরীক্ষার সময়, পোর্টাল পেজটি সঠিকভাবে লোড হয় এবং ইমেল লগইন বিকল্পটি কাজ করে, কিন্তু যখন একজন পরীক্ষক 'Login with Google'-এ ক্লিক করেন, তখন একটি Google সাইন-ইন পপআপ সংক্ষেপে উপস্থিত হয় এবং তারপর প্রমাণীকরণ সম্পন্ন না করেই বন্ধ হয়ে যায়। পরীক্ষক Chrome ব্রাউজার সহ Android 13 চালিত একটি Samsung Galaxy S23 ব্যবহার করছেন। IT টিমের কী তদন্ত করা উচিত?
ইঙ্গিত: Google পপআপটি উপস্থিত হয় কিন্তু সম্পন্ন না হয়েই বন্ধ হয়ে যায় — এর অর্থ হলো Google-এ প্রাথমিক OAuth রিডাইরেক্ট কাজ করছে, কিন্তু প্রমাণীকরণ কলব্যাক বা টোকেন বিনিময়ের সময় কিছু ব্যর্থ হচ্ছে। শুধু accounts.google.com ছাড়াও সম্পূর্ণ Google OAuth 2.0 ফ্লোতে কোন ডোমেনগুলি জড়িত তা বিবেচনা করুন।
মডেল উত্তর দেখুন
লক্ষণটি — Google পপআপটি উপস্থিত হওয়া কিন্তু সম্পন্ন না হয়েই বন্ধ হয়ে যাওয়া — নির্দেশ করে যে Google-এ প্রাথমিক OAuth রিডাইরেক্ট সফল হচ্ছে (accounts.google.com walled garden-এ রয়েছে), কিন্তু পরবর্তী এক বা একাধিক OAuth কলব্যাক বা টোকেন এক্সচেঞ্জ ডোমেন ব্লক করা হচ্ছে। ওয়েব অ্যাপ্লিকেশনের জন্য Google OAuth 2.0 ফ্লোতে accounts.google.com ছাড়াও একাধিক ডোমেন জড়িত। IT টিমের উচিত টেস্ট ডিভাইসে Chrome DevTools খোলা (অথবা ফ্লোটি অনুকরণ করতে একটি ডেস্কটপ ব্রাউজার ব্যবহার করা), Login with Google-এ ক্লিক করা এবং কোনো ব্যর্থ অনুরোধের জন্য Network ট্যাবটি পর্যবেক্ষণ করা। সাধারণ অনুপস্থিত ডোমেনগুলির মধ্যে রয়েছে: oauth2.googleapis.com (টোকেন এন্ডপয়েন্ট), www.googleapis.com (API কল), ssl.gstatic.com এবং fonts.gstatic.com (সাইন-ইন পেজের অ্যাসেটের জন্য Google-এর CDN), এবং lh3.googleusercontent.com (প্রোফাইল পিকচার লোড হওয়া, যা পপআপটিকে হ্যাং করতে পারে)। কন্ট্রোলার যেখানে DNS স্নুপিং সমর্থন করে সেখানে ওয়াইল্ডকার্ড প্যাটার্ন (*.googleapis.com, *.gstatic.com) ব্যবহার করে Aruba/Cisco/Ruckus কন্ট্রোলার কনফিগারেশনে walled garden-এ সমস্ত চিহ্নিত অনুপস্থিত ডোমেন যুক্ত করুন। নির্দিষ্ট ব্লকিং ডোমেনটিকে আলাদা করতে প্রতিটি সংযোজনের পরে পুনরায় পরীক্ষা করুন। সম্পূর্ণ Google OAuth ফ্লো সফলভাবে সম্পন্ন হলে, প্রোডাকশনে রোল আউট করার আগে Android এবং iOS উভয় ডিভাইসেই ফিক্সটি যাচাই করুন।
এই সিরিজে পড়া চালিয়ে যান
B2B Captive Portals ডিজাইন করা: নিবন্ধিত নাম এবং কোম্পানির ডেটা সংগ্রহ করা
এই নির্দেশিকাটি IT ম্যানেজার এবং ভেন্যু অপারেটরদের B2B captive portals ডিজাইন করার জন্য একটি ভেন্ডর-নিরপেক্ষ প্রযুক্তিগত কাঠামো প্রদান করে। এটি নিবন্ধিত নাম এবং কোম্পানির ডেটা ক্যাপচার করার জন্য কীভাবে রেজিস্ট্রেশন ফিল্ড গঠন করা যায় তা বিস্তারিত ব্যাখ্যা করে, যা GDPR সম্মতি বজায় রেখে এবং অ্যাকাউন্ট-স্তরের ইন্টেলিজেন্স তৈরি করার পাশাপাশি উচ্চ সমাপ্তির হার নিশ্চিত করে।
ক্যাপটিভ পোর্টাল আর্কিটেকচার: নিরাপত্তা, রিডাইরেকশন এবং সর্বোত্তম অনুশীলন
এন্টারপ্রাইজ ক্যাপটিভ পোর্টাল আর্কিটেকচারের একটি সুনির্দিষ্ট প্রযুক্তিগত রেফারেন্স। এই গাইডটি সুরক্ষিত, ডেটা-সমৃদ্ধ গেস্ট WiFi নেটওয়ার্ক স্থাপনকারী IT লিডারদের জন্য নেটওয়ার্ক আইসোলেশন, DNS রিডাইরেকশন, RADIUS অথেন্টিকেশন এবং সিকিউরিটি কমপ্লায়েন্সের বিষয়গুলো উন্মোচন করে।
B2B Captive Portals অপ্টিমাইজ করা: কোম্পানির নাম এবং পেশাদার ডেটা সংগ্রহ করা
এই নির্দেশিকাটি ব্যাখ্যা করে যে কীভাবে IT ম্যানেজার, নেটওয়ার্ক আর্কিটেক্ট এবং ভেন্যু অপারেশন ডিরেক্টররা WiFi লগইনের সময় পেশাদার ডেটা - কোম্পানির নাম, চাকরির পদবি এবং ব্যবসায়িক ইমেল ঠিকানা - সংগ্রহ করতে B2B captive portals কনফিগার করতে পারেন। এটি VLAN আইসোলেশন এবং RADIUS অথেনটিকেশন থেকে শুরু করে Salesforce এবং HubSpot-এর সাথে CRM ইন্টিগ্রেশন পর্যন্ত সম্পূর্ণ প্রযুক্তিগত আর্কিটেকচার কভার করে, যার মধ্যে GDPR এবং CCPA কমপ্লায়েন্স বিল্ট-ইন রয়েছে। যে ভেন্যুগুলো এটি সঠিকভাবে স্থাপন করে তারা তাদের গেস্ট WiFi নেটওয়ার্ককে একটি ফার্স্ট-পার্টি ডেটা ইঞ্জিন এবং স্বয়ংক্রিয় লিড জেনারেশন সিস্টেমে রূপান্তরিত করে।