radacctstarttime and radacctstoptime is supposed to get the time from the nas?
My NAS has no internet access and I cant use the NTP to get a the correct time. Can I change the radacct to get the time from mysql instead of the nas? Thank you. -- Diorges Rocha Gerente de TI Tel.: (67) 3451-4035 Cel.: (67) 9 9924-1781 R. Edson Bezerra, 685 - Centro Itaporã - MS - Brasil CEP 79890-000 Estamos presentes no IX.BR de SP. (AS264130)
On May 24, 2017, at 5:44 PM, Diorges Rocha - Radionet Telecom <diorges@radionet.net.br> wrote:
My NAS has no internet access and I cant use the NTP to get a the correct time.
Don't be lazy. Setup an NTP server on the management network. Heck run it on the RADIUS server itself.
Can I change the radacct to get the time from mysql instead of the nas?
If you're still intent on being a terrible sysadmin: preacct { ... update request { Event-Timestamp := "%T" } ... } - to overwrite the timestamp in the request. It's a bad idea if you care about accurate timestamps, because when the packet is processed != when the event happened. -Arran Arran Cudbard-Bell FreeRADIUS Core Developer FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2
Thank you for your answer. Hugs. 2017-05-24 18:38 GMT-04:00 Arran Cudbard-Bell <a.cudbardb@freeradius.org>:
On May 24, 2017, at 5:44 PM, Diorges Rocha - Radionet Telecom < diorges@radionet.net.br> wrote:
My NAS has no internet access and I cant use the NTP to get a the correct time.
Don't be lazy. Setup an NTP server on the management network. Heck run it on the RADIUS server itself.
Can I change the radacct to get the time from mysql instead of the nas?
If you're still intent on being a terrible sysadmin:
preacct { ... update request { Event-Timestamp := "%T" } ... }
- to overwrite the timestamp in the request.
It's a bad idea if you care about accurate timestamps, because when the packet is processed != when the event happened.
-Arran
Arran Cudbard-Bell FreeRADIUS Core Developer
FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2
- List info/subscribe/unsubscribe? See http://www.freeradius.org/ list/users.html
-- Diorges Rocha Gerente de TI Tel.: (67) 3451-4035 Cel.: (67) 9 9924-1781 R. Edson Bezerra, 685 - Centro Itaporã - MS - Brasil CEP 79890-000 Estamos presentes no IX.BR de SP. (AS264130)
participants (2)
-
Arran Cudbard-Bell -
Diorges Rocha - Radionet Telecom