Re: [PacketFence-users] Admin GUI - Node details slow.

2016-02-25 Thread Thomas, Gregory A
By using the suggested queries, I was able to move 120,000 records and optimize the table in less than 1 minute (20ish seconds for the move and delete) Pretty much replace the code with this: $move_log = " INSERT INTO `pf`.`iplog_archive` SELECT * FROM `pf`.`iplog_history` WHERE

Re: [PacketFence-users] Cisco 2950 switch

2016-02-25 Thread TOURE Amidou Florian
Yes i have done an error when assigning the packetfcence ip address (Radius server ).But i have corrected it.I have the same problem.The fa 0/2 switchport' color is orangeThanks Le Jeudi 25 février 2016 22h13, Fabrice Durand a écrit : Hum ... 00:51:51:

Re: [PacketFence-users] Cisco 2950 switch

2016-02-25 Thread Fabrice Durand
Hum ... 00:51:51: %RADIUS-4-NOSERV: Warning: Server 192.168.1.1:1812,1813 is not defined. Fabrice Le Jeudi, Février 25, 2016 15:43 EST, TOURE Amidou Florian a écrit: > Hi Fabrice,I tried to do what you said me and i have this .The interface > configured for

Re: [PacketFence-users] Cisco 2950 switch

2016-02-25 Thread Fabrice Durand
Hi Amidou, on the cisco switch do a "term mon" unplug and plug the device in the switch port and check the log on the screen. Regards Fabrice Le Jeudi, Février 25, 2016 16:21 EST, TOURE Amidou Florian a écrit: > Yes i have done an error when assigning the

Re: [PacketFence-users] Cisco 2950 switch

2016-02-25 Thread TOURE Amidou Florian
This my switch configuration.You can  see that my configuration is corrected.Sorry to busy you all the time.Current configuration : 1909 bytes!version 12.1no service padservice timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname Switch!aaa new-modelaaa

Re: [PacketFence-users] Cisco 2950 switch

2016-02-25 Thread TOURE Amidou Florian
Hi Fabrice,I tried to do what you said me and i have this .The interface configured for the device is fa 0/2Thanks Syslog logging: enabled (0 messages dropped, 0 messages rate-limited, 0 flushes, 0 overruns)    Console logging: level debugging, 38 messages logged    Monitor logging: level

Re: [PacketFence-users] Admin GUI - Node details slow.

2016-02-25 Thread Morris, Andi
This looks good, thanks! However, wouldn't you want to remove the logs by end date, rather than start date? Presuming some could still be open after 7 days. Cheers, Andi -Original Message- From: Bebbet van Dinges [mailto:beb...@bebbet.nl] Sent: 23 February 2016 12:40 To:

Re: [PacketFence-users] User logout / self check status?

2016-02-25 Thread Nitin Chandrachoodan
> If you put a interface/vlan with portal daemon on it, you can browse to > http://packetfenceip/status where you can see the status of your > devices and unregister them. Thanks, looks like I missed the obvious. I was trying variants like packetfenceip/status.html and others related to the

Re: [PacketFence-users] login error after upgrade from pf 5.6.0 to 5.7.0

2016-02-25 Thread Hubert Kupper
Hello all, the preview of Portal Profile and Pages - default - files - login.html and device-login.html shows both, username and password fields. The preview of the Portal Profile and Pages - default shows only the username field. What was changed by the upgrade? Please help. Best regards,

Re: [PacketFence-users] Snort Not Detecting Bittorrent?

2016-02-25 Thread Nathan, Josh
Well... Snort is definitely not seeing anything. We do have a Dynamic VLAN setup in Test right now, and it detected the bittorrent activity immediately. So... somehow I guess Snort isn't binding to the VLAN interfaces for our Inline connections properly? We haven't setup a proper SPAN interface

[PacketFence-users] Installing with separate database server

2016-02-25 Thread Morris, Andi
Hi all. Just wondering what the best practice is for installing packetfence with a separate mysql database server. Do I need to install packetfence on the main server without the mysql elements? If so, what's the best way to do that so that I don't miss out a vital dependency when installing

Re: [PacketFence-users] Cisco 2950 switch

2016-02-25 Thread Durand fabrice
You configured your switch port only for 802.1x, did you configure the supplicant on the laptop ? Also add that on the interface Fast0/2 dot1x mac-auth-bypass What you have to search is how to configure the switch, ie google : 12.1 mab 802.1x 2950 Regards Fabrice Le 2016-02-25 16:39,

Re: [PacketFence-users] Installing with separate database server

2016-02-25 Thread Fabrice Durand
Hello Andi, you just need to install a mysql server (mysql, mariadb, gallera-cluster ...), import db/pf-schema.sql. And: GRANT SELECT,INSERT,UPDATE,DELETE,EXECUTE,LOCK TABLES ON pf.* TO pf@172.20.20.1 IDENTIFIED BY packetfence; GRANT DROP ON pf.radius_nas TO pf@172.20.20.1 IDENTIFIED BY

Re: [PacketFence-users] Admin GUI - Node details slow.

2016-02-25 Thread Thomas, Gregory A
I am pretty sure the answer to the question is yes and no. Since the script is looking at iplog_history there should be a start and end time. The only way a record is supposed to be in iplog_history is if a new entry for the IP is added to iplog, as iplog has the column ip as the primary key.

Re: [PacketFence-users] login error after upgrade from pf 5.6.0 to 5.7.0

2016-02-25 Thread Louis Munro
Can you please post the contents of your conf/authentication.conf and conf/profiles.conf files? There are conditions under which it may not make sense to use a password. The display (or lack thereof) depends on the value of a “no_password” variable which you may find at line 75 of

Re: [PacketFence-users] Installing with separate database server

2016-02-25 Thread Fabrice Durand
Yes exactly, mysql is a dependency but disable it when the system start. Le Jeudi, Février 25, 2016 10:49 EST, "Morris, Andi" a écrit: > Thanks Fabrice, > So for the actual packetfence server I just install as the complete package, > but just ignore/disable the

Re: [PacketFence-users] Installing with separate database server

2016-02-25 Thread Louis Munro
> On Feb 25, 2016, at 10:49 , Morris, Andi wrote: > > So for the actual packetfence server I just install as the complete package, > but just ignore/disable the local mysql installation? That’s what I have been doing for a while now. It’s the safe choice, making

Re: [PacketFence-users] Installing with separate database server

2016-02-25 Thread Morris, Andi
Thanks Fabrice, So for the actual packetfence server I just install as the complete package, but just ignore/disable the local mysql installation? Cheers, Andi -Original Message- From: Fabrice Durand [mailto:fdur...@inverse.ca] Sent: 25 February 2016 15:29 To: