I need help and some advice !!!

Stefan Winter stefan.winter at restena.lu
Tue Apr 5 11:34:14 CEST 2011


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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20110405/8d4de5c2/attachment.pgp>


More information about the Freeradius-Users mailing list