Hallo, probaby a silly question, but man clients.conf didn't solve my doubts. I need to setup a new client with 3 IP addresses in clients.conf. Can I simply add more ipaddr fields like this: client myWLC { ipaddr = 192.168.1.211 ipaddr = 192.168.7.4 ipaddr = 192.168.210.210 require_message_authenticator = yes secret = .... virtual_server = eduroam nastype = other } or do I need 3 "client myWLC" entries, one for each IP? Thanks in advance for your help, Stefano
On 28 Jan 2015, at 18:39, Stefano Zanmarchi <zanmarchi@gmail.com> wrote:
Hallo, probaby a silly question, but man clients.conf didn't solve my doubts. I need to setup a new client with 3 IP addresses in clients.conf. Can I simply add more ipaddr fields like this:
client myWLC { ipaddr = 192.168.1.211 ipaddr = 192.168.7.4 ipaddr = 192.168.210.210 require_message_authenticator = yes secret = .... virtual_server = eduroam nastype = other }
or do I need 3 "client myWLC" entries, one for each IP?
You need three entries. You can use a template if you really want to avoid duplicating the info. -Arran Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS development team FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2
Thank you Arran, what do you mean by using a template? On Wed, Jan 28, 2015 at 12:53 PM, Arran Cudbard-Bell < a.cudbardb@freeradius.org> wrote:
On 28 Jan 2015, at 18:39, Stefano Zanmarchi <zanmarchi@gmail.com> wrote:
Hallo, probaby a silly question, but man clients.conf didn't solve my doubts. I need to setup a new client with 3 IP addresses in clients.conf. Can I simply add more ipaddr fields like this:
client myWLC { ipaddr = 192.168.1.211 ipaddr = 192.168.7.4 ipaddr = 192.168.210.210 require_message_authenticator = yes secret = .... virtual_server = eduroam nastype = other }
or do I need 3 "client myWLC" entries, one for each IP?
You need three entries.
You can use a template if you really want to avoid duplicating the info.
-Arran
Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS development team
FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On 28 Jan 2015, at 20:39, Stefano Zanmarchi <zanmarchi@gmail.com> wrote:
Thank you Arran, what do you mean by using a template?
https://github.com/FreeRADIUS/freeradius-server/blob/master/raddb/templates.... Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS development team FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2
Thanks! On Wed, Jan 28, 2015 at 2:49 PM, Arran Cudbard-Bell < a.cudbardb@freeradius.org> wrote:
On 28 Jan 2015, at 20:39, Stefano Zanmarchi <zanmarchi@gmail.com> wrote:
Thank you Arran, what do you mean by using a template?
https://github.com/FreeRADIUS/freeradius-server/blob/master/raddb/templates....
Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS development team
FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Arran Cudbard-Bell -
Stefano Zanmarchi