Accel-ppp. How to assign IP addresses without authorization

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.

Leave a comment

Leave a Reply

Discover more from IT Blog

Subscribe now to keep reading and get access to the full archive.

Continue reading