<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16643" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Verdana color=#000080 size=2>Dear Friends,</FONT></DIV>
<DIV><FONT face=Verdana color=#000080 size=2></FONT> </DIV>
<DIV><FONT face=Verdana color=#000080 size=2>Right now I have setup working of 
freeradius with mysql authentication. I have static & dynamic group created 
in mysql and all seems working. Currently static IPs are provided by radius with 
mysql backend. But dynamic IP is provided by Cisco Router. Cisco router is 
configured as PPPOE/PPPOA. Cisco does all authentication with freeradius. 
</FONT></DIV>
<DIV><FONT face=Verdana color=#000080 size=2></FONT> </DIV>
<DIV><FONT face=Verdana color=#000080 size=2>Now what I want is to provided 
Dynamic IPs with freeradius instead of Cisco. I have searched alot and tried few 
setting but that didnt worked. Is it possible to configure USERS file and have 
all dynamic users get dynamically using USERS file ? I checked but wasnt 
sucessful. Or a solution in mysql itself. </FONT></DIV>
<DIV><FONT face=Verdana color=#000080 size=2></FONT> </DIV>
<DIV><FONT face=Verdana color=#000080 size=2>For testing i had activated below 
config in radiusd.conf</FONT></DIV>
<DIV><FONT face=Verdana color=#000080 size=2></FONT> </DIV>
<DIV><FONT face=Verdana color=#000080 
size=2>       ippool main_pool {</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Verdana color=#000080 
size=2>                
#  range-start,range-stop: The start and end 
ip<BR>                
#  addresses for the ip 
pool<BR>                
range-start = 
192.168.1.1<BR>                
range-stop = 192.168.3.254</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Verdana color=#000080 
size=2>                
#  netmask: The network mask used for the 
ip's<BR>                
netmask = 255.255.255.0</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Verdana color=#000080 
size=2>                
#  cache-size: The gdbm cache size for the 
db<BR>                
#  files. Should be equal to the number of 
ip's<BR>                
#  available in the ip 
pool<BR>                
cache-size = 800</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Verdana color=#000080 
size=2>                
# session-db: The main db file used to allocate ip's to 
clients<BR>                
session-db = ${raddbdir}/db.ippool</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Verdana color=#000080 
size=2>                
# ip-index: Helper db index file used in 
multilink<BR>                
ip-index = ${raddbdir}/db.ipindex</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Verdana color=#000080 
size=2>                
# override: Will this ippool override a Framed-IP-Address already 
set<BR>                
override = no</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Verdana color=#000080 
size=2>                
# maximum-timeout: If not zero specifies the maximum time in seconds 
an<BR>                
# entry may be active. Default: 
0<BR>                
maximum-timeout = 0<BR>        
}<BR></FONT></DIV>
<DIV><FONT face=Verdana color=#000080 size=2></FONT> </DIV>
<DIV><FONT face=Verdana color=#000080 size=2>main_pool in accounting & 
post-auth modules.</FONT></DIV>
<DIV><FONT face=Verdana color=#000080 size=2></FONT> </DIV>
<DIV><FONT face=Verdana color=#000080 size=2></FONT> </DIV>
<DIV><FONT face=Verdana><FONT size=2><FONT color=#000080>doing this and starting 
the radius gives me segmentation error. </FONT></FONT></FONT></DIV>
<DIV><FONT face=Verdana><FONT size=2><FONT 
color=#000080></FONT></FONT></FONT> </DIV>
<DIV><FONT face=Verdana><FONT size=2><FONT color=#000080>Any suggestion please 
?<BR></FONT></FONT></FONT></DIV>
<DIV><FONT face=Verdana><FONT size=2><FONT 
color=#000080></FONT></FONT></FONT> </DIV>
<DIV><FONT face=Verdana><FONT size=2><FONT 
color=#000080>Regards,</FONT></FONT></FONT></DIV>
<DIV><FONT face=Verdana><FONT size=2><FONT 
color=#000080>Joel</DIV></FONT></FONT></FONT></BODY></HTML>