<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
Thank you all for your help. I added two more listen blocks in radiusd.conf and I updated detail { ... with the following: %{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}} and it works but ..... (there's always a but). if we use an IPv6 address, then Packet-Src-APv6-Address value will be, for instance, 0:0:0:0:0:0:0:0, and the path becomes :<br><br>               ${radacctdir}/0:0:0:0:0:0:0:0/detail-%Y%m%d.log <br><br>but FR crashes since it cannot create a folder with that name. Is there any way of overcoming this issue? replace : with . or so???<br><br>Thanks again for your help.<br><br>Sergio.<br><br><div>> Date: Mon, 31 Oct 2011 08:52:46 +0000<br>> From: A.L.M.Buxey@lboro.ac.uk<br>> To: freeradius-users@lists.freeradius.org<br>> Subject: Re: IPv6 ready?<br>> <br>> Hi,<br>> <br>> >    Just wondering if FR supports IPv6 addresses since I'm unable to start the<br>> >    server when using IPv6.<br>> <br>> yes. we use it fine with IPv6 - both receiving and sending RADIUS packets.<br>> <br>> >    Another question is: are you aware of any (client) tool for testing FR<br>> >    when using IPv6 addresses? eapol_test doesn't seem to know anything about<br>> >    :: or ::1<br>> <br>> eapol_test -  use hostnames (eg in /etc/hosts ?) ?<br>> <br>> > <br>> >    Do the below lines from radiusd.conf require any change when IPv6?<br>> > <br>> >    ...<br>> >    ...<br>> >    detail {<br>> >                 detailfile =<br>> >    ${radacctdir}/%{Client-IP-Address}/detail-%Y%m%d.log<br>> <br>> yes, Client-IP-Address doesnt exist in IPv6 world - you can use one of the source<br>> address attributes instead<br>> <br>> <br>> -<br>> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html<br></div>                                     </div></body>
</html>