Hi,

> 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

Give the two clients different names, otherwise, the server may well get
confused. How about:

client localhost-v4 {
        ipaddr = 127.0.0.1
        secret = testing
}

client localhost-v6 {
        ipv6addr = ::1
        secret = testing123
}


?

Stefan

> so I really confuse now. what i've done wrong and missing some config ?
> please. HELP ME
>
>
> thank you so much......
>
>
> --
> View this message in context: 
> http://freeradius.1045715.n5.nabble.com/I-need-help-and-some-advice-tp4167834p4283543.html
> Sent from the FreeRadius - User mailing list archive at Nabble.com.
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


-- 
Stefan WINTER
Ingenieur de Recherche
Fondation RESTENA - Réseau Téléinformatique de l'Education Nationale et de la 
Recherche
6, rue Richard Coudenhove-Kalergi
L-1359 Luxembourg

Tel: +352 424409 1
Fax: +352 422473


Attachment: signature.asc
Description: OpenPGP digital signature

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to