Re: SQLIP pool backend - MySQL or PostgreSQL

2008-05-07 Thread rsg
>From my experience when MySQL InnoDB (for ip-pool-table) and row-level locking is used, I didn't come across any issue with duplicate IPs for 250+ concurrent auth requests made. I have different architectural issues for successful Auth and Accounting, but aren't related to SQLIPPOOL.. On Wed, M

SQLIP pool backend - MySQL or PostgreSQL

2008-05-07 Thread Flamur Rogova
Hi, I have been using rlm_ippool successfully for more than a year, and didnt have problems with it. Since we have many IP pools(~4-10 per nas) and we need non-continuous IP addresses in pool, I would try SQL based pools. I have read some posts that in MySQL you might get duplicate IPs if yo