Hello Sir,
I am using freeradius-0.9.3 version to test a
different RADIUS server.
When I send the Normal User-Name,Password to the
server with the command
radclient "User-Name=somevalue" | radclient auth
, I get a successful login message which is correct .
Now I set the server on a diffe
Hi,
i have compiled the Radius Server successfully ( freeradius-0.9.3 ).
But if i should like to to start the Server ( ./radiusd -X ) i got the a
notification ( radiusd: Cannot findELF Killed ).
What's the matter?
# uname -a
SunOS spock 5.8 Generic_108528-11 sun4u sparc SUNW,Ultra-5_10
Cioa
Mau
Hello guys, just a follow up report. I still got Segmentation fault
(core dumped) errror after running Freeradius with rlm_sql (mysql)
module. Here's the output when running in debugging mode:
rlm_sql (sql): Driver rlm_sql_mysql (module rlm_sql_mysql) loaded and linked
rlm_sql (sql): Attempting
This is what I am trying to set up:
Cisco AP Aironet 1200 authenticating on a FreeRADIUS running on Linux Redhat
9... it is supposed that the clients (which the most run windows XP in their
laptops) should authenticate via the freeradius server in order to gain
access to the network. I configure
Hi again. First off, thanks Alan, your tips got me going in the right direction.
Unfortunately I dont get to play with radius very much so so it takes me a bit to get
back in gear after 2 years.
Second, am I running some things I dont need here? This shows my lack of understanding
of how this s
Hi,
What version of openssl and freeradius did you use?
I want to compile freeradius with rlm_eap_tls on solaris but have had
trouble.
Kevin
ro0ot wrote:
Hi,
I follow the below documentation: -
http://www.impossiblereflex.com/8021x/eap-tls-HOWTO.htm
Regards,
ro0ot
Szabo David wrote:
Hi,
Can you d
Hi,
I have an application where I need to programmatically change the realm
I proxy Accounting-Request messages to if the incoming realm is some
known value. I have a preacct function that looks for the particular
realm in the User-Name, and if it's there, it adds a Realm attrbute to
request->
Can yoy give me a clea how to configure it?
I thought thtat WPA has two modes of operations:
WPA-PSK - doesn't need Radius
WPA - needs Radius for verification of credentials and gereration of
intial preshared key.
What do I need to run the second option?
TS
Paul Bender wrote:
Yes.
Tomasz Szymansk
Yes.
Tomasz Szymanski wrote:
Does FreeRadius support WPA standard?
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Does FreeRadius support WPA standard?
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Hi,
I got some errors from running freeradius so I want to start everything from scratch,
how can I uninstall freeradius from my system?
Thank you
Hung
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Thanks for the response,
Bob McCormick clued me in on this. I thought this was about client
certs. I have been succesfull authenticating with PEAP thanks to Kerry
Hughes. I didn't have the users file configured right as I was
including "Auth-Type" in the following line:
userid User-Pass
"Xavier Romero" <[EMAIL PROTECTED]> wrote:
> I know thats a noobish question, but... i cannot figure how to get
> freeradius authenticating against my postgresql database.
You can't. You don't want to do that.
Put the passwords in the SQL database, and the server will figure it
out on its ow
Barry Stewart <[EMAIL PROTECTED]> wrote:
>I'm trying to use Freeradius to authenticate users in a wireless
> network. I don't wish to use certificates at all.
Then you can't authenticate users in a wireless network.
> From what I've read it looks like I will need to use mschapv2 and
> pea
John Bossert <[EMAIL PROTECTED]> wrote:
> I'm trying to create a Solaris (Solaris9) package for FreeRadius.
> However, when I try to create a "prepackaging directory structure" with
> the following command:
>
> make install DESTDIR=/home/jbossert/rad-pkg
Where does "DESTDIR" come from? Nothi
I'm sorry,
That was a stupid question
I know how to set that up (as simple as just fowarding port 1813 data in the router to
the BillMax server)
(But if you have anything else to add, go for it)
Evan Stenmark
-- Original Message --
From: "Evan Stenmark" <
I looked into the certificates a bit and I found the scripts for
generating them. I can certainly create certs and I can create my own
CA. However, I'm not sure this is my problem now as FR comes with
sample certs and the lines in eap.conf point to these. If I change the
password in eap.con
How can I forward accounting packets from the freeradius server to a billing server
(BillMax) that is behind a firewall?
for example
NAS -> Freeradius -> router (firewall) -> BillMax Billing server
the two servers are physically close together (so I suppose I could just connect them
directly tog
I have a wireless router that has radius server support in
it.
What I am trying to do is get the radius server setup to do
the accounting and authentication. I was told by the company that I bought the
router from that I could use just “Login-User” as the service type
and that would b
I know thats a noobish question, but... i cannot figure how
to get freeradius authenticating against my postgresql database.
I would like to change user file default entry
DEFAULT Auth-Type = System
Fall-Through = 1
To something like
DEFAULT Auth-Type =
Thanks,
It makes more sense now. I'll give it a try!
Bob McCormick wrote:
PEAP requires a certificate for the server, but not for the
clients.Freeradius comes with some scripts for generating a self
signed certificate, or you can buy one from Verisign or Thawte.
On May 21, 2004, at 10:
Sure, you just need an 802.1x supplicant (just like you would for any
other OS). These are the ones I know of for Linux:
Xsupplicant (OpenSource)
http://open1x.sourceforge.net/
Meetinghouse Aegis client (Commercial Proprietary)
http://www.mtghouse.com/products/aegisclient/index.shtml
On May 21,
Hi all,
Would anyboby please help me with this? I have installed Freeradius-0.9.3 on my Red
Hat Linux 9.0 and I run Freeradius in debug mode and got this error, how can I fix it?
Module: Loaded eap
eap: default_eap_type = "md5"
eap: timer_expire = 60
rlm_eap: Filed to link EAP-Type/md5: file no
PEAP requires a certificate for the server, but not for the clients.
Freeradius comes with some scripts for generating a self signed
certificate, or you can buy one from Verisign or Thawte.
On May 21, 2004, at 10:47 AM, Barry Stewart wrote:
Hi,
I'm trying to use Freeradius to authenticate
I'm trying to create a Solaris (Solaris9) package for FreeRadius.
However, when I try to create a "prepackaging directory structure" with
the following command:
make install DESTDIR=/home/jbossert/rad-pkg
I get the following errors:
/home/jbossert/freeradius-0.9.3/install-sh -c -d -m 755 /usr/lo
> You're not posting on this list to get your questions answered. If
> you were, you would stay here, even despite my "rudeness", because
> your questions are being answered.
>
> So my only conclusion is that you're posting to the list to have
> some on-line friends to talk to. Sorry, I don't
is it possible to have wireless linux users authenticate with EAP?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Chris
Bshaw
Sent: Friday, May 21, 2004 11:18 AM
To: [EMAIL PROTECTED]
Subject: Re: EAP-TLS and WEP key generation
Hi all
Thanx for all t
Hi,
I'm trying to use Freeradius to authenticate users in a wireless
network. I don't wish to use certificates at all. I have read the FAQ
and all the documentation I have found on this. Most of the clients
will be running Windows XP. From what I've read it looks like I will
need to use m
Just to complete:
I'm running 'radiusd -l syslog' and it still logging to
/var/log/radius.log.
--
Felipe Neuwald
[EMAIL PROTECTED]
+55 61 3038-5038
+55 61 8135-8918
--
Chave pública PGP / PGP public key:
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x8AE508F3
Em Sex, 2004-05-21 às 11:2
Alan,
I'm running 'radiusd -l syslog' and the logs aren't going to syslog.
--
Felipe Neuwald
[EMAIL PROTECTED]
+55 61 3038-5038
+55 61 8135-8918
--
Chave pública PGP / PGP public key:
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x8AE508F3
Em Sex, 2004-05-21 às 11:20, Alan DeKok escrev
Hi all
Thanx for all the info. I would certainly like to see your Word doc on the
subject.
Yet another question.is there any advantage to using 802.1x + TKIP + MIC
instead of the config you helped me get working?
TIA
Chris.
From: Bob McCormick <[EMAIL PROTECTED]>
Reply-To: [EMAIL
To add the the WPA confusion, there are actually two types of
authentication within the WPA "standard". There's 802.1x + TKIP + MIC
for enterprises, then there's something called WPA personal that's for
home users or really small businesses that don't have a Radius server.
BTW. I've got an
"Nick Marino" <[EMAIL PROTECTED]> wrote:
> > This should be less work than asking questions on the list.
>
> Then whats the point have this list in the first place.
The list is for complicated questions that can't be answered by the
existing documentation.
Since you've made it clear you're
thks Alan DeKok more question i need chage sql.conf
too to use MySQL
schema
because i use SER( Sip Express Router)
with freeradius and Logs is
write in
files ou write in MySQL do you can send me one example ?
thks a
lot
Welesley
Sibelson Dias
> "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]>
wrote
Bob McCormick <[EMAIL PROTECTED]> wrote:
> Errr.. That's because Freeradius doesn't have to. WPA is a combination
> of 802.1x authentication, TKIP and MIC. TKIP and MIC need to be
> supported by your AP and your client (supplicant), but the radius
> server doesn't need to know anything about i
- Original Message -
From: "Alan DeKok" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 21, 2004 9:33 AM
Subject: Re: Documentation Question
> "Nick Marino" <[EMAIL PROTECTED]> wrote:
> > Ok I found that but that applies if FR is managing the ip pools, but in
my
> > config
Errr.. That's because Freeradius doesn't have to. WPA is a combination
of 802.1x authentication, TKIP and MIC. TKIP and MIC need to be
supported by your AP and your client (supplicant), but the radius
server doesn't need to know anything about it. I've tested WPA with a
Cisco 1100 AP, Freer
On Fri, May 21, 2004 at 11:18:32AM -0400, Alan DeKok wrote:
> [EMAIL PROTECTED] (Paul Hampson) wrote:
> > Wouldn't this make strings that start with " and also contain ' break?
>
> Yes, but those are less likely than commas.
>
> It's hard to add new features without changing the way the serve
On Fri, May 21, 2004 at 10:48:46AM -0400, Michael Shanafelt wrote:
> I don't know, I've never seen it. It might not. Looks like a lot of
> other people on the list haven't either.
> What's it under in the freeRADIUS install?
If you're building Debian packages from current snapshots, it's
freera
[EMAIL PROTECTED] (Paul Hampson) wrote:
> Wouldn't this make strings that start with " and also contain ' break?
Yes, but those are less likely than commas.
It's hard to add new features without changing the way the server
works. If you wanted to be a little more careful, you'd also check
th
On Sat, May 22, 2004 at 01:03:39AM +1000, Paul Hampson wrote:
> > > Stephan Jaeger <[EMAIL PROTECTED]> wrote:
> > > > since cvs version 1.76 for file /radiusd/src/modules/rlm_sql/sql.c i
> > > > have a problem authenticating users with rlm_mysql which have a "," in
> > > > their password, the probl
Alan DeKok wrote:
"Michael Shanafelt" <[EMAIL PROTECTED]> wrote:
I don't know, I've never seen it. It might not. Looks like a lot of
other people on the list haven't either.
What's it under in the freeRADIUS install?
Well, it has a sourceforge page
http://sourceforge.net/projects/dialup-admin/
-
I saw it once somewhere...there was a demo even but...
http://sourceforge.net/projects/dialup-admin/
Maybe you should google...
Troy Davis wrote:
Is there any screen shots of this around?
Regards Troy
Comstech Systems
- Original Message -
From: "Evren Yurtesen" <[EMAIL PROTECTED]>
To: <[EM
On Fri, May 21, 2004 at 04:20:35PM +0200, Stephan Jaeger wrote:
> Hi,
>
> On Tue, 2004-05-18 at 12:28 -0400, Alan DeKok wrote:
> > Stephan Jaeger <[EMAIL PROTECTED]> wrote:
> > > since cvs version 1.76 for file /radiusd/src/modules/rlm_sql/sql.c i
> > > have a problem authenticating users with rlm
Do you have a table called stoph323? Else make sure
the accounting table name is set to radacct
>From the insert statement below there should be a
table called Stoph323 for it to work.
--- Roberto Pioli <[EMAIL PROTECTED]> wrote:
> I try using the last snapshot of freeradius with
> postgres for v
"Michael Shanafelt" <[EMAIL PROTECTED]> wrote:
> I don't know, I've never seen it. It might not. Looks like a lot of
> other people on the list haven't either.
>
> What's it under in the freeRADIUS install?
It's not. It's in the source tree under dialup_admin.
After 1.0.0, we're going to
Stephan Jaeger <[EMAIL PROTECTED]> wrote:
> > My suggestion would be to either put double quotes around the
> > password, or to update sql.c, so that it calls "gettoken" ONLY if
> > it sees the string starting off with ", `, or '
...
> Would something like this be ok here?
Yes. I've added the
I don't know, I've never seen it. It might not. Looks like a lot of
other people on the list haven't either.
What's it under in the freeRADIUS install?
-Original Message-
From: Alan DeKok [mailto:[EMAIL PROTECTED]
Sent: Friday, May 21, 2004 10:40 AM
To: [EMAIL PROTECTED]
Subject: Re: W
"Michael Shanafelt" <[EMAIL PROTECTED]> wrote:
> Anyway, the web app is just a small site that I coded that is very
> specific to the way we use RADIUS for MAC based authentication to our
> wireless LAN. We use a MySQL database to put the MACs in.
FreeRADIUS *already* comes with a PHP front-end
"Chris Bshaw" <[EMAIL PROTECTED]> wrote:
> Can I (and if so should I) use WPA key management with the setup I have and
> if so how do I configure freeradius for this?
FreeRADIUS doesn't do WPA or TKIP.
> If I can't use WPA, is EAP-TLS + regular WEP rekeying considered to be
> secure enough?
"Nick Marino" <[EMAIL PROTECTED]> wrote:
> Ok I found that but that applies if FR is managing the ip pools, but in my
> configuration my RAS boxes are actually assigning the ip via pools setup in
> them. Is there a way for FR to request which pool for the ras box to select
> from for specific users
Sven Juergensen <[EMAIL PROTECTED]> wrote:
> -windows xp (sp1) notebook with wlan adapter and plain peap without any
> certificate checks or anything (is this possible at all?)
Yes.
> -debian box with freeradius (0.9.3-1), freeradius -X output at the
> bottom of this email
0.9.3 doesn't sup
Jeesh, I didn't expect such a response.
Anyway, the web app is just a small site that I coded that is very
specific to the way we use RADIUS for MAC based authentication to our
wireless LAN. We use a MySQL database to put the MACs in.
However, I think it could turn into a pretty functional pro
Kevin Jeoung <[EMAIL PROTECTED]> wrote:
> I want to compile freeradius with rlm_eap_tls. But, it looks like
> configure could not find propler ssl stuff.
Try the CVS snapshot. It is much better at working with OpenSSL.
Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freerad
Chelsea Carter <[EMAIL PROTECTED]> wrote:
> Does this translate into : use the new sql.conf and radiusd.conf files, and
> dont try to use my old ones?
No.
Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Hi,
On Tue, 2004-05-18 at 12:28 -0400, Alan DeKok wrote:
> Stephan Jaeger <[EMAIL PROTECTED]> wrote:
> > since cvs version 1.76 for file /radiusd/src/modules/rlm_sql/sql.c i
> > have a problem authenticating users with rlm_mysql which have a "," in
> > their password, the problem seems to be the c
Felipe Neuwald <[EMAIL PROTECTED]> wrote:
> anybody know how to make FreeRadius log everything to syslog, not to a
> regular file?
radiusd -h
Read it.
Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Markus,
Others may disagree, but try making it work with PAP first. That way you
can debug easier.
Why don't you send us the relevant portion of your users file?
Rob
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Markus
Ebel
Sent: Monday, May 17, 20
Chelsea Carter <[EMAIL PROTECTED]> wrote:
> Ok, the op field isnt even there in my radcheck table.
>
> What other tables require this field, and what kind of value is it supposed
> to carry?
See the updated schemas in the rlm_sql_mysql (etc.) directories.
As for the values, see the "man" p
Folks,
I just wanted to publicly thank Alan DeKok for his invaluable assistance
last week. We had a problem that we were kicking ourselves over and just
couldn't get. After a search online, we found www.cladju.org.
I don't think it's well enough publicised here, but Alan does do RADIUS
consultin
thks Alan DeKok more question i need chage sql.conf
too to use MySQL schema
because i use SER( Sip Express Router)
with freeradius and Logs is write in
files ou write in MySQL do you can send me one example ?
thks a lot
Welesley
Sibelson Dias
> "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote
Is there any screen shots of this around?
Regards Troy
Comstech Systems
- Original Message -
From: "Evren Yurtesen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 21, 2004 7:05 PM
Subject: Re: Web based front end?
> There is already Dialupadmin for that purpose. I wonder
Yes, bring it on !
- Original Message -
From:
Kirti S. Bajwa
To: '[EMAIL PROTECTED]'
Sent: Thursday, May 20, 2004 7:07
PM
Subject: RE: RE: Web based front
end?
Me
tooo..
-Original Message-From: Radius
[mailto:[EMAIL PROTECTED]Sent: Thur
Hello All,
Errm...if its not too much of a trouble I'm very interest in trying the script out.
Super thanx in advance. 8)
[EMAIL PROTECTED] wrote:
>
> I wrote a small one using PHP & MySQL. Nothing too fancy, just lets you
> enter in user info into the applicable tables. I can share t
I´m very interesetd.
Thanks,
Heiner
Michael Shanafelt wrote:
I wrote a small one using PHP & MySQL. Nothing too fancy, just lets you
enter in user info into the applicable tables. I can share the source
if anyone is interested.
-Original Message-
From: Lance Uyehara [mailto:[EMAIL PROTECT
Hi,
How can I configure FreeRADIUS to assign IP address when there is a
successful authentication with FreeRADIUS?
Regards,
ro0ot
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Hallo Micheal,
I am interested ! ;)
Thanks
Eric
Michael Shanafelt wrote:
I wrote a small one using PHP & MySQL. Nothing too fancy, just lets you
enter in user info into the applicable tables. I can share the source
if anyone is interested.
--
--
There is already Dialupadmin for that purpose. I wonder if you have
missed it? Because it is pretty good.
I believe the original question is about the 'users' file which is a
normal file, not a table in a database.
Evren
Wei Ming Long wrote:
Me too! Thanks.
[EMAIL PROTECTED] 05/21/04 03:50AM >
Me too! Thanks.
>>> [EMAIL PROTECTED] 05/21/04 03:50AM >>>
I wrote a small one using PHP & MySQL. Nothing too fancy, just lets you
enter in user info into the applicable tables. I can share the source
if anyone is interested.
-Original Message-
-
Hi
Thanx for this reply and your previous one.
I tried the Session-Timeout in the radius users file and it works.so
thanx for that.
To answer one of your questions, on the AP I go to the web interface for the
AP and in there I go into Associations. I then select my client from the
list
I try using the last snapshot of freeradius with postgres for voip billing
with cisco 5300.
It give me this error:
rlm_sql (pgsql-voip): sql_set_user escaped user --> '00362'
radius_xlat: 'INSERT into Stoph323-call-type=3DVoIP ??(RadiusServerName,
UserName, NASIPAddress, AcctTime, ??AcctSessi
Hi,
I follow the below documentation: -
http://www.impossiblereflex.com/8021x/eap-tls-HOWTO.htm
Regards,
ro0ot
Szabo David wrote:
Hi,
Can you describe how did you do that (EAP/TLS+WinXP), because I wasn't able
to. What should I set up in WinXP? Do you use certificates?
Thanks,
David
--- Original Me
Hi,
Can you describe how did you do that (EAP/TLS+WinXP), because I wasn't able
to. What should I set up in WinXP? Do you use certificates?
Thanks,
David
--- Original Message -
I had successfully install and configure FreeRadius with EAP/TLS to
working with Windows XP client (wireless 802.1x
Hi,
I had successfully install and configure FreeRadius with EAP/TLS to
working with Windows XP client (wireless 802.1x authentication)
Now, I have one iBook, how can I create a certificate for MAC OS? And,
how to install the cert into the MAC OS?
Please help me. Thank you.
Regards,
ro0ot
-
74 matches
Mail list logo