Re: [PacketFence-users] Reeavulate Access Log Warning

2020-05-19 Thread Nicolas Quiniou-Briand via PacketFence-users
Hello, On 18/05/2020 17:22, Chad Jemison via PacketFence-users wrote: May 18 11:18:09 nac packetfence_httpd.aaa: httpd.aaa(2311) WARN: [mac:64:16:7f:57:c7:a3] Illegal hexadecimal digit ' ' ignored at /usr/local/pf/lib/pf/Switch/HP/Procurve_2920.pm line 57.

Re: [PacketFence-users] packet fence security event manual trigger or trigger through command line

2020-05-19 Thread Nicolas Quiniou-Briand via PacketFence-users
On 18/05/2020 20:06, Jean Matar wrote: Dear Nicolas, Thank you for getting back to me regarding the matter ! would you be kind enough to explain how to use pfcmd security_event ? as Take a look at [1]. pfcmd is located in /usr/local/pf/bin/pfcmd. Try: `/usr/local/pf/bin/pfcmd

Re: [PacketFence-users] Inquiry

2020-05-19 Thread Nicolas Quiniou-Briand via PacketFence-users
Hello, On 12/05/2020 18:02, abel sekibaala via PacketFence-users wrote: Hello , please advise ,i have just deployed packetfence ,everything seems fine but when i connect a device to a port on which configurations are applied 1.the machine is detected in the nac server but it does not receive 

Re: [PacketFence-users] Reeavulate Access Log Warning

2020-05-19 Thread Chad Jemison via PacketFence-users
1. What do you see in RADIUS Audit Log (RADIUS reply) when you connect a VoIP device on your switch that use Procurve_2920.pm switch template ? The following is when I power cycle the phone. May 19 07:46:26 nac auth[136359]: rlm_sql (sql): Closing connection (695): Hit idle_timeout, was idle

Re: [PacketFence-users] Reeavulate Access Log Warning

2020-05-19 Thread Ludovic Zammit via PacketFence-users
Hello Chad, If you check the code at the line mentioned: sub getVoipVsa { my ($self) = @_; my $logger = $self->logger; my $vlanid = sprintf( "%03x\n", $self->getVlanByName($VOICE_ROLE) ); my $hexvlan = hex( "31000" . $vlanid ); return ( 'Egress-VLANID' => $hexvlan, ); } What

Re: [PacketFence-users] Reeavulate Access Log Warning

2020-05-19 Thread Nicolas Quiniou-Briand via PacketFence-users
On 19/05/2020 13:50, Chad Jemison wrote: 1. What do you see in RADIUS Audit Log (RADIUS reply) when you connect a VoIP device on your switch that use Procurve_2920.pm switch template ? May 19 07:46:26 nac auth[136359]: [mac:64:16:7f:57:c6:f5] Accepted user: and returned VLAN May 19 07:46:26

[PacketFence-users] SAML Authentication with GoogleSuite return Error

2020-05-19 Thread BornTo Die via PacketFence-users
Hi, I got this error when setup SAML Authentication with GoogleSuite . I try to find down from SAMLSource.pm but still don't know what root cause is. ### *"ERROR: [mac:e4:b9:7a:6e:a0:99] Caught exception in captiveportal::Controller::Root->dynamic_application "Can't use string ("Can't call method

Re: [PacketFence-users] Reeavulate Access Log Warning

2020-05-19 Thread Chad Jemison via PacketFence-users
For simplicity sake, the VOICE VLAN is 202, the DATA VLAN is 1. Could you check: - in packetfence.log VLAN 202 is not being assigned. I'm not sure why the time clocks Authentication Source is being called by the phone. Nothing in that rule would seem to associate the phone with the MAC

Re: [PacketFence-users] Reeavulate Access Log Warning

2020-05-19 Thread Chad Jemison via PacketFence-users
Hello Chad, If you check the code at the line mentioned: sub getVoipVsa { my ($self) = @_; my $logger = $self->logger; my $vlanid = sprintf( "%03x\n", $self->getVlanByName($VOICE_ROLE) ); my $hexvlan = hex( "31000" . $vlanid ); return ( 'Egress-VLANID' => $hexvlan, ); } What