Subscriber athorization in WiFi network by a phone number [Документация VAS Experts]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:dpi:dpi_options:use_cases:dpi_bestpractice_wifi_login [2023/08/28 14:53] – created elena.krasnobryzhen:dpi:dpi_options:use_cases:dpi_bestpractice_wifi_login [2024/10/14 12:15] (current) – [Subscriber athorization in WiFi network by a phone number] elena.krasnobryzh
Line 2: Line 2:
 {{indexmenu_n>4}} {{indexmenu_n>4}}
  
-<note important> We recommend that you explore the [[en:dpi:dpi_components:модуль_wi-fi_hotspot:start|Wi-Fi HotSpot module]] feature, the control is carried out via [[en:dpi: dpi_components: dpiui: start | DPIUI2 graphical interface]]. \\ +<note important> We recommend that you explore the [[en:dpi:dpi_components:module_wi-fi_hotspot|Wi-Fi HotSpot module]] feature, the control is carried out via [[en:dpi:dpi_components:dpiui| DPIUI2 graphical interface]]. \\ 
-There is an option for self-implementation of this module below.</note>+There is an option for self-implementation of this module below.\\  
 +[[en:dpi:dpi_options:use_cases:wifi_hotspot_session_management|Detailed instructions on how to deploy Wi-Fi Hot Spot.]]</note>
  
 ===== Introduction ===== ===== Introduction =====
Line 20: Line 21:
 For the network settings you will need: For the network settings you will need:
   - DHCP server for the centralized issuance of subscribers addresses with a possibility when issuing a new IP address to call a shell script ((feel plugged in to DPI))   - DHCP server for the centralized issuance of subscribers addresses with a possibility when issuing a new IP address to call a shell script ((feel plugged in to DPI))
-  - The virtual machine with installed Apache WEB-server (httpd), [[en:dpi:dpi_components:nfsen:start| module for viewing statistics and reports (nfsen)]]+  - The virtual machine with installed Apache WEB-server (httpd), [[en:dpi:dpi_components:utilities:oldutility:nfsen| module for viewing statistics and reports (nfsen)]]
   - Access to the service for sending SMS messages ((in this example www.smsdirect.ru service))   - Access to the service for sending SMS messages ((in this example www.smsdirect.ru service))
   - (Optional) the NAT to reduce usage of IPv4 addresses, and the NAT log record translations IP <-> IP, PORT ((will not be considered further, to simplify the scheme))   - (Optional) the NAT to reduce usage of IPv4 addresses, and the NAT log record translations IP <-> IP, PORT ((will not be considered further, to simplify the scheme))
Line 102: Line 103:
  
 ===== DHCP Configuration ===== ===== DHCP Configuration =====
-  - configure [[en:dpi:dpi_components:platform:subscriber_management:subsman_remote:subsman_remote_ssh|remote command execution via SSH]] to DPI server+  - configure [[en:dpi:dpi_components:platform:subscriber_management:subsman_remote#remote_execution_of_ssh_commands|remote command execution via SSH]] to DPI server
   - set to trigger to issue a new IP: ssh dpi_user@dpi_host "/home/fastdpi/_add_captive_portal.sh <IP>"   - set to trigger to issue a new IP: ssh dpi_user@dpi_host "/home/fastdpi/_add_captive_portal.sh <IP>"
  
 ===== Web Server Configuration ===== ===== Web Server Configuration =====
-  - configure [[en:dpi:dpi_components:platform:subscriber_management:subsman_remote:subsman_remote_ssh|remote SSH control]] to DPI server+  - configure [[en:dpi:dpi_components:platform:subscriber_management:subsman_remote#remote_execution_of_ssh_commands|remote SSH control]] to DPI server
   - configure Apache, example in directory conf/ of source code: \\ в conf.d/php.ini move/add settings from sample conf/php.ini\\ include file main.conf\\ configure DocumentRooot on /var/www/html/htdocs/wifi/   - configure Apache, example in directory conf/ of source code: \\ в conf.d/php.ini move/add settings from sample conf/php.ini\\ include file main.conf\\ configure DocumentRooot on /var/www/html/htdocs/wifi/
   - copy htdocs/ in /var/www/html   - copy htdocs/ in /var/www/html