Re: Freeradius on windows

2009-04-26 Thread Mitul Modi
thank Kalik

On Thu, Apr 23, 2009 at 3:45 PM,  wrote:

> > i have installed freeradius version 1.0.3 on windows xp.
> >
> > any body have resource to generate certificates on windows.
> >
>
> 1.0.3 will not work with Vista. It might not work with XP SP3 either. You
> have 1.1.7 on freeradius.net that will. It supports most basic things +
> mysql.
>
> You can't generate certificates on Win XP pro. You need Windows server for
> that. Although there probably is an openSSL implementation for Windows.
> Your friend Google will tell you where to find it.
>
> Ivan Kalik
> Kalik Informatika ISP
>
> -
> List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html
>
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Freeradius on windows

2009-04-23 Thread Mitul Modi
hi

i have installed freeradius version 1.0.3 on windows xp.

any body have resource to generate certificates on windows.

thanks,
mitul modi
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Same vlan id to multiple user

2009-04-19 Thread Mitul Modi
hi,

How we can assign same vlan id to multiple user using free radius server.


Thanks,
mitul modi
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: vlan priority query

2009-04-01 Thread Mitul Modi
hi ,


following is my configuration

Tunnel-Type = "VLAN",
Tunnel-Medium-Type = "IEEE-802",
Tunnel-Private-Group-Id = "32",
Reply-Message = "Hello, %u"

here for vlan id tag is Tunnel-Private-Group-Id.

but i dont know the standard attribute for vlan priority.

thanks,
mitul modi

On Wed, Apr 1, 2009 at 3:25 PM,  wrote:

> >Sorry for the confusion. my question was how to configure it in freeradius
> >server?
> >
>
> Just like any other attribute. You have plenty of examples how to send
> attributes in the reply in users file, sql howto etc.
>
> Ivan Kalik
> Kalik Informatika ISP
>
> -
> List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html
>
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: vlan priority query

2009-04-01 Thread Mitul Modi
hi Ivan ,

Sorry for the confusion. my question was how to configure it in freeradius
server?

Thanks,
Mitul Modi


On Wed, Apr 1, 2009 at 2:32 PM,  wrote:

> >How we can configure radius server to send vlan priority in access accept
> >message?
> >
>
> http://tools.ietf.org/html/rfc4675
>
> Ivan Kalik
> Kalik Informatika ISP
>
> -
> List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html
>
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

vlan priority query

2009-04-01 Thread Mitul Modi
hi,

How we can configure radius server to send vlan priority in access accept
message?

Thanks,
Mitul Modi
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Session-timeout problem

2009-02-16 Thread Mitul Modi
hi will,

I have tried this configuration and it's working fine with radtest but

Ever i am getting session time out value on AP side also but during the
change request time . actually i want the session time out in

accept-access time.

is it the normal scenario?

can you help me in this case?

thanks,
Mitul Modi


On Fri, Feb 13, 2009 at 3:23 PM, Will D. Spann  wrote:

> Mitul,
>
> >i have tried this thing but when i am doing so its taking this as a
> default entry and giving error for user name and password
>
> >i have entered username and cleartext-password in user file.
>
> Could you post your users file (with any non-testing passwords starred out
> of course)?
>
> My apologies; let me add a clarification.  If your user entries in the
> users file don't have the "Fall-Through = Yes" attribute set, putting the
> DEFAULT section at the end of the file won't apply the Session-Timeout to
> the users.  However, it shouldn't cause an error.  Have you tried testing
> without the DEFAULT section, using a user with Cleartext-Password?  I've
> tested the following configuration on FreeRADIUS 2.1.1 with success.
>
> testCleartext-Password := "testing"
> Fall-Through = Yes
>
> DEFAULT
> Session-Timeout = 60
>
> Try testing this with radtest, such as the following, where "testing123" is
> your shared secret and the server is running on localhost.  This should
> return an Access-Accept message with Session-Timeout specified.  (I assume
> you're also running the server with debug output, as "radiusd -X".)
>
> radtest test testing localhost 0 testing123
>
> If you don't want to add the Fall-Through attribute to each of your user
> entries, you could instead use the following modified DEFAULT section near
> the top of the users file, before all the authorized user entries.  I've
> also tested this configuration.  (Note the comma.)
>
> DEFAULT
> Session-Timeout = ,
> Fall-Through = Yes
>
>
> >also i have configured the mysql database for authentication and
> accounting. so at that time i am getting error "no User-password or
> >CHAP-password" in request.
>
> Are you using both the users file and MySQL for authentication, or are you
> testing each setup separately?  I'd recommend getting FreeRADIUS working
> with the users file alone before setting up database-based authentication.
>
> Will D. Spann
>
>
>
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Session-timeout problem

2009-02-12 Thread Mitul Modi
hi,

thanks for the reply.

i have tried this thing but when i am doing so its taking this as a default
entry and giving error for user name and password

i have entered username and cleartext-password in user file.

also i have configured the mysql database for authentication and accounting.
so at that time i am getting error "no User-password or CHAP-password" in
request.


thanks,
mitul modi

On Fri, Feb 13, 2009 at 12:07 AM, Will D. Spann wrote:

> Mitul Modi,
>
> >i am new to free radius. can any one help how i can cinfigure
> Session-Timeout?
>
> >i am using EAP-TTLS with chap password.
>
> >i have added credentials for user name and password in users file.
>
> To apply a Session-Timeout to all the users in your 'users' file, add the
> following entry after the user entries.
>
> DEFAULT
> Session-Timeout = 
>
> Enter a number in seconds for .  This should do the trick.
>
> Will D. Spann
>
>
>
> -
> List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html
>
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Session-timeout problem

2009-02-11 Thread Mitul Modi
hi,

i am new to free radius. can any one help how i can cinfigure
Session-Timeout?

i am using EAP-TTLS with chap password.

i have added credentials for user name and password in users file.

thanks,
mitul modi
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Session-timeout problem

2009-02-11 Thread Mitul Modi
hi,

I am using EAP-TTLS authentication in radius. and i want to use
Session-Timeout. but i am not getting where i have to set session time out.

if some one can help.

thanks,
mitul modi
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html