Hi all, I have an SSID using 802.1x authentication and would like to configure a secondary RADIUS server for redundancy. However it seems like I can only select one server. Any ideas how can I configure this? Thanks.
Solved! Go to Solution.
Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
Only one RADIUS server object is permitted here. In order to have failover, you can set up secondary and tertiary server addresses within one RADIUS object.
config user radius
edit "<object-name>"
set server <first-radius-server-address>
set secret <secret1>
set secondary-server <second-radius-server-address>
set secondary-secret <secret2>
set tertiary-server <third-radius-server-address>
set tertiary-secret <secret3>
next
end
Only one RADIUS server object is permitted here. In order to have failover, you can set up secondary and tertiary server addresses within one RADIUS object.
config user radius
edit "<object-name>"
set server <first-radius-server-address>
set secret <secret1>
set secondary-server <second-radius-server-address>
set secondary-secret <secret2>
set tertiary-server <third-radius-server-address>
set tertiary-secret <secret3>
next
end
Thank you! I can't believe I missed that.
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1688 | |
1087 | |
752 | |
446 | |
228 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.