Multiple ippools with a singe group problem

Georgi Alexandrov georgi.alexandrov at gmail.com
Mon Feb 6 14:58:33 CET 2006


Hello list,

I'm using freeradius 1.1.0 with dialup_admin and mysql 5.0.x
I need different ip pools to be accessible only by one name, e.g. :

ippool 1 {
	...
	}

ippool 2 {
	...
	}

ippool 3 {
	...
	}


post-auth {
	1
	2
	3
	}

accounting {
	1
	2
	3
	...
	}

That way it's working if i add a user to one of 1, 2 or 3 pools.
But i need him added to all of the pools. Putting "DEFAULT" won't even
asign ip address.

post-auth {
	group all {
	    1
	    2
            3
	}
}

and putting user in pool "all" doesn't work, freeradius says invalid
module "group".
So i generally need all the pools to be accessible like one pool name ;-)

Thanks in advance

-- 
regards,
Georgi Alexandrov

Key Server = http://pgp.mit.edu/ :: KeyID = 37B4B3EE
Key Fingerprint = E429 BF93 FA67 44E9 B7D4  F89E F990 01C1 37B4 B3EE

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20060206/c1cdfd92/attachment.pgp>


More information about the Freeradius-Users mailing list