please help me(Radclient)

2002-10-07 Thread navin
Hi, I just installed the freeradius server. The command "radtest cool cool 192.168.36.34 1812 testing123" said it had accepted the request. Now how do i login or i used radclient .It was resending the reply. I used "echo "radclient -x -f accounts.txt 192.168.36.34 1812 testing123" accounts.

Re: FreeRadius+PostgreSQL connection error on FreeBSD

2002-10-07 Thread Jared Quinn
Sergey Holod([EMAIL PROTECTED])@Mon, Oct 07, 2002 at 06:45:21PM +0300: > > What version are you running with - if your not running it, grab > > the latest CVS release. > > It was 0.7.1.. I was having similar problems with 0.7.1, I am currently running CVS from mid August without any probs

please help me

2002-10-07 Thread luckliuyuxin
Hi everyone: I have install freeradius-0.7,and it can run correctly with mysql and files. Now ,I want to change my database to postgresql.I have install postgresql-7.2 on my linux (my linux is Mandrake),and creat a database of radius .I use the following command to create tables: $ psql

Re: FreeRadius+PostgreSQL connection error on FreeBSD

2002-10-07 Thread Aleksandar Zhelyazkov
There are also some diferences between the sql db schema supplied in src/modules/rlm_sql/drivers/rlm_sql_postgres/db_postgres.sql and the sql statemetns for accounting_onoff etc in postgresql.conf Sergey Holod wrote: >On Monday 07 October 2002 15:02, Jared Quinn wrote: > > >>Sergey, >> >>

Re: Keeping servers in sync

2002-10-07 Thread Alan DeKok
"Luiz Lima" <[EMAIL PROTECTED]> wrote: > What if a second program was written to periodicaly read radutmp and > generate the Alive packets? I could be a daemon or something to be run by > crond. Would anyone but me find it usefull? You don't want it reading radutmp to generate packets. There's

Re: Keeping servers in sync

2002-10-07 Thread Luiz Lima
> The retries sent by the server are ONLY for about 30 seconds. > What you're talking about is having the server send Alive packets > for as long as the user is logged in, which may be hours. > That means the server has probably 100 to 1000 times as much > information to keep track of, which isn'

Re: Keeping servers in sync

2002-10-07 Thread Alan DeKok
"Luiz Lima" <[EMAIL PROTECTED]> wrote: > I'm 95% sure about the cause and it's that the telco screws up, sending > packets from the same port-id for different customers and with different > session-ids for Start and Stop packets for the same connection (among other > stuff). > > Problem is, as in

Re: FreeRadius+PostgreSQL connection error on FreeBSD

2002-10-07 Thread Sergey Holod
On Monday 07 October 2002 15:02, Jared Quinn wrote: > Sergey, > > What version are you running with - if your not running it, grab > the latest CVS release. It was 0.7.1.. >Are you getting anything in your postgres logs > when this is happening? In pospgres log: DEBUG: pq_re

Re: Keeping servers in sync

2002-10-07 Thread Luiz Lima
> Rather than hacking the server, I would suggest using > something like 'radrelay', which is a seperate process, > which ONLY relays/duplicates packets. I'll get into that. Thanks. > You still haven't discovered what's wrong. Sure, you know > that the "live" users aren't in sync, but you don't

Re: PAM Or Ldap Authentication

2002-10-07 Thread Alan DeKok
Brendon Colby <[EMAIL PROTECTED]> wrote: > I have two users. One exists in LDAP, one exists on a Windoze PDC and is > accessed through PAM. With the above setup, when I log in with the LDAP > user, the authorize section returns success but the authenticate section > only tries PAM, which fails res

Re: Licensing Issue

2002-10-07 Thread Alan DeKok
"Sheldon Fougere" <[EMAIL PROTECTED]> wrote: > Is there a web site I can go to read up on the licesing? The... web site? The source distribution? > I would like to know if it is ok to include Freeradius in a > distribution and use it if I don't modify the code? Sure, but you've got to inc

Re: Keeping servers in sync

2002-10-07 Thread Alan DeKok
"Luiz Lima" <[EMAIL PROTECTED]> wrote: > >> Anyway, what I want to know is if FreeRADIUS can generate > >> "Alive" packets to VPRRS with the goal of keeping them in sync. > > > No, and I wouldn't recommend implementing it, either. > > Why not? A RADIUS server, by design and intent, is nearly

Re: PAM Or Ldap Authentication

2002-10-07 Thread Brendon Colby
On Sat, Oct 05, 2002 at 02:20:11AM +0300, Kostas Kalevras wrote: > > You always set Auth-Type to ldap in your users file. I would suggest something > like this (i haven't tested it though): > > authenticate{ > pam > ldap > } > > authorize { > ldap > files > } > > users

need Help !

2002-10-07 Thread ID Folies
Hi, I'm a newcomer on Radius server. I do install a Radius server for my factory and I don't have many experience on radius and I don't know all of the Radius system. Can I install the Freeradius server tu run somothing productive ? Have your example of that ? Many Thanks. Olivier - List info

Re: A/V Check pair prob with MySQL

2002-10-07 Thread Tim
DOH!!! .. that did it .. Thanks At 14:37 7/10/2002 +0300, you wrote: >On Mon, 7 Oct 2002, Tim wrote: > > > Hi, > > > > I have just installed Freeradius 0.7.1, and it will authenticate a user > > (using NTRadping) from a MySQL database .. problem is, that as soon as I > > try and add any extra A

unsubscribe dyego@escriba.com.br

2002-10-07 Thread Dyego Souza do Carmo
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: FreeRadius+PostgreSQL connection error on FreeBSD

2002-10-07 Thread Jared Quinn
Sergey, What version are you running with - if your not running it, grab the latest CVS release. Are you getting anything in your postgres logs when this is happening? Jared. > When I start radiusd everything is good. > But it seems that after some time of inactivity > connection to

Re: A/V Check pair prob with MySQL

2002-10-07 Thread Kostas Kalevras
On Mon, 7 Oct 2002, Tim wrote: > Hi, > > I have just installed Freeradius 0.7.1, and it will authenticate a user > (using NTRadping) from a MySQL database .. problem is, that as soon as I > try and add any extra A/V pairs (apart from UserName, Crypt-Password & > 'Password' ) to the radcheck tabl

Re: How can I build a windows based client for free radius server

2002-10-07 Thread Mattt
Okay, I already hate my assumption ;-)) Have been onsite all day - going through all my day's mail now... Should have read some more list before replying... On Mon, 2002-10-07 at 21:07, Mattt wrote: > I'll assume you're talking about testing the server from a windows > system. Try NTRadPing (can

Re: How can I build a windows based client for free radius server

2002-10-07 Thread Mattt
I'll assume you're talking about testing the server from a windows system. Try NTRadPing (can't remember where to find it, you'll have to google...). On Mon, 2002-10-07 at 05:35, [EMAIL PROTECTED] wrote: > Can you help me to find out how some one can build a windows98/2k.. client > for free radi

FreeRadius+PostgreSQL connection error on FreeBSD

2002-10-07 Thread Sergey Holod
Hello! When I start radiusd everything is good. But it seems that after some time of inactivity connection to Postgre SQL closes but freeradius don't understatnd that or don't create new connection. In log: Error: PostgreSQL Query failed Error: no connection to the server And all SQL acc

Re: Caller ID in accounting file

2002-10-07 Thread Victor Sanchez
i have a cisco 3620 and 5300 and both send me the calling station id because the telephone company send me. my cisco conf is the same in two. aaa new-model aaa authentication login default local aaa authentication ppp default if-needed group radius aaa accounting send stop-record authenticatio

Caller ID in accounting file

2002-10-07 Thread Michael Fuller / Railnet
Hello all, I am using freeRadius v0.7 with a Cisco 3640 NAS client. I have enabled accounting and while a lot of detail is available, the calling station ID is not available in the accounting logs. How to get this information ? My Cisco config pertaining to AAA is attached to this message Thank

Qestion about LAN and authentication

2002-10-07 Thread Maj Krzysztof
Hi, I have some question, can I use the freeradius server to authenticate between PCs in LAN not dial access? What type of crypto authentication radius support? Best wishes Christopher May - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

(no subject)

2002-10-07 Thread Michael Fuller / Railnet
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

A/V Check pair prob with MySQL

2002-10-07 Thread Tim
Hi, I have just installed Freeradius 0.7.1, and it will authenticate a user (using NTRadping) from a MySQL database .. problem is, that as soon as I try and add any extra A/V pairs (apart from UserName, Crypt-Password & 'Password' ) to the radcheck table it will no longer auth that very same

test

2002-10-07 Thread Michael Fuller / Railnet
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

subscribe

2002-10-07 Thread Michael Fuller / Railnet
subscribe - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: rlm_sql: All sockets are being used! Assertion failed in radiusd.c,line 2463 ...

2002-10-07 Thread Do-Risika RAFIEFERANTSIARONJY
Kostas Kalevras wrote: > On Fri, 4 Oct 2002, Do-Risika RAFIEFERANTSIARONJY wrote: > > >>Hi everybody, >> >>I had my freeradius crashed many times after a libc6 upgrade in the >>server (debian), >> >>Should I actually increase the num_sql_sockets value ? or it is another >>problem ? >> >>Or shoul