This section provides an example for configuring HTTPS web login on the web UI. The administrator account is stored on the RADIUS server, and the FW authenticates the administrator through the RADIUS server.
As shown in Figure 1, the FW connects to the RADIUS server to authenticate and authorize the administrator.
Item |
Data |
Description |
|---|---|---|
Administrator |
|
The account name and password should be easy to remember. |
RADIUS server |
|
Ensure that the configuration on the RADIUS server is consistent with that on the RADIUS server. |
Port: |
|
Interface for communicating with the RADIUS server |
|
Interface for communicating with the administrator's PC. |
<FW> display manager-user online-user
----------------------------------------------------------------------------
UserID : 26
Username : radiusadmin@radius
IP address : 172.16.0.100
Access-type : web
User-level : 3
Authen method : RADIUS
Author method : RADIUS
Login time : 2017/03/27 09:55
----------------------------------------------------------------------------
Only the configuration scripts related to the FW are provided.
#
web-manager security version tlsv1 tlsv1.1 tlsv1.2
web-manager enable
web-manager security enable
web-manager timeout 10
#
radius-server template myradius
radius-server shared-key cipher %^%#o5p{1IGxT2jTqPVB}16AdbG@.7x>a@l>k+E%^%
#
radius-server authentication 10.2.0.155 1812 weight 100
radius-server group-filter class
#
aaa
authentication-scheme admin_radius
authentication-mode radius
authorization-scheme radius
authorization-mode radius
domain radius
authentication-scheme admin_radius
authorization-scheme radius
radius-server myradius
service-type administrator-access
internet-access mode password
#
interface GigabitEthernet0/0/2
ip address 10.2.0.1 255.255.255.0
#
interface GigabitEthernet 0/0/3
ip address 172.16.0.1 255.255.255.0
service-manage https permit
#
firewall zone trust
set priority 85
add interface GigabitEthernet 0/0/3
#
firewall zone dmz
set priority 50
add interface GigabitEthernet0/0/2
#
security-policy
rule name policy02
source-zone local
destination-zone dmz
destination-address 10.2.0.155 mask 255.255.255.0
action permit
#