Re: store encypted passwords

2012-10-09 Thread jon jon
I was mixed up on what table I am talking about its the radcheck
table. I was using navicat to set the attribute to Crypt-Password and
refreshing the database. The password stayed in plain text.

On Mon, Oct 8, 2012 at 4:29 PM, Matthias Nagel
matthias.h.na...@gmail.com wrote:
 Hello,

 first, please use the correct way of quoting for mailing list. This is to 
 say, write your comments below the original text that it refers to. That way 
 readers who pick up a thread later can follow more easily. But now back to 
 topic.

 Am Montag 08 Oktober 2012, 16:17:52 schrieb jon jon:
 On Mon, Oct 8, 2012 at 4:02 PM, Matthias Nagel
 matthias.h.na...@gmail.com wrote:
 Hello,

 I have set up FreeRADIUS Version 2.1.10 on an Ubuntu server 12.04,
 Mysql Server version: 5.5.24. Everything is up and running but the
 users passwords are stored in plain text in raddacct. I tried changing
 the attribute to Crypt-Password but it doesn't change anything.

 What do you mean by doesn't change anything? If you have changed the 
 attribute name to Crypt-Password and you also modified the attribute's 
 value accordingly, what do you expect? If it still works, then be happy.

 doesn't change anything = password is still showing as plain text. What do 
 mean by  modified the attribute's value accordingly?

 You wrote that you changed clear text passwords to crypt-passwords. This 
 means to me you updated your database, hence your database does not show 
 clear text passwords anymore. What exactly did you do, when you changed from 
 clear text to crypt-passwords?

 I assumed to did something like this:

 UPDATE radcheck set attribute = 'Crypt-Password', value = 
 SOME_FANCY_CONVERT_FUNCTION( value ) WHERE some_senseful_condition_here;

 Anyway, I now notice that you were speaking of radacct. This table is not 
 to show any password at all.



 Do I
 need to make a change to a config file also? Not sure what type of
 encryption would be best one that works MD5?

 For a copatibilty of password encryption schemes and protocols, see here:
 http://deployingradius.com/documents/protocols/compatibility.html

 Thanks,

 Matthias

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


store encypted passwords

2012-10-08 Thread jon jon
Hello,

I have set up FreeRADIUS Version 2.1.10 on an Ubuntu server 12.04,
Mysql Server version: 5.5.24. Everything is up and running but the
users passwords are stored in plain text in raddacct. I tried changing
the attribute to Crypt-Password but it doesn't change anything. Do I
need to make a change to a config file also? Not sure what type of
encryption would be best one that works MD5?

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


Re: store encypted passwords

2012-10-08 Thread jon jon
doesn't change anything = password is still showing as plain text
What do mean by  modified the attribute's value accordingly?


On Mon, Oct 8, 2012 at 4:02 PM, Matthias Nagel
matthias.h.na...@gmail.com wrote:
 Hello,

 I have set up FreeRADIUS Version 2.1.10 on an Ubuntu server 12.04,
 Mysql Server version: 5.5.24. Everything is up and running but the
 users passwords are stored in plain text in raddacct. I tried changing
 the attribute to Crypt-Password but it doesn't change anything.

 What do you mean by doesn't change anything? If you have changed the 
 attribute name to Crypt-Password and you also modified the attribute's 
 value accordingly, what do you expect? If it still works, then be happy.

 Do I
 need to make a change to a config file also? Not sure what type of
 encryption would be best one that works MD5?

 For a copatibilty of password encryption schemes and protocols, see here:
 http://deployingradius.com/documents/protocols/compatibility.html

 Thanks,

 Matthias

 --
 Matthias Nagel
 Willy-Andreas-Allee 1, Zimmer 506
 76131 Karlsruhe

 Telefon: +49-721-8695-1506
 Mobil: +49-151-15998774
 e-Mail: matthias.h.na...@gmail.com
 ICQ: 499797758
 Skype: nagmat84

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


Authentication

2010-06-02 Thread jon jon
Hi,
I have a freeradius server set up with chap authentication. I was wondering
if it is possible to also do mac authentication at the same time?

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

[no subject]

2009-10-26 Thread jon jon
Hi,
I want to have one computer just do mac authentication, instead of matching
username and password. Can I just add this mac address to the mysql
database. I am running chillispot also, I believe all I have to do is
uncomment a line in the chilli.conf file to have it do mac authentication.
Would this be the right way to do this?
thanks
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re:

2009-10-26 Thread jon jon
Ivan,
So if I do this command for mysql database
insert into radcheck values ('macaddress','Auth-Type',':=','Accept');
This will put the mac address as the username and will be authenticated
automatically, as long as I tell the chillispot server to do mac
authentication. Am I on the right track? Or have I derailed?
thanks



On Mon, Oct 26, 2009 at 2:11 PM, Ivan Kalik t...@kalik.net wrote:

  I want to have one computer just do mac authentication, instead of
  matching
  username and password. Can I just add this mac address to the mysql
  database.

 Yes, as User-Name with Auth-Type Accept.

  I am running chillispot also, I believe all I have to do is
  uncomment a line in the chilli.conf file to have it do mac
 authentication.
  Would this be the right way to do this?

 Probably. That's the question for ChilliSpot list.

 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: Understansding

2009-10-06 Thread jon jon
Ivan,
Once the user is authenticated, and then a pop up window that comes up from
the chillispot, hotspotlogin.cgi script,creating the pop up window with a
timer counting down. So that user is then allowed on the internet. Now the
user is connected to the chillispot server, does chillispot then get packets
from freeradius server, I don't see anywhere in the radius database that
that a attribute is set for radacct, to only allow wireless from a certain
amount of time everyday. The set up I am using has a different database that
has the location and times wireless is available for everyday of the week.
So when the time of day comes, when the wireless is not available. Is the
Free Radius server sending packets to the chillispot server, saying that the
wireless is no longer avaible and to kick off all users?
thanks

On Fri, Oct 2, 2009 at 4:25 PM, Ivan Kalik t...@kalik.net wrote:

  I have a access point that is connected to a chillispot server, which
 then
  communicates to an external freeradius server. I have a mysql server also
  on
  the freeradius server. I am just tyring to figure out how this is all
  working. When a wireless client comes in they are unauthencticated users,
  which will be redirectedto uam homepage, located on the external radius
  server. The user is then brought to the hotspotlogin.cgi. Then the
  username
  and password are sent over to the radius server to check to see if the
  user
  matches the user in the mysql database. If authenticated, then the radius
  server sends a packet back to chillispot, saying yes accept the user, and
  redirect them to a web page that I specify. (is that correct?)

 That is correct.

  Does the
  user
  remain connected to the freeradius server,

 No, user never connects to radius server.

  since the pop up window that
  comes up is from there anyway,

 Pop-up window is a part of ChilliSpot.

  or is it chillispot that is then taking
  over.
  Which server is actually allowing the user onto the internet? I am
  thinking
  it is chillispot since that is handling dhcp.

 Yes. Radius is just a service ChilliSpot uses (it's optional).

  In the database is a table
  that is used to allow open and close time, that the wireless is avaible
  everyday, wouldn't that mean that the user would have to remain connected
  to
  the freeradius server?

 Again - no, user is *never* connected to radius server. That table
 probably composes Login-Time attribute so that logintime module can
 calculate Sesion-Time if user is allowed to connect. But you should ask
 ChilliSpot people how it works.

 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

Understansding

2009-10-02 Thread jon jon
Hello,
I have a access point that is connected to a chillispot server, which then
communicates to an external freeradius server. I have a mysql server also on
the freeradius server. I am just tyring to figure out how this is all
working. When a wireless client comes in they are unauthencticated users,
which will be redirectedto uam homepage, located on the external radius
server. The user is then brought to the hotspotlogin.cgi. Then the username
and password are sent over to the radius server to check to see if the user
matches the user in the mysql database. If authenticated, then the radius
server sends a packet back to chillispot, saying yes accept the user, and
redirect them to a web page that I specify. (is that correct?) Does the user
remain connected to the freeradius server, since the pop up window that
comes up is from there anyway, or is it chillispot that is then taking over.
Which server is actually allowing the user onto the internet? I am thinking
it is chillispot since that is handling dhcp. In the database is a table
that is used to allow open and close time, that the wireless is avaible
everyday, wouldn't that mean that the user would have to remain connected to
the freeradius server?
thanks,
jon jon
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re:

2009-10-01 Thread jon jon
Is this login time in a certain file?
jon jon

On Wed, Sep 30, 2009 at 5:06 PM, Ivan Kalik t...@kalik.net wrote:

   I was wondering where to look in free radius, for something that is
  kicking
  the wireless clients off at a certain time. I have a backend mysql
  database
  that allows the clients certain times to login from. Where would the file
  be
  located that is telling the free radius server that there time is up and
  boot them off?

 Login-Time. It has from-to.

 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

[no subject]

2009-09-30 Thread jon jon
Hi,
I was wondering where to look in free radius, for something that is kicking
the wireless clients off at a certain time. I have a backend mysql database
that allows the clients certain times to login from. Where would the file be
located that is telling the free radius server that there time is up and
boot them off?
thanks
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

[no subject]

2009-09-25 Thread jon jon
hello,
I am running slackware 12.1 as my OS. I am running freeradius version 2.1.4.
I am also running Mysql as a backend server to freeradius. I made changed to
the Msql database on what times the wireless internet will be available to
clients. I wanted to test to see if the times that I set are working
correctly, how would I do this? I thought about going to different sites and
see if I could log in at the times I have set to not allow wireless clients
not to be able to use it. Is there something I am missing here, how could I
test this from one location?
Thanks,
jon
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re:

2009-09-25 Thread jon jon
Hi Ivan,
How could doing a radtest help me see if the Radius server is actually not
allowing  people from using the wireless at the times I have set in the
mysql database?
thanks,
jon

On Fri, Sep 25, 2009 at 3:52 PM, Ivan Kalik t...@kalik.net wrote:

   I am running slackware 12.1 as my OS. I am running freeradius version
  2.1.4.
  I am also running Mysql as a backend server to freeradius. I made changed
  to
  the Msql database on what times the wireless internet will be available
 to
  clients. I wanted to test to see if the times that I set are working
  correctly, how would I do this? I thought about going to different sites
  and
  see if I could log in at the times I have set to not allow wireless
  clients
  not to be able to use it. Is there something I am missing here, how could
  I
  test this from one location?

 radtest.

 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

chap or pap

2009-06-03 Thread jon jon
Hi,
I have pap authentication working just fine. I want to change auth type to
chap. I am using the radius book that is very outdated. Don't really
understand why can't chap to work. I looked in the default file and chap
auth-type is not commented out, so I am assuming that if pap authentication
didn't work then chap would be the next auth type radius would try right.
that is why they put pap at the bottom of the file to let the other auth
types a try first. I am using mysql backend server with username and
cleartext := passwords. Can anyone point me the right direction or tell me
to read more:P

jon
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: firewall

2009-06-02 Thread jon jon
Is that because freeradius is kind of like apache, as in that only certain
ips' are allowed to hit the freeradius server? So it is pretty secure as
soon as you install it right?
thanks jon

On Thu, May 28, 2009 at 10:58 AM, Ivan Kalik t...@kalik.net wrote:

  Does your freeradius server have to have a rc.firewall?

 No.

 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

rc

2009-05-28 Thread jon jon
Does freeradius come with a rc. startup file.Im am using slackware version
12.1.
thanks jon
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

firewall

2009-05-28 Thread jon jon
Does your freeradius server have to have a rc.firewall? If so does
freeradius come with a script for one?
jon
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: next

2009-05-28 Thread jon jon
On Thu, May 28, 2009 at 2:04 AM, a.l.m.bu...@lboro.ac.uk wrote:

 Hi,

  So far I haved followed instructions in the admin.sql file and the used
 the
  command:
  mysql -uroot -prootpass radius  schema.sql
  which creates a database called radius, that I am suppose to fill with
 some
  dummy data, is this right so far? I also uncommented the line-  $INCLUDE
  sql.conf, in the radius.conf file.
  My mysql server is on the same machine as my freeradius server. Is there
 a
  certain line I should see now when I fire up my radius server in debug
 mode,
  saying it is using mysql to authenticate clients?

 you've populated SQL with radius table, you've enabled sql.conf to be
 read by uncommenting it..
 yes did that




 now...have you edited sql.conf and the underlying config files
 eg ql/mysql/dialup.conf?

I edited sql.conf file but I didn't do anything to the dialup.conf file, why
should I have, more reading now!


 finally, to use SQL for client AAA you need to uncomment the
 required lines in the server (virtual servers in 2.x) - eg within
 the authorise and authenicate sections (for example)

did this had to read the radiusd.conf file to figure that one out.
so as of right now I used the schema.sql to set up a empty database and made
up some users in there in radcheck. I start my radius server in debugging
mode and mysql server is now being used to authenticate users. I did a
radtest with my users in mysql database and got an access accept message
which is good. I also used ntraping to test and that was successful. This
server right now is not in production, it is just for testing. Right now I
am trying where to go next. should I try using chap instead of pap? Now that
you asked if I edited the dialup.conf file I will do a littel reading.


 alan
  -
 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: next

2009-05-27 Thread jon jon
So far I haved followed instructions in the admin.sql file and the used the
command:
mysql -uroot -prootpass radius  schema.sql
which creates a database called radius, that I am suppose to fill with some
dummy data, is this right so far? I also uncommented the line-  $INCLUDE
sql.conf, in the radius.conf file.
My mysql server is on the same machine as my freeradius server. Is there a
certain line I should see now when I fire up my radius server in debug mode,
saying it is using mysql to authenticate clients?

Thank you for answering my questions!
On Tue, May 26, 2009 at 2:45 PM, Ivan Kalik t...@kalik.net wrote:

  ok so after reading the admin.sql it looks like it is telling me what to
  type into my mysql, to create a default admin for radius,and so
 freeradius
  can read any table in sql, does it matter what I change localhost to or
  can
  it be anyname I want. guess I am seeing what I have to do but not fully
  understanding it. I am using a mysql book also but think that might be
  getting me more confused.

 Well, change localhost to the IP address of your mysql database server. If
 your server is on local host *don't* change localhost into anything else.

 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

next

2009-05-26 Thread jon jon
I have my freeradius working, I running slackware 12.1 with freeradius
version 2.1.5. I used NTRAping utility to send packets to my freeradius
server. I also used radtest and that was successful. So now I want to set
freeradius with backend mysql database. I am looking for the script
db_mysql.sql and cannot find this file. I installed mysql as a package, when
I installed slackware. So, does that file even exist anymore? I have the
radius book and the directory it shows doesn't contain any file with that
name.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: next

2009-05-26 Thread jon jon
ok so after reading the admin.sql it looks like it is telling me what to
type into my mysql, to create a default admin for radius,and so freeradius
can read any table in sql, does it matter what I change localhost to or can
it be anyname I want. guess I am seeing what I have to do but not fully
understanding it. I am using a mysql book also but think that might be
getting me more confused.
jon

On Tue, May 26, 2009 at 12:02 PM, Tim Sylvester 
tim.sylves...@networkradius.com wrote:

  Read the SQL HOWTO at: http://wiki.freeradius.org/SQL_HOWTO. Also, look
 at the sql.conf file in the raddb directory and the mysql files in
 raddb/sql/mysql. You will want to read the information in admin.sql and
 schema.sql.



 Tim



 *From:* freeradius-users-bounces+tim.sylvester=networkradius.com@
 lists.freeradius.org 
 [mailto:freeradius-users-bounces+tim.sylvesterfreeradius-users-bounces%2Btim.sylvester
 =networkradius@lists.freeradius.org] *On Behalf Of *jon jon
 *Sent:* Tuesday, May 26, 2009 9:51 AM
 *To:* FreeRadius users mailing list
 *Subject:* next



 I have my freeradius working, I running slackware 12.1 with freeradius
 version 2.1.5. I used NTRAping utility to send packets to my freeradius
 server. I also used radtest and that was successful. So now I want to set
 freeradius with backend mysql database. I am looking for the script
 db_mysql.sql and cannot find this file. I installed mysql as a package, when
 I installed slackware. So, does that file even exist anymore? I have the
 radius book and the directory it shows doesn't contain any file with that
 name.

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

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

clients

2009-05-22 Thread jon jon
hello,
 I am new to Freeradius, I am trying to use NTRadPing testing tool to send
packets to my Freeradius server. I keep getting  Ignoring request to
authentication address * port 1812 from unknow client error message. So, the
question you will ask me is did I add the client to the client.conf file. I
thought I did but maybe not corectly. this is what I added to my client.conf
file
client ip address {
secretname = testing123
shortname = private-network
}

is this correct?
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: clients

2009-05-22 Thread jon jon
ya, did type that in by accident. thank you very much for your reply. I got
access accept message from my server. Now I can keep moving on finally. Have
to set up a mysql database is the next step. thanks again :)

On Fri, May 22, 2009 at 10:57 AM, Sam Hooker s...@noiseplant.com wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 - - jon jon free9...@gmail.com wrote:

  hello,
  I am new to Freeradius, I am trying to use NTRadPing testing tool to
  send packets to my Freeradius server. I keep getting Ignoring request
  to authentication address * port 1812 from unknow client error
  message. So, the question you will ask me is did I add the client to
  the client.conf file. I thought I did but maybe not corectly. this is
  what I added to my client.conf file
  client ip address {
  secretname = testing123
  shortname = private-network
  }
 
  is this correct?

 Do you literally have the keyword as secretname? Because it should be
 simply secret. For instance:

 client 10.1.8.9 {
  secret  = testing123
  shortname   = foo-server
 }


 Cheers,

 - -sth

 sam hooker|s...@noiseplant.com|http://www.noiseplant.com

Are you satisfied? ([y]/n):
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.8 (Darwin)
 Comment: Use GnuPG with Firefox : http://getfiregpg.org (Version: 0.7.5)

 iEYEARECAAYFAkoWy2YACgkQX8KByLv3aQ1pkACgwUPfqycv4JNxszT1ZWrFpS9s
 4YYAnR4wV1e0HEw659Uzd83BTgy0FPLD
 =bWrB
 -END PGP SIGNATURE-
 -
 List info/subscribe/unsubscribe? See
 http://www.freeradius.org/list/users.html

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

radius help

2009-05-14 Thread jon jon
I have am using slackware 12.1 and installed freeradius version 2.1.5. I
have read the Install and the Readme me file.  I am trying the radtest
program out and I start the radius server in debugging mode in one virtual
screen and do a radtest test test localhost 0 testing123 from another
virtual screen, I get a access reject of my packets. So the good thing is
that my radius server is receiving the packets. Now I move on to see if I
create a user called bob in the users file. I put this at the top of the
file:
 bob Cleartext-Password := hello and run radtest again using radtest
bob hello localhost 0 testing123 and still get access reject message. So I
know that my server is up and running, but the user is being rejected
because of the password not matching, right?
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: radius help

2009-05-14 Thread jon jon
Yes, I have rebooted server after i made user bob. I know you want to see
the debug message I am getting. Not sure I can get from the server. however
when looking at the debug message of radiusd -X I see [pap] Warning! no
known good password found for the user. Authentication ma fail because of
this.
++[pap] returns noop
no authenticate method (Auth-type) configuration found for the request:
Rejecting the user
Failed to authenticate the user.
Using Post- Auth-Type Reject

that is why I thought maybe the password was not matching. Does this help
any?

On Thu, May 14, 2009 at 3:27 PM, Ivan Kalik t...@kalik.net wrote:

   I have am using slackware 12.1 and installed freeradius version 2.1.5.
 I
  have read the Install and the Readme me file.  I am trying the radtest
  program out and I start the radius server in debugging mode in one
 virtual
  screen and do a radtest test test localhost 0 testing123 from another
  virtual screen, I get a access reject of my packets. So the good thing is
  that my radius server is receiving the packets. Now I move on to see if I
  create a user called bob in the users file. I put this at the top of the
  file:
   bob Cleartext-Password := hello and run radtest again using
  radtest
  bob hello localhost 0 testing123 and still get access reject message. So
  I
  know that my server is up and running, but the user is being rejected
  because of the password not matching, right?

 Any chance we can see that debug? Did you restart the server since adding
 the user?

 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: radius help

2009-05-14 Thread jon jon
I restarted server and ran radtest but still getting access reject packet.
anything else I should check? Am I at least doing this the right way using
the users file to make a user and see if I can get a access accept message?

On Thu, May 14, 2009 at 3:34 PM, John Dennis jden...@redhat.com wrote:

  jon jon wrote:
  I have am using slackware 12.1 and installed freeradius version 2.1.5. I
  have read the Install and the Readme me file.  I am trying the radtest
  program out and I start the radius server in debugging mode in one
  virtual screen and do a radtest test test localhost 0 testing123 from
  another virtual screen, I get a access reject of my packets. So the good
  thing is that my radius server is receiving the packets. Now I move on
  to see if I create a user called bob in the users file. I put this at
  the top of the file:
   bob Cleartext-Password := hello and run radtest again using
  radtest bob hello localhost 0 testing123 and still get access reject
  message. So I know that my server is up and running, but the user is
  being rejected because of the password not matching, right?

 You need to restart the server to get it to reread the users file.
 Alternatively I believe Alan said HUP would cause the user's file to be
 reread.

 --
 John Dennis jden...@redhat.com

 Looking to carve out IT costs?
 www.redhat.com/carveoutcosts/
  -
 List info/subscribe/unsubscribe? See
 http://www.freeradius.org/list/users.html

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

Configuring Freeradius

2009-05-04 Thread jon jon
Hi,
I am new to freeradius. I am trying to get my freeradius server setup but I
find I am having trouble. I am running slackware 12.1 as my OS and running
freeradius version 2.1.5. All I want to do is get started on the right
track. My question is the three main config files I need to edit are
clients.conf, users.conf, and radiusd.conf, right? I did the radtest from
the command line and get a accept reject message. Can anyone just tell me
what I have to change to get me started off in the right direction?

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

Posting

2009-04-20 Thread jon jon
Help, I would like to post a messageto all the list members.

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

free9...@gmail.com

2009-04-20 Thread jon jon
free9...@gmail.com Here is my email.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Error: Ignoring request from unknown client IP:32772

2009-04-20 Thread jon jon
Hi,
I am new to chillispot and freeradius. My setup is as follows. I am using
linksys wrt54gl which connects to a server running chillispot which did
connect to a linksys router and everything worked fine. I am switching to a
new network and I replaced the linksys router with a cisco 1841 router. Also
changed the IP address of the cisco router. Changed the IP in the
clients.conf. I can register as a user but when trying to connect to the
internet, I get the error ignoring request form unkown client IP:32772.  Is
there anything I need to change, now that I am using a cisco router?

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

Re: Error: Ignoring request from unknown client IP:32772

2009-04-20 Thread jon jon
I did set the new IP address in the new client.conf.

jon

On Mon, Apr 20, 2009 at 3:10 PM, Fabián Omar Franzotti fofw...@gmail.comwrote:

  Hi jon

 I guess you forget set the ip in freeradius client.conf, but this ip do not
 look like ip address.

 Fabián Omar Franzotti
 Resistencia - Chaco
 Argentina
 - Original Message -

   *From:* jon jon free9...@gmail.com
 *To:* freeradius-users@lists.freeradius.org
 *Sent:* Monday, April 20, 2009 4:45 PM
 *Subject:* Error: Ignoring request from unknown client IP:32772

 Hi,
 I am new to chillispot and freeradius. My setup is as follows. I am using
 linksys wrt54gl which connects to a server running chillispot which did
 connect to a linksys router and everything worked fine. I am switching to a
 new network and I replaced the linksys router with a cisco 1841 router. Also
 changed the IP address of the cisco router. Changed the IP in the
 clients.conf. I can register as a user but when trying to connect to the
 internet, I get the error ignoring request form unkown client IP:32772.  Is
 there anything I need to change, now that I am using a cisco router?

 Thanks,
 jon

 --

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


 -
 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: Error: Ignoring request from unknown client IP:32772

2009-04-20 Thread jon jon
No, I can't paste my client.conf file, what is it that you are looking for
in this file?  The error message is Error: Ignoring request form unkown
client myipaddress:32772

Jon

On Mon, Apr 20, 2009 at 3:18 PM, Fabián Omar Franzotti fofw...@gmail.comwrote:

 May you paste the error and your client.conf
 -
 Fabián Omar Franzotti
 Resistencia - Chaco - Argentina
 Tel Arg.: 54-(372)-243-8710 /  54-(372)-257-0347
 USA Phone: 1-(321)-284-3865
 -
 - Original Message -
 From: jon jon
  To: FreeRadius users mailing list
 Sent: Monday, April 20, 2009 5:14 PM
 Subject: Re: Error: Ignoring request from unknown client IP:32772


 I did set the new IP address in the new client.conf.

 jon


 On Mon, Apr 20, 2009 at 3:10 PM, Fabián Omar Franzotti fofw...@gmail.com
 wrote:

 Hi jon

 I guess you forget set the ip in freeradius client.conf, but this ip do not
 look like ip address.

 Fabián Omar Franzotti
 Resistencia - Chaco
 Argentina
 - Original Message -
 From: jon jon
 To: freeradius-users@lists.freeradius.org
 Sent: Monday, April 20, 2009 4:45 PM
 Subject: Error: Ignoring request from unknown client IP:32772


 Hi,
 I am new to chillispot and freeradius. My setup is as follows. I am using
 linksys wrt54gl which connects to a server running
 chillispot which did connect to a linksys router and everything worked
 fine. I am switching to a new network and I replaced the
 linksys router with a cisco 1841 router. Also changed the IP address of the
 cisco router. Changed the IP in the clients.conf. I can
 register as a user but when trying to connect to the internet, I get the
 error ignoring request form unkown client IP:32772.  Is
 there anything I need to change, now that I am using a cisco router?

 Thanks,
 jon



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

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






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

 -
 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: Error: Ignoring request from unknown client IP:32772

2009-04-20 Thread jon jon
I am switching to a new network, that is why I am changing the IP address in
the client.conf file.

On Mon, Apr 20, 2009 at 3:26 PM, jon jon free9...@gmail.com wrote:

 No, I can't paste my client.conf file, what is it that you are looking for
 in this file?  The error message is Error: Ignoring request form unkown
 client myipaddress:32772

 Jon

   On Mon, Apr 20, 2009 at 3:18 PM, Fabián Omar Franzotti 
 fofw...@gmail.com wrote:

 May you paste the error and your client.conf
 -
 Fabián Omar Franzotti
 Resistencia - Chaco - Argentina
 Tel Arg.: 54-(372)-243-8710 /  54-(372)-257-0347
 USA Phone: 1-(321)-284-3865
 -
 - Original Message -
 From: jon jon
  To: FreeRadius users mailing list
 Sent: Monday, April 20, 2009 5:14 PM
 Subject: Re: Error: Ignoring request from unknown client IP:32772


 I did set the new IP address in the new client.conf.

 jon


 On Mon, Apr 20, 2009 at 3:10 PM, Fabián Omar Franzotti fofw...@gmail.com
 wrote:

 Hi jon

 I guess you forget set the ip in freeradius client.conf, but this ip do
 not look like ip address.

 Fabián Omar Franzotti
 Resistencia - Chaco
 Argentina
 - Original Message -
 From: jon jon
 To: freeradius-users@lists.freeradius.org
 Sent: Monday, April 20, 2009 4:45 PM
 Subject: Error: Ignoring request from unknown client IP:32772


 Hi,
 I am new to chillispot and freeradius. My setup is as follows. I am using
 linksys wrt54gl which connects to a server running
 chillispot which did connect to a linksys router and everything worked
 fine. I am switching to a new network and I replaced the
 linksys router with a cisco 1841 router. Also changed the IP address of
 the cisco router. Changed the IP in the clients.conf. I can
 register as a user but when trying to connect to the internet, I get the
 error ignoring request form unkown client IP:32772.  Is
 there anything I need to change, now that I am using a cisco router?

 Thanks,
 jon



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

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






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

 -
 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: Error: Ignoring request from unknown client IP:32772

2009-04-20 Thread jon jon
The error message is coming from radius.log file.

On Mon, Apr 20, 2009 at 3:31 PM, Fabián Omar Franzotti fofw...@gmail.comwrote:

  Well, sorry I can help you, because that don't look like ip address for
 me. And I don't know from where came this message.
 Maybe other guys in the list know how help to you.
  -
 Fabián Omar Franzotti
 Resistencia - Chaco - Argentina
 Tel Arg.: 54-(372)-243-8710 /  54-(372)-257-0347
 USA Phone: 1-(321)-284-3865

  - Original Message -
 *From:* jon jon free9...@gmail.com
 *To:* FreeRadius users mailing listfreeradius-users@lists.freeradius.org
   *Sent:* Monday, April 20, 2009 5:26 PM
 *Subject:* Re: Error: Ignoring request from unknown client IP:32772

 No, I can't paste my client.conf file, what is it that you are looking for
 in this file?  The error message is Error: Ignoring request form unkown
 client myipaddress:32772

 Jon

 On Mon, Apr 20, 2009 at 3:18 PM, Fabián Omar Franzotti 
 fofw...@gmail.comwrote:

 May you paste the error and your client.conf
 -
 Fabián Omar Franzotti
 Resistencia - Chaco - Argentina
 Tel Arg.: 54-(372)-243-8710 /  54-(372)-257-0347
 USA Phone: 1-(321)-284-3865
 -
 - Original Message -
 From: jon jon
  To: FreeRadius users mailing list
 Sent: Monday, April 20, 2009 5:14 PM
 Subject: Re: Error: Ignoring request from unknown client IP:32772


 I did set the new IP address in the new client.conf.

 jon


 On Mon, Apr 20, 2009 at 3:10 PM, Fabián Omar Franzotti fofw...@gmail.com
 wrote:

 Hi jon

 I guess you forget set the ip in freeradius client.conf, but this ip do
 not look like ip address.

 Fabián Omar Franzotti
 Resistencia - Chaco
 Argentina
 - Original Message -
 From: jon jon
 To: freeradius-users@lists.freeradius.org
 Sent: Monday, April 20, 2009 4:45 PM
 Subject: Error: Ignoring request from unknown client IP:32772


 Hi,
 I am new to chillispot and freeradius. My setup is as follows. I am using
 linksys wrt54gl which connects to a server running
 chillispot which did connect to a linksys router and everything worked
 fine. I am switching to a new network and I replaced the
 linksys router with a cisco 1841 router. Also changed the IP address of
 the cisco router. Changed the IP in the clients.conf. I can
 register as a user but when trying to connect to the internet, I get the
 error ignoring request form unkown client IP:32772.  Is
 there anything I need to change, now that I am using a cisco router?

 Thanks,
 jon



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

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






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

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


  --

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


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

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