Re: [PacketFence-devel] New switch compilation

2014-04-01 Thread Juan Camilo Valencia
Hi Luis, This the output, [root@sbmdehas06 ~]# perl -c -l /usr/local/pf/ /usr/local/pf/lib/pf/SNMP/Cisco/Aironet_1210.pm /usr/local/pf/ syntax OK and this is switches.conf, # # Copyright 2006-2008 Inverse inc. # # See the enclosed file COPYING for license information (GPL). # If you did not rec

Re: [PacketFence-devel] New switch compilation

2014-04-01 Thread Louis Munro
Hi Juan, Please post your switches.conf file, at least the relevant parts (stripped of secrets and passwords, of course). Regards, -- Louis Munro lmu...@inverse.ca :: www.inverse.ca +1.514.447.4918 *125 :: +1 (866) 353-6153 Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence (

Re: [PacketFence-devel] New switch compilation

2014-04-01 Thread Louis Munro
Hi Juan, Please post the entire output including the command you ran. Regards, -- Louis Munro lmu...@inverse.ca :: www.inverse.ca +1.514.447.4918 *125 :: +1 (866) 353-6153 Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence (www.packetfence.org) On 2014-04-01, at 9:40 , Juan C

Re: [PacketFence-devel] New switch compilation

2014-04-01 Thread Juan Camilo Valencia
Hi Louis, Sorry I forget to include the pf libraries, I ran again the command and says syntax OK, another idea?, I will review the switches.conf again and see if I catch something. Regards, On Tue, Apr 1, 2014 at 8:40 AM, Juan Camilo Valencia < juan.valen...@seguratec.com.co> wrote: > HI Louis

Re: [PacketFence-devel] New switch compilation

2014-04-01 Thread Juan Camilo Valencia
HI Louis, I just made the test that you suggest, Yes I have a problem in the compilation, it can not locate pf/config.pm, but the file is there, some suggestions, Do you prefer that I post the entire output of the command?, let me know. Regards, On Tue, Apr 1, 2014 at 8:34 AM, Louis Munro wrot

Re: [PacketFence-devel] New switch compilation

2014-04-01 Thread Louis Munro
Hi Juan, Did you check the file for syntax errors? I.e. run this command: perl -c -I/usr/local/pf/lib /usr/local/pf/lib/SNMP/Cisco/Aironet_1210.pm Please report any errors. Regards, -- Louis Munro lmu...@inverse.ca :: www.inverse.ca +1.514.447.4918 *125 :: +1 (866) 353-6153 Inverse inc.

Re: [PacketFence-devel] New switch compilation

2014-04-01 Thread Juan Camilo Valencia
HI Fabrice, I create a file named Aironet_1210.pm in lib/pf/SNMP/Cisco/, I make it part of pf:pf, when I go thorug the admin gui to configuration->Switches appear an error, looking into the logs nothing appear, however when I did test with the AP in packetfence.log said, "ERROR Can not load perl m

Re: [PacketFence-devel] New switch compilation

2014-04-01 Thread Fabrice DURAND
Hi Juan, i have just change a line but the code look good. What you have to check is if the module appear in the module list in the admin gui (Switch config). And did you enable RFC 3576 on the access point, and do you have traffic on the udp port 3799 from pf to the access point ? Fabrice

Re: [PacketFence-devel] New switch compilation

2014-04-01 Thread Juan Camilo Valencia
Hi Fabrice, sure Here it is, This is based on the Aironet_WDS that I work like two years ago with Olivier, the device is a Aironet 1210 with IOS, in the AP you need to configure normally without the need of SNMP lines and you need to add the following line, "aaa pod server clients x.x.x.x por 379

Re: [PacketFence-devel] New switch compilation

2014-04-01 Thread Fabrice DURAND
Hi Juan, can you paste your module ? Regards Fabrice Hi Guys, I trying to test a new ap module in packetfence, an aironet 1210 with radius deauth, i have created the perl package, my question is, what are the steps necessaries to make packetfence recognize that. I was reading the developer

[PacketFence-devel] New switch compilation

2014-03-31 Thread Juan Camilo Valencia
Hi Guys, I trying to test a new ap module in packetfence, an aironet 1210 with radius deauth, i have created the perl package, my question is, what are the steps necessaries to make packetfence recognize that. I was reading the developers guide but didn't see how. Thanks foir your advance, Best