ippool Problem....!!!!!
Hi My problem : Error 734: The PPP link control protocol was terminated." appeared on my PC every 30 minutes. After that I have to stop the radiusd than deleting"db.ippool's" and "db.ipindex's" files then restart the radiusd. After doing that it works 30 minutes more than same i have to do the same.... I am tring to solve this problem more than 2 weeks but unfortunately i couldnt. I would be very happy if someone helps me. Below you can see my ippool configuration. ippool 128 { range-start = 212.108.xxx.2 range-stop = 212.108.yyy.254 netmask = 255.255.255.0 cache-size = 3200 session-db = ${raddbdir}/db.ippool-128 ip-index = ${raddbdir}/db.ipindex-128 override = no maximum-timeout = } ippool 256 { range-start = 212.108.xxx.1 range-stop = 212.108.yyy.254 netmask = 255.255.255.0 cache-size = 3200 session-db = ${raddbdir}/db.ippool-256 ip-index = ${raddbdir}/db.ipindex-256 override = no maximum-timeout = 0 } ippool 512 { range-start = 212.108.xxx.1 range-stop = 212.108.yyy.254 netmask = 255.255.255.0 cache-size = 3200 session-db = ${raddbdir}/db.ippool-512 ip-index = ${raddbdir}/db.ipindex-512 override = no maximum-timeout = 0 } ippool 1024 { range-start = 212.108.xxx.1 range-stop = 212.108.yyy.254 netmask = 255.255.255.0 cache-size = 3200 session-db = ${raddbdir}/db.ippool-1024 ip-index = ${raddbdir}/db.ipindex-1024 override = no maximum-timeout = 0 } ippool 2048 { range-start = 212.108.xxx.1 range-stop = 212.108.yyy.254 netmask = 255.255.255.0" cache-size = 3200 session-db = ${raddbdir}/db.ippool-2048 ip-index = ${raddbdir}/db.ipindex-2048 override = no maximum-timeout = 0 } accounting { 128 256 512 1024 post-auth { 128 256 512 1024 2048 Thanks Emre.
Emre EROSAL wrote:
*Error 734: The PPP link control protocol was terminated*.” appeared on my PC every 30 minutes.
Once the user is authenticated, RADIUS is not part of the session. So if the user gets terminated 30 minutes after being authenticated, the RADIUS server did not cause that. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
Hi Thanks for your and I know my radius is working very well, but I think my problem is about ippool , When I set ippool works on SSG everything is working good but I need ippool service works on radius . Emre -----Original Message----- From: freeradius-devel-bounces+emre.erosal=gmail.com@lists.freeradius.org [mailto:freeradius-devel-bounces+emre.erosal=gmail.com@lists.freeradius.org] On Behalf Of Alan DeKok Sent: Friday, April 27, 2007 6:49 PM To: FreeRadius developers mailing list Subject: Re: ippool Problem....!!!!! Emre EROSAL wrote:
*Error 734: The PPP link control protocol was terminated*.” appeared on my PC every 30 minutes.
Once the user is authenticated, RADIUS is not part of the session. So if the user gets terminated 30 minutes after being authenticated, the RADIUS server did not cause that. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
On Fri 27 Apr 2007, Emre EROSAL wrote:
Hi
Thanks for your and I know my radius is working very well, but I think my problem is about ippool , When I set ippool works on SSG everything is working good but I need ippool service works on radius .
Merhaba Emre If you believe you are having a problem with rlm_ippool (I have also seen on occasion problems with multiple IP pools on the same machine) I suggest you have a look at rlm_sqlippool Cheers -- Peter Nixon http://www.peternixon.net/ PGP Key: http://www.peternixon.net/public.asc
participants (3)
-
Alan DeKok -
Emre EROSAL -
Peter Nixon