Free radius installation

José Campos jjscampos at gmail.com
Mon Jan 25 12:16:17 CET 2010


OK,

It worked all right with: radtest test test 127.0.0.1 0 testing123




         José Campos


-----Mensagem original-----
De: freeradius-users-bounces+jjscampos=gmail.com at lists.freeradius.org
[mailto:freeradius-users-bounces+jjscampos=gmail.com at lists.freeradius.org]
Em nome de George Chelidze
Enviada: segunda-feira, 25 de Janeiro de 2010 10:47
Para: FreeRadius users mailing list
Assunto: Re: Free radius installation

On 01/25/2010 02:37 PM, José Campos wrote:
> Ok, that's a good observation, but this is a fresh new installation...
>
> I did not change anything prior the installation of (yum install
> freeradius*).

I thing the default is

listen {
	...
	ipaddr = *
	...
}

which means to listen for every ipv4 interface. you can also file the 
following comments in your configuration:

#  OR, you can use an IPv6 address, but not both
#  at the same time

so, your radius server is _not_ listening for ipv6 interfeces.

> Should I change something before testing it?
> Why is radtest doing queries to ::1 (ipv6 address).

cat /etc/hosts

I think you have something like this:

::1     localhost ip6-localhost ip6-loopback

either map 127.0.0.1 to localhost, or use

radtest test test 127.0.0.1 0 testing123

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





More information about the Freeradius-Users mailing list