How to delete a attribute

2008-04-11 Thread Mikhail Novikov
Hello! How can I delete a attribute in request via unlang code? Michael - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Failed to insert event, freeradius 2.0.3

2008-04-03 Thread Mikhail Novikov
Hi, I got this message and freeradius stoped work: Rejecting request 0 due to lack of any response from home server 192.168.0.10 port 1812 There was no response configured: rejecting request 0 Finished request 0. [event.c:969] Failed to insert event How can I fix that? - List

copy-acct-to-home-server example. need help

2008-04-03 Thread Mikhail Novikov
Hi, I use copy-acct-to-home-server example but the virtual server doesn't sends requests to the home server. I tried to proxy requests by Proxy-To-Realm attribute but it doesn't works. my configuration files: sites-available/copy-acct-to-home-server: server copy-acct-to-home-server {

Re: copy-acct-to-home-server example. need help

2008-04-03 Thread Mikhail Novikov
Which version are you using? 2.0.3 has some fixes over 2.0.2... I'm using FreeRadius 2.0.3. User-Name = test User-Password = pass Uh... no. That is an authentication request, not an accounting request. The server does NOT read authentication requests from the

Re: copy-acct-to-home-server example. need help

2008-04-03 Thread Mikhail Novikov
Polling for detail file /usr/local/var/log/radius/radacct/detail Waking up in 0.9 seconds. User-Name = test User-Password = pass Uh... no. That is an authentication request, not an accounting request. The server does NOT read authentication requests from the

Re: proxy to 2 servers

2008-04-02 Thread Mikhail Novikov
How can I confugure the server to read the log file and proxy the requests to another server? raddb/sites-available/copy-acct-to-home-server freeradius proxy server has to send all requests to 2 radius servers but proxy server has to modify attributes (by rule in hints file) in requests

build freeradius 2.0.3 on ubuntu(debian)

2008-04-02 Thread Mikhail Novikov
Hello, After installation freeradius server 2.0.3 on Ubuntu 7.10 with: ./configure ./make ./make install I got this message: $ radiusd x radiusd: error while loading shared libraries: libfreeradius-radius-2.0.3.so: cannot open shared object file: No such file or directory How can I fix that?

Re: build freeradius 2.0.3 on ubuntu(debian)

2008-04-02 Thread Mikhail Novikov
after $ ldconfig it works fine now. On Wed, Apr 2, 2008 at 8:38 PM, Nicolas Goutte [EMAIL PROTECTED] wrote: Am 02.04.2008 um 18:28 schrieb Mikhail Novikov: Hello, After installation freeradius server 2.0.3 on Ubuntu 7.10 with: ./configure ./make ./make install I got

Re: proxy to 2 servers

2008-04-02 Thread Mikhail Novikov
{ ... } ... } How can I specify: 1) server_one has to modify and proxy requests to 192.168.0.10:1812 2) server_two has to proxy requests to 192.168.0.11:1812 ? On Wed, Apr 2, 2008 at 6:42 PM, Alan DeKok [EMAIL PROTECTED] wrote: Mikhail Novikov wrote: freeradius proxy

Re: proxy to 2 servers

2008-04-02 Thread Mikhail Novikov
How can I specify: 1) server_one has to modify and proxy requests to 192.168.0.10:1812 2) server_two has to proxy requests to 192.168.0.11:1812 put the required attribute filters and rewrites into each server section. then they'll do the right thing. I'd use unlang to write the

Re: proxy to 2 servers

2008-04-02 Thread Mikhail Novikov
realm DEFAULT1 { type= radius authhost= 192.168.0.10:1812 accthost= 192.168.0.10:1813 secret = testing123 } realm DEFAULT2 { type= radius authhost= 192.168.0.11:1812

hints file and proxy.conf

2008-04-01 Thread Mikhail Novikov
Hello. This is part of proxy.conf file realm DEFAULT { type= radius authhost= radius.company1.com:1600 accthost= radius.company1.com:1601 secret = testing123 } realm DEFAULT { type= radius authhost

proxy to 2 servers

2008-04-01 Thread Mikhail Novikov
Hello, I have freeradius proxy server which have to send all requests to 2 radius servers. Is freeradius possible to handle this and what the rules should I write in proxy.conf? Thanks. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: proxy to 2 servers

2008-04-01 Thread Mikhail Novikov
Is freeradius possible to handle this and what the rules should I write in proxy.conf? You have to configure the server to log to the detail file (or multiple detail files), and then read that, and proxy those requests to another server. How can I confugure the server to read the

Hint. Need help

2008-03-20 Thread Mikhail Novikov
Hello Please, what the hint should I add to hints file to remove Nas-Port-ID attribute Nas-Port-ID = GigabitEthernet 0/0/3.23203101:2321-121 and add PortID like this PortID = 2321-121 ? Thanks - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Modifying attributes

2008-03-14 Thread Mikhail Novikov
Hello. I have another question: FreeRadius is installed and works like proxy RADIUS server. But one attribute in requests should be modified. Proxy have to change this field Nas-Port-ID = GigabitEthernet 0/0/2.12111010:1211-820 to this PortLLID = 1211-820 What should I do? Best regards,

Performance and hardware

2008-03-12 Thread Mikhail Novikov
Hello. I have a question about FreeRadius: RADIUS proxy server (FreeRadius) should perform 150 - 250 requests per second. Some attributes in requests have to be modified (rules is specified in hints file). OS is Debian Linux. How much memory should have the server? What the processor (in GHz)