Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Just replicate accounting packtets that are Acct-Status-Type Start

25 views
Skip to first unread message

Bruce Richardson

unread,
Jun 16, 2016, 10:45:57 AM6/16/16
to
Hi,

I'm currently replicating all accounting packets from WiFi to a URL Filtering system to allow Internet access.

preacct {
preprocess
update control {
Replicate-To-Realm := "xyz_realm"
}


However the WiFi system does not send the packets in the correct order. So when the user roams from one AP to the next the URL Filtering system just sees Acct-Status-Type 'Stop' and 'Start' and acts accordingly ignoring the Session-ID.

A solution would be to only send 'Start' packets and just let the user time out. Is there an easy way to just send the 'Start' packets?

Thanks for reading,

regards

Bruce.



--
This e-mail and any attachments are confidential and solely for the use of
the intended recipient. They may contain material protected by legal
professional or other privilege. If you receive it in error, please delete
it from your system, make no copies of it, do not disclose its contents to
any third party or use it for your own or any other person's benefit.
Please advise the sender of its receipt as soon as possible. Although this
email and its attachments are believed to be free of any virus or other
defect, it is the responsibility of the recipient to ensure that they are
virus free and no responsibility is accepted by the company for any loss or
damage arising from receipt or use thereof. Any opinions expressed that do
not relate to the official business of the company are those of the author,
not the United Biscuits group of companies.

United Biscuits (UK) Limited Registered in England number 2506007
Registered Office: Hayes Park, Hayes End Road, Hayes, Middlesex, UB4 8EE

Bruce Richardson

unread,
Jun 17, 2016, 4:43:11 AM6/17/16
to
for the record, I've figured this out my self from snippets of code from elsewhere. It gets me out of a hole until the vendors from each system think of a reply. FreeRADIUS saves the day, again. Thanks.



if (Acct-Status-Type == 'Start') {
update control {
Replicate-To-Realm := "xyz_realm"
}

}




0 new messages