radiusd: écoute en ipv6
Attention, il reste à mettre dans bcfg2 les réglages des clients autorisés. (clients.conf)
This commit is contained in:
parent
d044cd1756
commit
f391adc71b
1 changed files with 7 additions and 0 deletions
|
@ -296,6 +296,13 @@ listen {
|
||||||
# clients = per_socket_clients
|
# clients = per_socket_clients
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Le même mais en ipv6
|
||||||
|
listen {
|
||||||
|
type = auth
|
||||||
|
ipv6addr = :: # any. ::1 == localhost
|
||||||
|
port = 0
|
||||||
|
}
|
||||||
|
|
||||||
# This second "listen" section is for listening on the accounting
|
# This second "listen" section is for listening on the accounting
|
||||||
# port, too.
|
# port, too.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue