Re: Is this Install Guide Complete?

2010-05-01 Thread Johan Meiring

On 2010/04/30 11:02 PM, Huckle Berry wrote:



I don't see how having newer versions of perl/python could be an issue.
As far as SSL is concerned, see below, as this server will be wiped soon.



The problem is that newer versions could have bugs.
Stable distributions are much better.

The problem is now IMHO an 'invalid guide' to install a later version is out 
there.


I realize that you might your server soon, but others (that may not wipe 
their server soon), may try this.


The backports route is still better.


--


Johan Meiring
Cape PC Services CC
Tel: (021) 883-8271
Fax: (021) 886-7782

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


is file outside component root?

2010-05-01 Thread Shingirai Ngwenya
I just completed installing my first freeside 1.9.3 with RT.
/etc/init.d/freeside start... is good without error and same goes for
my apache.
When I try to access my server from my server browser, I get:
[Mason] Cannot resolve file to component:
/var/www/html/freeside/index.html (is file outside component root?) at
/usr/lib/perl5/site_perl/5.8.8/HTML/Mason/ApacheHandler.pm line 852

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


Re: Is this Install Guide Complete?

2010-05-01 Thread Huckle Berry
OK so one last question before I go and install Lucid on the machine. I set
up SQL authorization and it works fine when I radtest it from several
clients.

SELECT * FROM radcheck WHERE UserName='04:1e:64:d4:3a:11';
++---+---++--+
| id | UserName  | Attribute | op | Value|
++---+---++--+
|  4 | 04:1e:64:d4:3a:11 | Password  | == | asdfasdf |

I then start freeradius -X and it reports it's ready to process requests.

$radtest 04:1e:64:d4:3a:11 asdfasdf 192.168.1.3 1812 testing123
Sending Access-Request of id 56 to 192.168.1.3 port 1812
User-Name = 04:1e:64:d4:3a:11
User-Password = asdfasdf
NAS-IP-Address = 127.0.1.1
NAS-Port = 1812
rad_recv: Access-Accept packet from host 192.168.1.3 port 1812, id=56,
length=20

Yet when I attempt to connect for real, freeradius never receives the
Access-Request. This seems like a NAS issue to me, since FR never even gets
the packet. Currently I have DD-WRT v24 (micro) installed on my WRT54Gv5
router. Under Wireless  Radius I have the option of turning the 'MAC
Radius Client' on. When on, I set it to the following values:

MAC Format: aa:bb:cc:dd:ee:ff
RADIUS Server Address: 192.168.1.3
RADIUS Server Port: 1812
Maximum Unauthenticated Users: 0
Password Format: (*) Shared Key ( ) MAC Address
RADIUS Shared Secret: testing123
Override if RADIUS is unavailable: [ ]

Not sure if anyone uses DD-WRT here. All the guides over at their site
require the use of chillispot or some other AAA service. I've played around
with the values but regardless of the configuration, FR never receives any
packets.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Error logs on freeradius 2.1.8

2010-05-01 Thread Oninz Unix
Hi Alan,

    Thanks for clarification, i just want to ask if we solve this in the 
firewall settings, can i also solve my problem with this logs also?

rlm_sql_oracle: execute query failed 
in sql_query: ORA-03113: end-of-file on communication channel 

Error: rlm_sql_oracle: OCI_SERVER_NOT_CONNECTED


It might be the reason also why getting this errors because of hung request due 
to firewall settings?

Thanks again.

Message: 5
Date: Wed, 28 Apr 2010 16:19:30 +0200
From: Alan DeKok al...@deployingradius.com
Subject: Re: Error logs on freeradius 2.1.8
To: FreeRadius users mailing list
    freeradius-users@lists.freeradius.org
Message-ID: 4bd843f2.9030...@deployingradius.com
Content-Type: text/plain; charset=ISO-8859-1

Oninz Unix wrote:
         I know some os the thread almost similar to my problem, but let
 me send some logs from my freeradius logs.
 
 Tue Apr 27 17:59:44 2010 : Info: WARNING: Child is hung for request 383.
 Tue Apr 27 17:59:44 2010 : Info: WARNING: Child is hung for request 382.
 Tue Apr 27 17:59:45 2010 : Info: WARNING: Child is hung for request 379.
 Tue Apr 27 17:59:46 2010 : Info: WARNING: Child is hung for request 383.
 Tue Apr 27 17:59:48 2010 : Info: WARNING: Child is hung for request 377.
...
 Error: WARNING: Unresponsive child for request 384, in module
 sql2_redundant component accounting
...
 I hope you could help me were to start to debug and solve the problem.

  You have a firewall between the RADIUS server and database.  The
firewall is dropping the RADIUS - database TCP connections.

  I have *no* idea why anyone thinks this is a good idea.  The firewall
(if any) should be configured to allow ANY TCP (RADIUS - DB : port).
But many people create rules allowing only established TCP
connections, and then the firewall helpfully loses track of which
sessions are established.

  Stop breaking your network.

  Alan DeKok.





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