Radius Squid authentication REJECT

2013-04-11 Thread Iftakhul Anwar
Hi All, I have successfully configure freeradius with mysql. i can radtest using command : sudo radtest alice password 192.168.2.3 1812 testing123 Sending Access-Request of id 187 to 192.168.2.3 port 1812 User-Name = alice User-Password = password NAS-IP-Address = 127.0.1.1

Re: Radius Squid authentication REJECT

2013-04-11 Thread Iftakhul Anwar
of the line. Delete the line secret in squid_rad_auth.conf and type it again. I really mean to delete it in order to get rid of unprintable characters you might not see. Matthias Am Donnerstag 11 April 2013, 15:47:33 schrieb Iftakhul Anwar: Hi All, I have successfully configure

Re: Radius Squid authentication REJECT

2013-04-11 Thread Iftakhul Anwar
I just use enter after my shared secret. Any suggestions ? On Thu, Apr 11, 2013 at 4:17 PM, Matthias Nagel matthias.h.na...@gmail.comwrote: Hello, Am Donnerstag 11 April 2013, 16:07:08 schrieb Iftakhul Anwar: Hi Matthias, I don't use on my squid_rad_auth.conf I know

Re: Radius Squid authentication REJECT

2013-04-11 Thread Iftakhul Anwar
Hi Adam, I'm sorry my previous attachment too large, This attachment log of radiusd -X output when i try to login using user = alice with passwrod=password Thanks On Thu, Apr 11, 2013 at 8:02 PM, Iftakhul Anwar an...@meruvian.org wrote: Hi Adam, This attachment log of radiusd -X output

Re: Radius Squid authentication REJECT

2013-04-11 Thread Iftakhul Anwar
I'm sorry i really newbie. Actually my shared password is default using testing123.This is my configuration on my squid_rad_auth.conf squid_rad_auth.conf - server 192.168.2.3 secret testing123 and this is my configuration on squid.conf # TAG: auth_param

Re: Radius Squid authentication REJECT

2013-04-11 Thread Iftakhul Anwar
Hi, I'm sorry, This is response log from radiusd -X when i try long using usr:alice password: password Cleaning up request 3 ID 4 with timestamp +116 Ready to process requests. rad_recv: Access-Request packet from host 192.168.2.3 port 55467, id=4, length=63 User-Name = alice User-Password =

Re: Radius Squid authentication REJECT

2013-04-11 Thread Iftakhul Anwar
used squid3 from apt-get . Thanks :) * * * * * * On Fri, Apr 12, 2013 at 12:36 AM, Alan DeKok al...@deployingradius.comwrote: Iftakhul Anwar wrote: This is response log from radiusd -X when i try long using usr:alice password: password No, it's not. You need to follow

Failed to disconnect online user with custom table

2013-03-24 Thread Iftakhul Anwar
Hi All, I've develop application which use freeradius and use coova as captive portal.I use jradius to communicate with freeradius. Now, new user will be store in my custom table (not in radcheck as default freeradius). Now i try to disconnect user online (use:admin) with command bellow : *sudo

Cannot disconnect radius user using radclient

2013-03-10 Thread Iftakhul Anwar
Hi All, I've successfully install coovachili anda freeradius using mysql database. Now I've just try to disconnect coovachilli user online with radclient command: I try with command bellow to disconect user=alice * echo User-Name=alice | radclient -x localhost:3779 disconnect testing123 *

Re: Cannot disconnect radius user using radclient

2013-03-10 Thread Iftakhul Anwar
* *Ready to process requests.* Any suggestions ? On Sun, Mar 10, 2013 at 8:59 PM, Alan DeKok al...@deployingradius.comwrote: Iftakhul Anwar wrote: /echo User-Name=alice | radclient -x 192.168.2.3:3779 http://192.168.2.3:3779 disconnect testing123/ /Sending Disconnect-Request of id 78

Re: Cannot disconnect radius user using radclient

2013-03-10 Thread Iftakhul Anwar
...@deployingradius.comwrote: Iftakhul Anwar wrote: I've run server on debug mode. You didn't post it. As suggested in the FAQ, man page, web pages, and daily on this list. But when i try to execute : echo User-Name=alice | radclient -x 192.168.2.3:3779 disconnect testing123 You already said

Re: Cannot disconnect radius user using radclient

2013-03-10 Thread Iftakhul Anwar
) are there missing configuration ? On Sun, Mar 10, 2013 at 10:10 PM, Alan DeKok al...@deployingradius.comwrote: Iftakhul Anwar wrote: On site-avalaible/coa i've get this : You're supposed to READ IT. And ENABLE IT. You do know how to enable it, right? You know the difference between raddb

Cannot access radius server from remote host

2013-03-09 Thread Iftakhul Anwar
Hi All, I just try connect radius server remotely. i've try to radtest with command : radtest user1 meruvian localhost 1812 testing123 Sending Access-Request of id 133 to 127.0.0.1 port 1812 User-Name = user1 User-Password = meruvian NAS-IP-Address = 127.0.0.1 NAS-Port = 1812

Re: Cannot access radius server from remote host

2013-03-09 Thread Iftakhul Anwar
that you can send request from an computer having 192.168.0.102 IP address. client 192.168.0.102 { ipaddr = 192.168.0.102 secret = testing123 } Please read client.config for further details On Sat, Mar 9, 2013 at 3:35 PM, Iftakhul Anwar an...@meruvian.org wrote: Hi All, I just try connect

Re: Freeradius with either LDAP or Mysql Error lib not found

2013-03-08 Thread Iftakhul Anwar
it). Hopefully problem will be solve On Fri, Mar 8, 2013 at 12:51 PM, Iftakhul Anwar an...@meruvian.orgwrote: Hi All I just try to config freeradius using either Mysql or LDAP. But i get same error like bellow : [errror Mysq] Fri Mar 8 13:44:46 2013 : Error: Could not link driver

Re: Freeradius with either LDAP or Mysql Error lib not found

2013-03-08 Thread Iftakhul Anwar
HI All, I just recompile my freeadius with specific directory library.I use command : ./configure --with-mysql-lib-dir=/usr/lib/mysql --with-ldap-lib-dir=/usr/lib/ldap Now ldap and mysql running well :D Thanks all On Fri, Mar 8, 2013 at 3:41 PM, Alan Buxey a.l.m.bu...@lboro.ac.uk wrote:

Re: Failed to load module jradius freeradius server

2013-03-08 Thread Iftakhul Anwar
Hi Alan, Any guide how to test jradius on my freeradius configuration.I just want to ensure that my jradius configuration running well and next developer can using it. Thanks On Fri, Mar 8, 2013 at 3:39 PM, Alan Buxey a.l.m.bu...@lboro.ac.uk wrote: This is the freeradius list, not the

Re: Failed to load module jradius freeradius server

2013-03-07 Thread Iftakhul Anwar
Actually i install freeradius from apt-get , But i try configure jradius On Thu, Mar 7, 2013 at 6:27 PM, Olivier Beytrison oliv...@heliosnet.orgwrote: On 07.03.2013 07:57, Iftakhul Anwar wrote: HI All, I just installed free radius server using apt-get on my ubuntu machine. Now i want

Re: Failed to load module jradius freeradius server

2013-03-07 Thread Iftakhul Anwar
Actually i install freeradius from apt-get , But i try configure jradius following tutorial from http://coova.org/JRadius/FreeRADIUS How i can add this module to radius server if i using apt-get ? On Thu, Mar 7, 2013 at 10:55 PM, Iftakhul Anwar an...@meruvian.org wrote: Actually i install

Re: Failed to load module jradius freeradius server

2013-03-07 Thread Iftakhul Anwar
`/home/iam/Downloads/freeradius-server-2.2.0' How about copy rlm_jradius to src/modules/stable manually ? Where i can download rlm_jradius for freerdaius ? Thanks On Thu, Mar 7, 2013 at 11:06 PM, Olivier Beytrison oliv...@heliosnet.orgwrote: On 07.03.2013 16:56, Iftakhul Anwar wrote: Actually

Re: Failed to load module jradius freeradius server

2013-03-07 Thread Iftakhul Anwar
, 2013 at 7:17 AM, Fajar A. Nugraha l...@fajar.net wrote: On Fri, Mar 8, 2013 at 3:02 AM, Arran Cudbard-Bell a.cudba...@freeradius.org wrote: On 7 Mar 2013, at 10:55, Iftakhul Anwar an...@meruvian.org wrote: Actually i install freeradius from apt-get , Right, so jradius won't have

Re: Failed to load module jradius freeradius server

2013-03-07 Thread Iftakhul Anwar
, Mar 8, 2013 at 7:21 AM, Iftakhul Anwar an...@meruvian.org wrote: i've found rlm_jradius on src/modules. But after i ./configure and make and make install i can't found jradius modules on my radiusd installation. Then I try to configure with command : ./configure --with-experimental-modules

Re: Failed to load module jradius freeradius server

2013-03-07 Thread Iftakhul Anwar
to run my radius server On Fri, Mar 8, 2013 at 8:39 AM, Fajar A. Nugraha l...@fajar.net wrote: On Fri, Mar 8, 2013 at 12:30 PM, Iftakhul Anwar an...@meruvian.org wrote: I try to downgrade to freeradius-server-2.1.1 as following from http://coova.org/JRadius/FreeRADIUS But when i try

Re: Failed to load module jradius freeradius server

2013-03-07 Thread Iftakhul Anwar
same.I can't find jradius module after installation Help me to solve this,please Thanks On Fri, Mar 8, 2013 at 9:00 AM, Iftakhul Anwar an...@meruvian.org wrote: Hi Fajar, What do you mean rebuilding source package ? i've recompile freeradius-server-2.1.1 from source code. But when i try

Freeradius with either LDAP or Mysql Error lib not found

2013-03-07 Thread Iftakhul Anwar
Hi All I just try to config freeradius using either Mysql or LDAP. But i get same error like bellow : [errror Mysq] Fri Mar 8 13:44:46 2013 : Error: Could not link driver rlm_sql_mysql: rlm_sql_mysql.so: cannot open shared object file: No such file or directory Fri Mar 8 13:44:46 2013 :

Failed to load module jradius freeradius server

2013-03-06 Thread Iftakhul Anwar
HI All, I just installed free radius server using apt-get on my ubuntu machine. Now i want to configure jradius on my freeradius server. I follow step by step from http://coova.org/JRadius/FreeRADIUS. Firstly my freeradius server running well, whereas i've configure it with mysql and