Configuring direct portal authentication

Network requirements

As shown in Figure 87, the AP directly forwards user traffic from the client. The client is assigned a public IP address either manually or through DHCP. A portal server acts as both a portal authentication server and a portal Web server. A RADIUS server acts as the authentication/accounting server.

Configure direct portal authentication, so the client can access only the portal Web server before passing the authentication and access other network resources after passing the authentication.

Figure 80: Network diagram

Configuration prerequisites

Configuring the portal server on IMC PLAT 5.0

In this example, the portal server runs on IMC PLAT 5.0(E0101) and IMC UAM 5.0(E0101).

  1. Configure the portal authentication server:

    1. Log in to IMC and click the Service tab.

    2. Select User Access Manager > Portal Service Management > Server from the navigation tree to open the portal server configuration page, as shown in Figure 88.

    3. Configure the portal server parameters as needed.

      This example uses the default settings.

    4. Click OK.

    Figure 81: Portal server configuration

  1. Configure the IP address group:

    1. Select User Access Manager > Portal Service Management > IP Group from the navigation tree to open the portal IP address group configuration page.

    2. Click Add to open the page as shown in Figure 89.

      Figure 82: Adding an IP address group

    3. Enter the start IP address and end IP address of the IP group.

      Make sure the host IP address is in the IP group.

    4. Select a service group.

      This example uses the default group Ungrouped.

    5. Select the action Normal.

    6. Click OK.

  1. Enter the IP group name.

  2. Enter the start IP address and end IP address of the IP group.

    Make sure the host IP address is in the IP group.

  3. Select a service group.

    This example uses the default group Ungrouped.

  4. Select the action Normal.

  5. Click OK.

  1. Add a portal device:

    1. Select User Access Manager > Portal Service Management > Device from the navigation tree to open the portal device configuration page.

    2. Click Add to open the page as shown in Figure 90.

    3. Enter the device name NAS.

    4. Enter the IP address of the router's interface connected to the client.

    5. Enter the key, which must be the same as that configured on the router.

    6. Set whether to enable IP address reallocation.

      This example uses direct portal authentication, and therefore select No from the Reallocate IP list.

    7. Select whether to support sever heartbeat and user heartbeat functions.

      In this example, select No for both Support Server Heartbeat and Support User Heartbeat.

    8. Click OK.

    Figure 83: Adding a portal device

  1. Associate the portal device with the IP address group:

    1. As shown in Figure 91, click the icon in the Port Group Information Management column of device NAS to open the port group configuration page.

      Figure 84: Device list

    2. Select the configured IP address group.

      The IP address used by the user to access the network must be within this IP address group.

    3. Use the default settings for other parameters.

    4. Click OK.

  1. Click Add to open the page as shown in Figure 92.

    Figure 85: Adding a port group

  2. Select the configured IP address group.

    The IP address used by the user to access the network must be within this IP address group.

  3. Use the default settings for other parameters.

  4. Click OK.

  1. Enter the port group name.

  2. Select the configured IP address group.

    The IP address used by the user to access the network must be within this IP address group.

  3. Use the default settings for other parameters.

  4. Click OK.

Configuring the portal authentication server on IMC PLAT 7.1

In this example, the portal server runs on IMC PLAT 7.1(E0303) and IMC EIA 7.1(F0303).

  1. Configure the portal authentication server:

    1. Log in to IMC and click the User tab.

    2. Select User Access Policy > Portal Service > Server from the navigation tree to open the portal server configuration page, as shown in Figure 93.

    3. Configure the portal server parameters as needed.

      This example uses the default settings.

    4. Click OK.

    Figure 86: Portal authentication server configuration

  1. Configure the IP address group:

    1. Select User Access Policy > Portal Service > IP Group from the navigation tree to open the portal IP address group configuration page.

    2. Click Add to open the page as shown in Figure 94.

    3. Enter the IP group name.

    4. Enter the start IP address and end IP address of the IP group.

    5. Make sure the client IP address (2.2.2.2) is in the IP group.

    6. Select a service group.

    7. This example uses the default group Ungrouped.

    8. Select Normal from the Action list.

    9. Click OK.

    Figure 87: Adding an IP address group

  1. Add a portal device:

    1. Select User Access Policy > Portal Service > Device from the navigation tree to open the portal device configuration page.

    2. Click Add to open the page as shown inFigure 95

    3. Enter the device name.

    4. Enter the IP address of the router's interface connected to the client.

    5. Enter the key, which must be the same as that configured on the router.

    6. Select Directly Connected for Access Method in this example.

    7. Set whether to support the portal server heartbeat and user heartbeat functions.

      In this example, select No for both Support Server Heartbeat and Support User Heartbeat.

    8. Click OK.

    Figure 88: Adding a portal device

  1. Associate the portal device with the IP address group:

    1. As shown inFigure 96 click the Port Group Information Management icon for device NAS to open the port group configuration page.

    2. Click Add to open the page as shown inFigure 97

    3. Enter the port group name.

    4. Select the configured IP address group.

      The IP address used by the user to access the network must be within this IP address group.

    5. Use the default settings for other parameters.

    6. Click OK.

    Figure 89: Device list

Figure 90: Adding a port group

Configuring the AP

  1. Configure a RADIUS scheme:

    # Create a RADIUS scheme named rs1 and enter its view.

    <AP> system-view
    [AP] radius scheme rs1
    

    # Specify the primary authentication server and primary accounting server, and configure the keys for communication with the servers.

    [AP-radius-rs1] primary authentication 192.168.0.112
    [AP-radius-rs1] primary accounting 192.168.0.112
    [AP-radius-rs1] key authentication simple radius
    [AP-radius-rs1] key accounting simple radius
    

    # Exclude the ISP domain name from the username sent to the RADIUS server.

    [AP-radius-rs1] user-name-format without-domain
    [AP-radius-rs1] quit
    

    # Enable RADIUS session control.

    [AP] radius session-control enable
    
  2. Configure an authentication domain:

    # Create an ISP domain named dm1 and enter its view.

    [AP] domain dm1
    

    # Configure AAA methods for the ISP domain.

    [AP-isp-dm1] authentication portal radius-scheme rs1
    [AP-isp-dm1] authorization portal radius-scheme rs1
    [AP-isp-dm1] accounting portal radius-scheme rs1
    [AP-isp-dm1] quit
    

    # Configure domain dm1 as the default ISP domain. If a user enters the username without the ISP domain name at login, the authentication and accounting methods of the default domain are used for the user.

    [AP] domain default enable dm1
    
  3. Configure portal authentication:

    # Configure a portal authentication server.

    [AP] portal server newpt
    [AP-portal-server-newpt] ip 192.168.0.111 key simple portal
    [AP-portal-server-newpt] port 50100
    [AP-portal-server-newpt] quit
    

    # Configure a portal Web server.

    [AP] portal web-server newpt
    [AP-portal-websvr-newpt] url http://192.168.0.111:8080/portal
    [AP-portal-websvr-newpt] quit
    

    # Create service template newst, set the SSID to portal 1.

    [AP] wlan service-template newst
    [AP–wlan-st-newst] ssid portal_1
    

    # Enable direct authentication on service template newst.

    [AP–wlan-st-newst] portal enable method direct
    

    # Specify portal Web server newpt on service template newst.

    [AP–wlan-st-newst] portal apply web-server newpt
    

    # Configure the BAS-IP as 2.2.2.1 for portal packets sent from the router to the portal authentication server.

    [AP–wlan-st-newst] portal bas-ip 2.2.2.1
    

    # Enable service template newst.

    [AP–wlan-st-newst] service-template enable
    [AP–wlan-st-newst] quit
    

    # Set the working channel to channel 11 for radio 2 of the AP.

    [AP] wlan ap ap2
    [AP-wlan-ap-ap2] radio 2
    [AP-wlan-ap-ap2-radio-2] channel 11
    

    # Enable radio 2 and bind service template newst and VLAN 2 to radio 2.

    [AP-wlan-ap-ap2-radio-2] radio enable
    [AP-wlan-ap-ap2-radio-2] service-template newst vlan 2
    [AP-wlan-ap-ap2-radio-2] quit
    [AP-wlan-ap-ap2] quit