Hello List, i use freeradius 0.8.1 coming with my distribution (yes, older system) Is it necessary to declare every single client in clients.conf ? I want to use a "wildcard" client ip 0.0.0.0 to accept every client. This client ip is accepted in clients.conf but connect of real ip is ignored which is logged. I tried with 0.0.0.0/0 but this is errorneous. Is this setup possible or not wanted by developers? I did search the faq and web but did not found related topics. Thank you Andre
You may specify a class in CIDR format. For example: 10.0.0.0/8 Regards, Liran Tal. On Thu, Apr 10, 2008 at 12:11 PM, Andre Hübner <andre.huebner@gmx.de> wrote:
Hello List,
i use freeradius 0.8.1 coming with my distribution (yes, older system)
Is it necessary to declare every single client in clients.conf ? I want to use a "wildcard" client ip 0.0.0.0 to accept every client. This client ip is accepted in clients.conf but connect of real ip is ignored which is logged. I tried with 0.0.0.0/0 but this is errorneous.
Is this setup possible or not wanted by developers? I did search the faq and web but did not found related topics.
Thank you Andre
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Hi, 10.0.0.0/8 should go from 10.0.0.0 to 10.255.255.255 but 10 in first octet is constant. a 0.0.0.0/0 should be correct to describe all possible addresses but this is not accepted Now it is working for a subnet but for other subnets i had to add new clients. Hmm..?? or did i misunderstand? Thanks Andre ----- Original Message ----- From: Liran Tal To: FreeRadius users mailing list Sent: Thursday, April 10, 2008 11:39 AM Subject: Re: WildcardCllients You may specify a class in CIDR format. For example: 10.0.0.0/8 Regards, Liran Tal. On Thu, Apr 10, 2008 at 12:11 PM, Andre Hübner <andre.huebner@gmx.de> wrote: Hello List, i use freeradius 0.8.1 coming with my distribution (yes, older system) Is it necessary to declare every single client in clients.conf ? I want to use a "wildcard" client ip 0.0.0.0 to accept every client. This client ip is accepted in clients.conf but connect of real ip is ignored which is logged. I tried with 0.0.0.0/0 but this is errorneous. Is this setup possible or not wanted by developers? I did search the faq and web but did not found related topics. Thank you Andre - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html ------------------------------------------------------------------------------ - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Andre Hübner -
Liran Tal