no free ipv4

PPPoE related questions
Post Reply
hashbang
Posts: 135
Joined: 12 Jul 2015, 10:28

no free ipv4

Post by hashbang »

I put the pppoe-server live with 200 to 250 users
I got this error
warn: ppp76: ppp: no free IPv4 address
[2020-01-03 20:17:38]: warn: ppp65: ppp: no free IPv4 address
[2020-01-03 20:17:38]: warn: ppp72: ppp: no free IPv4 address
[2020-01-03 20:17:38]: warn: ppp69: ppp: no free IPv4 address
[2020-01-03 20:17:38]: warn: ppp68: ppp: no free IPv4 address
[2020-01-03 20:17:38]: warn: ppp73: ppp: no free IPv4 address
[2020-01-03 20:17:38]: warn: ppp62: ppp: no free IPv4 address
[2020-01-03 20:17:38]: warn: ppp74: ppp: no free IPv4 address
[2020-01-03 20:17:39]: warn: ppp61: ppp: no free IPv4 address
[2020-01-03 20:17:39]: warn: ppp70: ppp: no free IPv4 address
[2020-01-03 20:17:39]: warn: ppp65: ppp: no free IPv4 address
online users were barely 20 30
my pool
100.90.48.51-100.90.48.254,name=pppoe
then i changed to
100.90.48.51-100.90.51.254,name=pppoe
but same warning
thnx
dimka88
Posts: 866
Joined: 13 Oct 2014, 05:51
Contact:

Re: no free ipv4

Post by dimka88 »

Hi hashbang, try using next format

Code: Select all

[ip-pool]
100.90.51.0/24,name=pppoe3
100.90.50.0/24,name=pppoe2,next=pppoe3
100.90.49.0/24,name=pppoe1,next=pppoe2
100.90.48.51-254,name=pppoe,next=pppoe1
hashbang
Posts: 135
Joined: 12 Jul 2015, 10:28

Re: no free ipv4

Post by hashbang »

TY
hashbang
Posts: 135
Joined: 12 Jul 2015, 10:28

Re: no free ipv4

Post by hashbang »

i was using 100.90.48.0/22
changed to what u suggested but accel-cmd reload didnt worked
I'd to restart the accel-ppp server
in what all situation reloading config doesnt work ?
thnks
dimka88
Posts: 866
Joined: 13 Oct 2014, 05:51
Contact:

Re: no free ipv4

Post by dimka88 »

Hi, you right, reload does not work for some config parts.
I tried describe it on https://accel-ppp.readthedocs.io/en/latest/
Post Reply