Fabrice is correct. Basically you have to find out what you can use to assign what group the user is in. An easy way to do this is to run the radius server in debug mode and capture the output. Then you can compare requests from different APs and determine what you can use as a delimiter.
We used the MAC of the AP with our Cisco gear. Jake Sallee Godfather of Bandwidth System Engineer University of Mary Hardin-Baylor 900 College St. Belton TX. 76513 Fone: 254-295-4658 Phax: 254-295-4221 HTTP://WWW.UMHB.EDU -----Original Message----- From: Durand Fabrice [mailto:[email protected]] Sent: Tuesday, November 27, 2012 12:50 PM To: [email protected] Subject: Re: [PacketFence-users] Meru Wireless Controller and multiple subnets Hello Anton, Meru doesn't include the SSID in their RADIUS-Request when on MAC Authentication so you have to check in the radius request (radius -X -d /usr/local/pf/raddb/ ) if there is a difference between a request from the AP from the Block A and from the Block B. If there is a difference than you have to use radius/custom.pm and set a category to the node and after in vlan/custom.pm associate a category with a custom vlan. Regards Le 2012-11-26 04:23, Anton Dreyer a écrit : > Good day > > I was hoping I could find a solution to the following setup. We are using a > Meru MC controller and our network has a per building VLAN and subnet, eg. > > Block A - VLAN12|10.1.12.0 > Block B - VLAN14|10.1.14.0 > Block C - VLAN16|10.1.16.0 > etc. > > We would like to implement Packetfence as a captive portal on the wireless > network. Is it possible/has anyone managed to set up a Meru controller in > this fashion - somehow specifying the 'regular' vlan per AP? I have found > some info regarding Cisco kit in the mailing list - but nothing on Meru. > > Thanks in advance > > ---------------------------------------------------------------------- > -------- Monitor your physical, virtual and cloud infrastructure from > a single web console. Get in-depth insight into apps, servers, > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > PacketFence-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/packetfence-users -- Fabrice Durand [email protected] :: +1.514.447.4918 (x135) :: www.inverse.ca Inverse inc. :: Leaders behind SOGo (http://www.sogo.nu) and PacketFence (http://packetfence.org) ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ PacketFence-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/packetfence-users ------------------------------------------------------------------------------ Keep yourself connected to Go Parallel: DESIGN Expert tips on starting your parallel project right. http://goparallel.sourceforge.net _______________________________________________ PacketFence-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/packetfence-users
