radiusd: écoute en ipv6

Attention, il reste à mettre dans bcfg2 les réglages des clients autorisés.
(clients.conf)
This commit is contained in:
Daniel STAN 2014-11-11 23:33:58 +01:00
parent d044cd1756
commit f391adc71b

View file

@ -296,6 +296,13 @@ listen {
# 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
# port, too.
#