Let’s say FreeRadius or a billing system has stopped working and you need to temporarily give all clients IP addresses without authorization.
In the Accel-ppp configuration file, specify the ippool module:
[module]
ippool
Specify the new ip-pool:
[ip-pool]
10.128.0.2/19,name=ipoe
gw-ip-address=10.128.0.1/19
In the ipoe section, specify noauth, the name of the created ip-pool, and also do not forget the gw-ip-address for the network that is specified in the ip-pool:
[ipoe]
noauth=1
ip-pool=ipoe
gw-ip-address=10.128.0.1/19
Restart accel-ppp to apply the changes.