diff --git a/docker/routlin-dash/app/pages/dhcpreservations/content.json b/docker/routlin-dash/app/pages/dhcpreservations/content.json index f406b18..b89e357 100644 --- a/docker/routlin-dash/app/pages/dhcpreservations/content.json +++ b/docker/routlin-dash/app/pages/dhcpreservations/content.json @@ -152,7 +152,7 @@ "label": "RADIUS Client", "name": "radius_client", "input_type": "checkbox", - "hint": "This device acts as a RADIUS authenticator, verifying credentials of other devices on the network." + "hint": "This device acts as a RADIUS authenticator, verifying credentials of other devices on the network. Use this option for managed switches or wireless access points that should work with RADIUS." }, { "type": "field", diff --git a/docker/routlin-dash/app/pages/radius/content.json b/docker/routlin-dash/app/pages/radius/content.json index 8626fcf..c6bd43e 100644 --- a/docker/routlin-dash/app/pages/radius/content.json +++ b/docker/routlin-dash/app/pages/radius/content.json @@ -89,6 +89,49 @@ } ] }, + { + "type": "card", + "label": "Fallback VLAN", + "client_requirement": "client_is_administrator+", + "items": [ + { + "type": "p", + "text": "Unknown or unregistered devices are assigned to this VLAN. For wired switch ports, also set the fallback network in your managed switch's configuration." + }, + { + "type": "hr" + }, + { + "type": "form", + "action": "/action/radius/default_vlan_save", + "method": "post", + "items": [ + { + "type": "field", + "label": "Fallback VLAN", + "name": "default_vlan", + "input_type": "select", + "value": "%RADIUS_DEFAULT_VLAN%", + "options": "%RADIUS_DEFAULT_VLAN_OPTIONS%", + "hint": "Devices not in the RADIUS user list will be placed on this VLAN." + }, + { + "type": "button_row", + "items": [ + { + "type": "button_primary", + "text": "Save" + }, + { + "type": "button_cancel", + "text": "Cancel" + } + ] + } + ] + } + ] + }, { "type": "card", "label": "DEFAULT Rule Scope", @@ -121,12 +164,12 @@ }, { "type": "field", - "label": "Which of the following RADIUS Authenticators are Wireless Access Points that you wish to add to the huntgroup?", + "label": "Which of the following authenticators are Wireless Access Points that you wish to add to the huntgroup?", "name": "ap_ips", "input_type": "checkbox_group", "options": "%RADIUS_AP_IPS_OPTIONS%", "value": "%RADIUS_AP_IPS%", - "hint": "Used when Apply DEFAULT Rule To is set to huntgroup." + "hint": "These authenticators are defined on the DHCP Reservations page by denoting a device (such as a managed switch or wireless access point) as a \"RADIUS Client\"." }, { "type": "button_row", @@ -147,49 +190,6 @@ } ] }, - { - "type": "card", - "label": "Fallback VLAN", - "client_requirement": "client_is_administrator+", - "items": [ - { - "type": "p", - "text": "Unknown or unregistered devices are assigned to this VLAN. For wired switch ports, also set the fallback network in the switch configuration." - }, - { - "type": "hr" - }, - { - "type": "form", - "action": "/action/radius/default_vlan_save", - "method": "post", - "items": [ - { - "type": "field", - "label": "Fallback VLAN", - "name": "default_vlan", - "input_type": "select", - "value": "%RADIUS_DEFAULT_VLAN%", - "options": "%RADIUS_DEFAULT_VLAN_OPTIONS%", - "hint": "Devices not in the RADIUS user list will be placed on this VLAN." - }, - { - "type": "button_row", - "items": [ - { - "type": "button_primary", - "text": "Save" - }, - { - "type": "button_cancel", - "text": "Cancel" - } - ] - } - ] - } - ] - }, { "type": "card", "label": "EAP Settings",