Add ipv6 Radius AURORE address
This commit is contained in:
parent
e48425300a
commit
53842e4c2f
1 changed files with 14 additions and 13 deletions
|
@ -33,21 +33,22 @@ home_server radius_aurore_v4 {
|
|||
num_answers_to_alive = 3
|
||||
}
|
||||
|
||||
#home_server _v6 {
|
||||
# type = auth
|
||||
# ipaddr =
|
||||
# port = 1812
|
||||
# secret =
|
||||
# require_message_authenticator =yes
|
||||
# response_window = 20
|
||||
# zombie_period = 40
|
||||
# revive_interval = 120
|
||||
# status_check = status-server
|
||||
# check_interval = 30
|
||||
# num_answers_to_alive = 3
|
||||
#}
|
||||
home_server radius_aurore_v6 {
|
||||
type = auth
|
||||
ipaddr = 2a09:6840:128::251
|
||||
port = 1812
|
||||
secret = {{ radius_secret_aurore }}
|
||||
require_message_authenticator =yes
|
||||
response_window = 20
|
||||
zombie_period = 40
|
||||
revive_interval = 120
|
||||
status_check = status-server
|
||||
check_interval = 30
|
||||
num_answers_to_alive = 3
|
||||
}
|
||||
|
||||
home_server_pool aurore_central_radius_servers {
|
||||
type = fail-over
|
||||
home_server = radius_aurore_v4
|
||||
home_server = radius_aurore_v6
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue