"Alfred H. Dahl" <[EMAIL PROTECTED]> wrote: > The field in the database is int(12) - but data logged to the database > is never larger than an unsigned_int_32 (2147483647/7FFFFFFF) > > If this is a limitation in the RADIUS-server, what do I do to work > around it?
It's a limitation of the client. The RADIUS protocol transports numbers as unsigned 32-bit ints, (e.g. Acct-Input-Octets), but also supports larger numbers via Acct-Input-Gigawords. i.e. FreeRADIUS can only log what it's sent. If the server isn't logging large numbers, it's because the client isn't sending them. > I have verified that the PPPoE-servers are operating with higher > counters on their PPPoE-interfaces. They should send Acct-Input-Gigawork attributes. If they don't, fix them. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

