Re: [Accel-ppp-users] ppp:ipcp: to avoid kernel soft lockup requested IP cannot be assigned (192.16
Status: Beta
Brought to you by:
xebd
|
From: Guillaume N. <g....@al...> - 2012-10-17 12:04:02
|
On Mon, Oct 15, 2012 at 06:36:54PM +0200, BJ Anglim wrote: > When I run accel-ppp -c /path_2_cfg/config on the server-side > and pon dsl-provider on the user side > i can see that the connection finishes the initial stage > (PADI,PADO,PADR,PADS), > PPP LCP REQ + PPP LCP REQ Ack + PPP Chap Challage + PPP Echo Request > + Reply + PPP Chap Response + PPP CHAP Sucess > ^ sofar so good > after this I get a Termination Request from the server: > after hours of fiddleing, I found out that the problem is summerized > in the debug.log as the following error message: > ppp:ipcp: to avoid kernel soft lockup requested IP cannot be > assigned (192.168.2.153) > (in the config file I defined the ipadress pool from > 192.168.2.150-192.168.2.250) > In your configuration file, the ranges defined in the client-ip-range and the ip-pool sections overlap. Just set different ranges and it show work. For example: [client-ip-range] -192.168.2.0/24 +192.168.3.0/24 [ip-pool] gw-ip-address=192.168.2.1 192.168.2.150-250 Note that if you're only using PPPoE, then the client-ip-range is of no use since the client doesn't any IP when starting the request. Regards, -- Guillaume Nault |