Re: IP Address based proxy forward

2007-03-21 Thread Alan DeKok
freeradius wrote: Is there a way or another to check on a network basis like 192.168.2.100/30 ? Yes and no. Regular expressions work, but they're ugly. In our productive architecture, the number of ip addresses should be a /21 subnet (2046 hosts)... I can write one line per ip but

Re: IP Address based proxy forward

2007-03-20 Thread freeradius
Yes you're right, I saw this wrong information in a non official radius forum, Is there a way or another to check on a network basis like 192.168.2.100/30 ? In our productive architecture, the number of ip addresses should be a /21 subnet (2046 hosts)... I can write one line per ip but maybe

Re: IP Address based proxy forward

2007-03-20 Thread tnt
You can use = and =. johnClient-IP-Address = 192.168.2.100, Client-IP-Address = 192.168.2.103, Proxy-To-Realm := proxy Ivan Kalik Kalik Informatika ISP Dana 20/3/2007, freeradius [EMAIL PROTECTED] piše: Yes you're right, I saw this wrong information in a non official radius forum, Is

Re: IP Address based proxy forward

2007-03-16 Thread freeradius
Alan DeKok a écrit : freeradius wrote: ... -- when I send a request from a NAC with the IP address 192.168.1.129, it does not work as described in the debug output : modcall[authorize]: module files returns notfound for request 34 Does anymone has an idea why it does not work ?

Re: IP Address based proxy forward

2007-03-16 Thread Alan DeKok
freeradius wrote: ... The users file contains : johnClient-IP-Address == 192.168.2.100/30, Proxy-To-Realm := proxy Nothing in the documentation or examples says that the IP/mask format is valid. It's not. The server won't understand it. Alan DeKok. -- http://deployingradius.com

Re: IP Address based proxy forward

2007-03-12 Thread Alan DeKok
freeradius wrote: ... -- when I send a request from a NAC with the IP address 192.168.1.129, it does not work as described in the debug output : modcall[authorize]: module files returns notfound for request 34 Does anymone has an idea why it does not work ? Read ALL of the debug

IP Address based proxy forward

2007-03-09 Thread freeradius
Hello, I’ve added a test line in freeradius 1.1.1 users file : TestUser Client-IP-Address == 192.168.1.128/28, Proxy-To-Realm := ServerA proxy.conf contains the realm definition... I’ve restarted the freeradius deamon for the server to take care of the changes. -- when I send a request from