<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=ks_c_5601-1987">
<META content="MSHTML 6.00.2900.3199" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>
<DIV><FONT size=2>Hello,</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>I have a freeradius 1.1.7 server setup with ppp and pptp using
a mysql <BR>DB for user authentication.</FONT></DIV>
<DIV> </DIV>
<DIV>radiusd -xx</DIV>
<DIV> </DIV>
<DIV>.............</DIV>
<DIV>rlm_ippool: Could not find Pool-Name attribute</DIV>
<DIV>...........</DIV>
<DIV>...........</DIV>
<DIV> </DIV>
<DIV> modcall[accounting]: module "radutmp" returns ok for request
1<BR>rlm_ippool: This is not an Accounting-Stop. Return NOOP.<BR>
modcall[accounting]: module "dialup" returns noop for request 1<BR>rlm_ippool:
This is not an Accounting-Stop. Return NOOP.<BR> modcall[accounting]:
module "sp_pool" returns noop for request 1</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>-----------------------------------------------------------------</DIV>
<DIV>radiusd.conf</DIV>
<DIV> </DIV>
<DIV>ippool dialup
{<BR> range-start
=
172.16.0.1<BR>
range-stop = 172.16.0.125</DIV>
<DIV> </DIV>
<DIV> netmask
= 255.255.255.0</DIV>
<DIV> </DIV>
<DIV> cache-size
= 800</DIV>
<DIV> </DIV>
<DIV> session-db
= ${raddbdir}/db.ippool</DIV>
<DIV> </DIV>
<DIV> ip-index
= ${raddbdir}/db.ipindex</DIV>
<DIV> </DIV>
<DIV> override
= no</DIV>
<DIV> </DIV>
<DIV>
maximum-timeout = 0<BR> }<BR></DIV>
<DIV>ippool sp_pool {</DIV>
<DIV> </DIV>
<DIV>
range-start =
172.16.1.1<BR>
range-stop = 172.16.1.125</DIV>
<DIV> </DIV>
<DIV>
netmask = 255.255.255.0</DIV>
<DIV> </DIV>
<DIV>
cache-size = 800</DIV>
<DIV> </DIV>
<DIV>
session-db = ${raddbdir}/db.ippoolsp</DIV>
<DIV> </DIV>
<DIV>
ip-index = ${raddbdir}/db.ipindexsp</DIV>
<DIV> </DIV>
<DIV>
override = no</DIV>
<DIV> </DIV>
<DIV>
maximum-timeout = 0<BR>
}<BR></DIV>
<DIV> </DIV>
<DIV>------------------------------------------------</DIV>
<DIV>post-auth {<BR>#
main_pool<BR>
dialup<BR>
sp_pool<BR>#
sqlippool<BR># sql</DIV>
<DIV># ldap</DIV>
<DIV>}</DIV>
<DIV> </DIV>
<DIV>---------------------------------------------------</DIV>
<DIV>accounting {</DIV>
<DIV>
detail<BR># daily</DIV>
<DIV>
radutmp<BR>#
sradutmp<BR>#
main_pool<BR>
dialup<BR>
sp_pool<BR># sqlippool</DIV>
<DIV> sql</DIV>
<DIV>}<BR></DIV>
<DIV> </DIV>
<DIV>users file -----------------------------------</DIV>
<DIV> </DIV>
<DIV>DEFAULT Pool-Name := dialup<BR>
Fall-Through = Yes</DIV>
<DIV> </DIV>
<DIV>DEFAULT Pool-Name := sp_pool<BR>
Fall-Through = Yes</DIV>
<DIV> </DIV>
<DIV>DEFAULT Group == dialup, Pool-Name := "dialup"<BR></DIV>
<DIV>DEFAULT Group == sp_pool, Pool-Name := "sp_pool"</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV></FONT></DIV></BODY></HTML>