So, trying to be clear, what we need is:
IF mobile CONNECTS via NAS1 -> Gets IP from pool1 IF mobile CONNECTS via NAS1 again -> Gets THE same IP from pool1 IF mobile CONNECTS via NAS2 -> Gets IP from pool2 IF mobile CONNECTS via NAS2 again -> Gets THE same IP from pool2
Everything seems to work, BUT, the mobiles are getting always 2 ips instead of 1. I mean:
Mobile CONNECTS via NAS1 -> Gets IP from pool1 Mobile CONNECTS again via NAS1 -> Gets ANOTHER IP from pool1 Mobile CONNECTS via NAS2 -> Gets IP from pool2 Mobile CONNECTS again via NAS2 -> Gets ANOTHER IP from pool2
If I keep reconnecting with this mobile several times, I always get 1 of these 4 ips.
Is there a better way to do what I need?
Use sqlippool. It has queries to try to assign IP issued the last time. Ivan Kalik