On Tue, Apr 5, 2011 at 3:54 PM, striderblue <[email protected]> wrote: > it still didn't work . > when I seperate command at clients.conf > > client localhost { > ipaddr = 127.0.0.1 > secret = testing > } > > client localhost { > ipv6addr = ::1 > secret = testing123 > } > > result : > radclient: Failed to find ip address for host ::1: success > > so I really confuse now. what i've done wrong and missing some config ? > please. HELP ME
(1) There's an example on client.conf to specify an ipv6 address, use that (2) radclient can use ipv6 with "-6" option (see "radclient -h"). AFAIK no such functionality is available for radtest (yet). So you might need to use radclient directly. -- Fajar - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

