Hi,
  I am using radiator, latest version, and I am trying to configure it
for use with our access servers. I have configured it to authenticate
from a mySql database, and it is running on RH Linux 7.0. We have a
large number of customers who have dedicated IP's, and a large numbers
of customers who are assigned an IP at the time of dialup. My mySql
Subscribers table looks like this:

USERNAME,PASSWORD,ENCRYPTEDPASSWORD,CHECKATTR,REPLYATTR,STATUS,PROTOCOL,IPADDRESS,IPNETMASK,FRAMEDGROUP

My AuthSelect statement looks like:
AuthSelect select PASSWORD, PROTOCOL, IPADDRESS, IPNETMASK from
SUBSCRIBERS where USERNAME='%n' and STATUS='A'

AuthColumnDef 0, User-Password, check
AuthColumnDef 1, Framed-Protocol, reply
AuthColumnDef 2, Framed-Address, reply
AuthColumnDef 3, Framed-Netmask, reply

I would like to able do both static and dynamic IP's from the same
realm, but I have yet to be able to figure this out. Does anyone have
any suggestions?

-- 
Kyle Hultman
[EMAIL PROTECTED]
===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to