Hi all, I wish to configure 1 proxy radius server and 2 backend radius servers. One backend server is the real database for aauth and billing. The other one is inside a traffic shapper. I want to duplicate all accounting packets to this trafic shapper. After reading many times the proxy.conf and /sites-availables files, I can not forward all request to the traffic shaper until now. Does someone has a clear example for this kind of configuration? Regards. Emmanuel Rafaralahisoa Data Telecom Service.
I wish to configure 1 proxy radius server and 2 backend radius servers. One backend server is the real database for aauth and billing. The other one is inside a traffic shapper. I want to duplicate all accounting packets to this trafic shapper. After reading many times the proxy.conf and /sites-availables files, I can not forward all request to the traffic shaper until now. Does someone has a clear example for this kind of configuration?
Configute realm ts { ...} on proxy server with details of traffic shaper. Make sure that raddb/modules/detail is set to write to same detail file copy-acct-to-home-server is going to read it from (they are different by default) and that detail is enabled in accounting (it is by default). Add: update control { Proxy-To-Realm := ts } to copy-to-acct-server preacct section. Ivan Kalik Kalik Informatika ISP
thanks! I am now able to send the accounting packet to the trafic shaper. But seems that it retries to send again packets even I put the status-check to "none" because the TS can not handle this. I want to send packet without retrying. Did I missed something again? Regards, Emmanuel 2009/3/24 <tnt@kalik.net>
I wish to configure 1 proxy radius server and 2 backend radius servers. One backend server is the real database for aauth and billing. The other one is inside a traffic shapper. I want to duplicate all accounting packets to this trafic shapper. After reading many times the proxy.conf and /sites-availables files, I can not forward all request to the traffic shaper until now. Does someone has a clear example for this kind of configuration?
Configute realm ts { ...} on proxy server with details of traffic shaper. Make sure that raddb/modules/detail is set to write to same detail file copy-acct-to-home-server is going to read it from (they are different by default) and that detail is enabled in accounting (it is by default). Add:
update control { Proxy-To-Realm := ts }
to copy-to-acct-server preacct section.
Ivan Kalik Kalik Informatika ISP
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
I am now able to send the accounting packet to the trafic shaper. But seems that it retries to send again packets even I put the status-check to "none" because the TS can not handle this. I want to send packet without retrying.
Home server has to respond or it will be marked as dead (see proxy.conf). TS has to handle this or it can't be used to handle proxied packets. Ivan Kalik Kalik Informatika ISP
Emmanuel Rafaralahisoa wrote:
thanks! I am now able to send the accounting packet to the trafic shaper. But seems that it retries to send again packets even I put the status-check to "none" because the TS can not handle this. I want to send packet without retrying.
Did I missed something again?
Accounting packets are *supposed* to be retransmitted if there isn't a response. Alan DeKok.
Emmanuel Rafaralahisoa wrote:
I wish to configure 1 proxy radius server and 2 backend radius servers. One backend server is the real database for aauth and billing. The other one is inside a traffic shapper. I want to duplicate all accounting packets to this trafic shapper. After reading many times the proxy.conf and /sites-availables files, I can not forward all request to the traffic shaper until now. Does someone has a clear example for this kind of configuration?
What part of the documentation is unclear? i.e. do you have *specific* questions? Or just "I tried stuff, and it didn't work" ? Alan DeKok.
Yes As a Newbie, update control parameter was not clear for me! Thanks for your support. Emmanuel 2009/3/24 Alan DeKok <aland@deployingradius.com>
Emmanuel Rafaralahisoa wrote:
I wish to configure 1 proxy radius server and 2 backend radius servers. One backend server is the real database for aauth and billing. The other one is inside a traffic shapper. I want to duplicate all accounting packets to this trafic shapper. After reading many times the proxy.conf and /sites-availables files, I can not forward all request to the traffic shaper until now. Does someone has a clear example for this kind of configuration?
What part of the documentation is unclear?
i.e. do you have *specific* questions? Or just "I tried stuff, and it didn't work" ?
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (3)
-
Alan DeKok -
Emmanuel Rafaralahisoa -
tnt@kalik.net