Re: Dynamic Clients with FreeRADIUS

2008-10-07 Thread Alan DeKok
Johan Meiring wrote: > Now that 2.1.1 is out, is it still on the cards for 2.1.2? Maybe. My priorities these days are slightly different. > If you could let me know when it has been comitted to git, I would love to > test it. I'll send a message to the list if && when it's done. Alan DeK

RE: Dynamic Clients with FreeRADIUS

2008-10-06 Thread Johan Meiring
> > Johan Meiring wrote: > > Is the the "availibility of Nas-Identendifier" to the > virtual server thing?? > > No. Maybe in 2.1.2. > Hi Alan, Now that 2.1.1 is out, is it still on the cards for 2.1.2? If you could let me know when it has been comitted to git, I would love to test it. Th

Re: Dynamic Clients with FreeRADIUS

2008-09-09 Thread Alan DeKok
Johan Meiring wrote: > Is the the "availibility of Nas-Identendifier" to the virtual server thing?? No. Maybe in 2.1.2. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: Dynamic Clients with FreeRADIUS

2008-09-09 Thread Johan Meiring
> Sent: 09 September 2008 11:16 AM > To: FreeRadius users mailing list > Subject: Re: Dynamic Clients with FreeRADIUS > > > It's a bug in 2.1.0 that will be fixed in 2.1.1. > Hi, Is the the "availibility of Nas-Identendifier" to the virtual server thing

Re: Dynamic Clients with FreeRADIUS

2008-09-09 Thread Alan DeKok
It's a bug in 2.1.0 that will be fixed in 2.1.1. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Dynamic Clients with FreeRADIUS

2008-09-08 Thread jasoneswan
le: Checking preacct {...} for more modules to load Module: Linked to module rlm_acct_unique Module: Instantiating acct_unique acct_unique { key = "User-Name, Acct-Session-Id, NAS-IP-Address, Client-IP-Address, NAS-Port" } Module: Checking accounting {...} for more modules to load Module: Linked to module rlm_detail Module: Instantiating detail detail { detailfile = "/usr/local/var/log/radius/radacct/%{Client-IP-Address}/detail-%Y%m%d" header = "%t" detailperm = 384 dirperm = 493 locking = no log_packet_header = no } Module: Instantiating attr_filter.accounting_response attr_filter attr_filter.accounting_response { attrsfile = "/usr/local/etc/raddb/attrs.accounting_response" key = "%{User-Name}" } Module: Checking session {...} for more modules to load Module: Checking post-proxy {...} for more modules to load Module: Checking post-auth {...} for more modules to load } radiusd: Opening IP addresses and Ports listen { type = "auth" ipaddr = * port = 0 } listen { type = "acct" ipaddr = * port = 0 } Listening on authentication address * port 1812 Listening on accounting address * port 1813 Listening on proxy address * port 1814 Ready to process requests. Ignoring request to authentication address * port 1812 from unknown client 192.168.1.7 port 1024 Ready to process requests. Ignoring request to authentication address * port 1812 from unknown client 192.168.1.7 port 1024 Ready to process requests. Ignoring request to authentication address * port 1812 from unknown client 192.168.1.7 port 1024 Ready to process requests. ++-+---+---+---++---+-+ | id | nasname | shortname | type | ports | secret | community | description | ++-+---+---+---++---+-+ | 3 | 192.168.1.7 | jasonwifi | other | 1812 | testing123 | | | ++-+---+---+---++---+-+ 1 row in set (0.00 sec) -- View this message in context: http://www.nabble.com/Dynamic-Clients-with-FreeRADIUS-tp19384912p19386705.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Dynamic Clients with FreeRADIUS

2008-09-08 Thread Alan DeKok
jasoneswan wrote: > The key here is the ipaddr is 0.0.0.0 and netmask is 0. It SHOULD atleast > send an SQL query out when any IP connects If you've configured it right. Perhaps that's where the problem is? > but this simply says > > "Ignoring request to authentication address * port 1812 from

Re: Dynamic Clients with FreeRADIUS

2008-09-08 Thread jasoneswan
to authentication address * port 1812 from unknown client 192.168.1.7" Without actually querying the SQL to see if that address is in the list -- View this message in context: http://www.nabble.com/Dynamic-Clients-with-FreeRADIUS-tp19384912p19386429.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Dynamic Clients with FreeRADIUS

2008-09-08 Thread Alan DeKok
jasoneswan wrote: > I'm using sites-available/dynamic-clients config... You posted pretty much a default configuration file. Why? It's not like I don't have access to it. > What is happening is when a client connects it doesn't even check database > it simply says "unknown client" And you

Re: Dynamic Clients with FreeRADIUS

2008-09-08 Thread jasoneswan
} } ok } } What is happening is when a client connects it doesn't even check database it simply says "unknown client" -- View this message in context: http://www.nabble.com/Dynamic-Clients-with-FreeRADIUS-tp19384912p19386279.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Dynamic Clients with FreeRADIUS

2008-09-08 Thread Alan DeKok
jasoneswan wrote: > Has anyone gotten dynamic-clients working with freeradius yet? I'm trying to > accept clients from ANY IP, then looks up the IP in sql 'nas' table to see > if it exists Dynamic clients have been tested, yes. Can you post *specific* examples of what you're doing, why you

Dynamic Clients with FreeRADIUS

2008-09-08 Thread jasoneswan
Has anyone gotten dynamic-clients working with freeradius yet? I'm trying to accept clients from ANY IP, then looks up the IP in sql 'nas' table to see if it exists -- View this message in context: http://www.nabble.com/Dynamic-Clients-with-FreeRADIUS-tp19384912p19384912.htm