Title: Can I use radclient to simulate accouting?

 

I’m trying to setup Freeradius to reply differently based on the nas that the request comes from.

 

In the huntgroup file I have this

 

group1          NAS-IP-Address == 192.168.1.50

group2          NAS-IP-Address == 192.168.1.20

 

 

 

 

 

 

in the users file I have this

 

 

DEFAULT         Service-Type == Framed-User, Huntgroup-Name == "group2"

 

                Slipstream-Auth = "true",

                X-Ascend-Data-Filter == "ip in forward tcp est",

                X-Ascend-Data-Filter == "ip in forward dstip 192.168.1.2/32",

                X-Ascend-Data-Filter == "ip in drop tcp dstport = 25",

                X-Ascend-Data-Filter == "ip in forward",

 

DEFAULT         Service-Type == Framed-User, Huntgroup-Name == "group1"

                RB-Context-Name = local,

                Fall-Through = yes

 

test   Auth-Type = Local, Password == "test"

 

 

 

I’m betting I’m missing something… I read the info in the hunt group file  a bunch of times but I know I’m missing something..

 

Thanx

Cris

 

 


---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.775 / Virus Database: 522 - Release Date: 10/8/2004


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.775 / Virus Database: 522 - Release Date: 10/8/2004

Reply via email to