Re: ip pool in mysql

2004-10-27 Thread Lito Lampitoc
but you are assigning ip with your NAS, I need a schema that has ip pool provision. Honestly, I'm not sure if it will work with MySQL. On Tue, 2004-10-26 at 04:03, Martin Jessa wrote: > Hi. > > I use Mikrotik as my NAS server and there i have configured an IP-Pool called > Official > And this is

Re: ip pool in mysql

2004-10-26 Thread Nachko Halachev
Hi, Make use of '=' opperand instead of ':=' for Reply Attribute . And don't forget to read Docs ;-) On Tuesday 26 October 2004 14:03, Martin Jessa wrote: > Hi. > > I use Mikrotik as my NAS server and there i have configured an IP-Pool > called Official And this is my SQL: > > CREATE TABLE radr

Re: ip pool in mysql

2004-10-26 Thread Martin Jessa
Hi. I use Mikrotik as my NAS server and there i have configured an IP-Pool called Official And this is my SQL: CREATE TABLE radreply ( id int(11) unsigned NOT NULL auto_increment, UserName varchar(64) NOT NULL default '', Attribute varchar(32) NOT NULL default '', op char(2) NOT NULL defa

ip pool in mysql

2004-10-25 Thread ral
Hi, I'm trying to use mysql with freeradius, my problem is, it looks like ip pool doesn't work, I'm not sure with my schema though, can anyone give me a sample of the schema for this? Thanks. Lito - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html