Freeradius authentication does not work.
I get this message on the radius log:
Mon Jun 15 15:49:47 2015 : Auth: Invalid user: [angelos] (from client localhost port 1 cli XX-XX-XX-XX-XX-XX)
I also get this error message when I run "radiusd -X"
Mon Jun 15 15:41:26 2015 : Error: Failed binding to authentication interface br-lan address * port 1812: Address already in use
Mon Jun 15 15:41:26 2015 : Error: /etc/freeradius2/radiusd.conf[273]: Error binding to port for 0.0.0.0 port 1812
I run the netstat command to see what app is using port 1812, and I get this:
root@OpenWrt:~# netstat -anp | grep 1812
udp 0 0 192.168.1.1:1812 0.0.0.0:* 3932/radiusd
udp 0 0 192.168.1.1:37588 192.168.1.1:1812 ESTABLISHED 3726/hostapd
I'm a little bit confused and I don't know if the authentication error has something to do with the binding error.
I use exactly the same configuration I used in Barrier Breaker.
Can somebody give me a little help?
Thank's!
(Last edited by angelos on 15 Jun 2015, 13:59)