From 2efeaaa062dd451fffc16ff29ea7505eca90b462 Mon Sep 17 00:00:00 2001 From: Alan Buxey Date: Tue, 24 Jun 2014 23:35:31 +0100 Subject: [PATCH] server should be ready on IPv6 by default FR should be ready for IPv6 out of the box. auth/acct done. --- raddb/sites-available/default | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/raddb/sites-available/default b/raddb/sites-available/default index 3278975..af54984 100644 --- a/raddb/sites-available/default +++ b/raddb/sites-available/default @@ -206,6 +206,35 @@ listen { } } +# IPv6 versions of the above - read their full config to understand options +listen { + type = auth + ipv6addr = :: # any. ::1 == localhost + port = 0 +# interface = eth0 +# clients = per_socket_clients + limit { + max_connections = 16 + lifetime = 0 + idle_timeout = 30 + } +} + +listen { + ipv6addr = :: + port = 0 + type = acct +# interface = eth0 +# clients = per_socket_clients + + limit { +# max_pps = 0 +# idle_timeout = 0 +# lifetime = 0 +# max_connections = 0 + } +} + # Authorization. First preprocess (hints and huntgroups files), # then realms, and finally look in the "users" file. # -- 2.1.4