Page 1 of 1

[SOLVED]where am i wrong (ip pool)

Posted: 12 Feb 2020, 04:41
by hashbang
Hi,
this is my ip pool list but unable to go beyond 230x users. Still get errors of no free ip.
100.90.63.0/24,name=pppoe15
100.90.62.0/24,name=pppoe14,next=pppoe15
100.90.61.0/24,name=pppoe13,next=pppoe14
100.90.60.0/24,name=pppoe12,next=pppoe13
100.90.59.0/24,name=pppoe11,next=pppoe12
100.90.58.0/24,name=pppoe10,next=pppoe11
100.90.57.0/24,name-pppoe9,next=pppoe10
100.90.56.0/24,name=pppoe8,next=pppoe9
100.90.55.0/24,name=pppoe7,next=pppoe8
100.90.54.0/24,name=pppoe6,next=pppoe7
100.90.53.0/24,name=pppoe5,next=pppoe6
100.90.52.0/24,name=pppoe4,next=pppoe5
100.90.51.0/24,name=pppoe3,next=pppoe4
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
100.90.47.0/24,name=expired_pool
10.11.12.0/24,name=disabled_pool
----------------------------------------------------------------
[2020-02-12 10:03:56]: info: ens2f0.636: recv [RADIUS(1) Access-Accept id=1 <Service-Type Framed-User> <Mikrotik-Rate-Limit "1048576/1048576"> <Framed-Pool "disabled_pool">]
[2020-02-12 10:03:56]: info: ppp2460: connect: ppp2460 <--> pppoe(0c:d2:b5:51:f7:b3)
[2020-02-12 10:03:56]: info: ppp2460: nrlsudhir1: authentication succeeded
[2020-02-12 10:03:56]: warn: ppp2460: ppp:ipcp: to avoid kernel soft lockup requested IP cannot be assigned (10.11.12.189)
[2020-02-12 10:03:56]: warn: ppp2460: IPCP: discarding packet
------------------------------------------------------------------
nfo: ppp2457: connect: ppp2457 <--> pppoe(90:8d:78:14:91:9c)
[2020-02-12 10:03:56]: info: ppp2457: vishal_71: authentication succeeded
[2020-02-12 10:03:56]: warn: ppp2457: ppp: no free IPv4 address
[2020-02-12 10:03:56]: warn: ppp2457: IPV6CP: discarding packet
---------------------------------------------------------------------


thanks

Re: where am i wrong (ip pool)

Posted: 12 Feb 2020, 08:02
by dimka88
Hi, can you increase your pools? You can also use masks greater than /24
Check please `ip route show | grep 10.11.12.189`

[SOLVED]Re: where am i wrong (ip pool)

Posted: 13 Feb 2020, 02:42
by hashbang
hi
thanks
yes changed it to
100.90.56.0/21,name=pppoe8,next=pppoe9
100.90.55.0/24,name=pppoe7,next=pppoe8
100.90.54.0/24,name=pppoe6,next=pppoe7
100.90.53.0/24,name=pppoe5,next=pppoe6
100.90.52.0/24,name=pppoe4,next=pppoe5
100.90.51.0/24,name=pppoe3,next=pppoe4
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
I think there is limitation of next pool directive which seems to me 8
regarding 10.11.12.xx that could be bcoz this range is in client-iprange (default config)