hello there, I am using a freeradius instance for assigning PPPoE public ip addresses to our customers. Also I created a different ip pool for service purpose, we have a service PPPoE single username for the management of the routers and it is always the same, the goal is that when the router is connected to our network it gets a private management IP so we can access and configure it. The management IP should be took from the aforemented pool, dynamically, and freed when the router is configured. So for example pool is: 172.16.0.1 172.16.0.2 172.16.0.3 172.16.0.4 routerA authenticates with PPPoE service account "serviceuser@xyz", get ip 172.16.0.1 routerB authenticates with PPPoE service account "serviceuser@xyz", get ip 172.16.0.2 ... etc. Could this can be done using freeradius and its modules? At the moment using sqlippool I can only get the same user to get always the same ip, example: routerA authenticates with PPPoE service account "serviceuser@xyz", get ip 172.16.0.1 routerB authenticates with PPPoE service account "serviceuser@xyz", get ip 172.16.0.1 ... etc. can somebody help me? Thanks-a-lot! I attach the debugfile as intended. -- Mirko Alberio mirko.alberio@telemar.it