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