Re: [PacketFence-users] pfdhcp providing duplicates IP.

2018-12-03 Thread Nicolas Quiniou-Briand via PacketFence-users

Hello Diego,

On 2018-12-03 4:51 p.m., Diego Lopes da Cruz via PacketFence-users wrote:
Has this fix been released  in "pf-maint.pl " for 
version 8.1?


Only maintenance/8.2

https://github.com/inverse-inc/packetfence/commit/b8e6c19820fd03f8561955a71cc2fddf9080298d
--
Nicolas Quiniou-Briand
n...@inverse.ca  ::  +1.514.447.4918 *140  ::  https://inverse.ca
Inverse inc. :: Leaders behind SOGo (https://sogo.nu), PacketFence 
(https://packetfence.org) and Fingerbank (http://fingerbank.org)



___
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users


Re: [PacketFence-users] pfdhcp providing duplicates IP.

2018-12-03 Thread Diego Lopes da Cruz via PacketFence-users
Hi Fabrice,
Thanks for answer!I
Has this fix been released  in "pf-maint.pl" for version 8.1?
thanks

Em qua, 14 de nov de 2018 às 19:48, Fabrice Durand via PacketFence-users <
packetfence-users@lists.sourceforge.net> escreveu:

> Hello DIego,
>
> i am working on it and found the issue.
>
> I test the code and it will be soon available in the maintenance branch (
> pf-maint.pl).
>
> Regards
>
> Fabrice
> Le 18-11-07 à 11 h 20, Diego Lopes da Cruz via PacketFence-users a écrit :
>
> Hi!
> Some clients are complaining about browsing problems, and  troubleshooting
> we found in /usr/local/pf/logs/pfdhcplistener.log that the system is
> distributing the same IP (always the first of the range) to 3 or 4 devices
> (MAC nodes). Occurs the same problem in different subnets, always in the
> first IP range, in our case 10.220.2.30 of (10.220.2.0/23).
> I already researched, but I did not find the solution. Has anyone ever had
> this same problem?
>
> *The log:*
> *Nov  7 13:12:49 siscav2 pfdhcplistener: pfqueue(30805) INFO:
> [mac:unknown] DHCPACK from 200.19.223.2 (00:50:56:9a:66:b2) to host
> a8:16:d0:68:b6:b3 (10.220.2.30) for 3600 seconds
> (pf::dhcp::processor_v4::parse_dhcp_ack)*
> *Nov  7 13:15:26 siscav2 pfdhcplistener: pfqueue(30805) INFO:
> [mac:unknown] DHCPACK from 200.19.223.2 (00:50:56:9a:66:b2) to host
> 98:ca:33:aa:16:2e (10.220.2.30) for 3600 seconds
> (pf::dhcp::processor_v4::parse_dhcp_ack)*
> *Nov  7 13:15:40 siscav2 pfdhcplistener: pfqueue(30791) INFO:
> [mac:unknown] DHCPACK from 200.19.223.2 (00:50:56:9a:66:b2) to host
> 98:ca:33:aa:16:2e (10.220.2.30) for 3600 seconds
> (pf::dhcp::processor_v4::parse_dhcp_ack)*
> *Nov  7 13:18:53 siscav2 pfdhcplistener: pfqueue(30793) INFO:
> [mac:unknown] DHCPACK from 200.19.223.2 (00:50:56:9a:66:b2) to host
> a8:16:d0:09:2b:8d (10.220.2.30) for 3600 seconds
> (pf::dhcp::processor_v4::parse_dhcp_ack)*
> *Nov  7 13:20:47 siscav2 pfdhcplistener: pfqueue(30802) INFO:
> [mac:unknown] DHCPACK from 200.19.223.2 (00:50:56:9a:66:b2) to host
> cc:61:e5:2f:17:ef (10.220.2.30) for 3600 seconds
> (pf::dhcp::processor_v4::parse_dhcp_ack)*
> *Nov  7 13:50:47 siscav2 pfdhcplistener: pfqueue(1127) INFO: [mac:unknown]
> DHCPACK from 200.19.223.2 (00:50:56:9a:66:b2) to host cc:61:e5:2f:17:ef
> (10.220.2.30) for 300 seconds (pf::dhcp::processor_v4::parse_dhcp_ack)*
> *Nov  7 13:53:18 siscav2 pfdhcplistener: pfqueue(1127) INFO: [mac:unknown]
> DHCPACK from 200.19.223.2 (00:50:56:9a:66:b2) to host cc:61:e5:2f:17:ef
> (10.220.2.30) for 300 seconds (pf::dhcp::processor_v4::parse_dhcp_ack)*
>
> *Version of PF:*
>
> * # rpm -qa | grep packet packetfence-8.1.0-2.el7.noarch
> packetfence-ntlm-wrapper-8.1.0-2.el7.x86_64
> packetfence-pfcmd-suid-8.1.0-2.el7.x86_64
> packetfence-release-1.2-7.el7.noarch packetfence-config-8.1.0-2.el7.noarch *
> thanks
>
>
>
> --
>
>
>
> ___
> PacketFence-users mailing 
> listPacketFence-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/packetfence-users
>
> --
> Fabrice durandfdur...@inverse.ca ::  +1.514.447.4918 (x135) ::  www.inverse.ca
> Inverse inc. :: Leaders behind SOGo (http://www.sogo.nu) and PacketFence 
> (http://packetfence.org)
>
> ___
> PacketFence-users mailing list
> PacketFence-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/packetfence-users
>


-- 
Diego Lopes da Cruz
48-9 9609-9931 (TIM) Whatsapp
48-9 8489-1060 (OI)
___
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users


Re: [PacketFence-users] pfdhcp providing duplicates IP.

2018-11-14 Thread Fabrice Durand via PacketFence-users

Hello DIego,

i am working on it and found the issue.

I test the code and it will be soon available in the maintenance branch 
(pf-maint.pl).


Regards

Fabrice

Le 18-11-07 à 11 h 20, Diego Lopes da Cruz via PacketFence-users a écrit :

Hi!
Some clients are complaining about browsing problems, and 
 troubleshooting we found in /usr/local/pf/logs/pfdhcplistener.log 
that the system is distributing the same IP (always the first of the 
range) to 3 or 4 devices (MAC nodes). Occurs the same problem in 
different subnets, always in the first IP range, in our case 
10.220.2.30 of (10.220.2.0/23 ).
I already researched, but I did not find the solution. Has anyone ever 
had this same problem?


*The log:*
/Nov  7 13:12:49 siscav2 pfdhcplistener: pfqueue(30805) INFO: 
[mac:unknown] DHCPACK from 200.19.223.2 (00:50:56:9a:66:b2) to host 
*a8:16:d0:68:b6:b3 (10.220.2.30)* for 3600 seconds 
(pf::dhcp::processor_v4::parse_dhcp_ack)/
/Nov  7 13:15:26 siscav2 pfdhcplistener: pfqueue(30805) INFO: 
[mac:unknown] DHCPACK from 200.19.223.2 (00:50:56:9a:66:b2) to host 
98:ca:33:aa:16:2e (10.220.2.30) for 3600 seconds 
(pf::dhcp::processor_v4::parse_dhcp_ack)/
/Nov  7 13:15:40 siscav2 pfdhcplistener: pfqueue(30791) INFO: 
[mac:unknown] DHCPACK from 200.19.223.2 (00:50:56:9a:66:b2) to host 
*98:ca:33:aa:16:2e (10.220.2.30) *for 3600 seconds 
(pf::dhcp::processor_v4::parse_dhcp_ack)/
/Nov  7 13:18:53 siscav2 pfdhcplistener: pfqueue(30793) INFO: 
[mac:unknown] DHCPACK from 200.19.223.2 (00:50:56:9a:66:b2) to host 
*a8:16:d0:09:2b:8d (10.220.2.30) *for 3600 seconds 
(pf::dhcp::processor_v4::parse_dhcp_ack)/
/Nov  7 13:20:47 siscav2 pfdhcplistener: pfqueue(30802) INFO: 
[mac:unknown] DHCPACK from 200.19.223.2 (00:50:56:9a:66:b2) to host 
*cc:61:e5:2f:17:ef (10.220.2.30)* for 3600 seconds 
(pf::dhcp::processor_v4::parse_dhcp_ack)/
/Nov  7 13:50:47 siscav2 pfdhcplistener: pfqueue(1127) INFO: 
[mac:unknown] DHCPACK from 200.19.223.2 (00:50:56:9a:66:b2) to host 
cc:61:e5:2f:17:ef (10.220.2.30) for 300 seconds 
(pf::dhcp::processor_v4::parse_dhcp_ack)/
/Nov  7 13:53:18 siscav2 pfdhcplistener: pfqueue(1127) INFO: 
[mac:unknown] DHCPACK from 200.19.223.2 (00:50:56:9a:66:b2) to host 
cc:61:e5:2f:17:ef (10.220.2.30) for 300 seconds 
(pf::dhcp::processor_v4::parse_dhcp_ack)/

/
/
*Version of PF:*
/
*# rpm -qa | grep packet*
packetfence-8.1.0-2.el7.noarch
packetfence-ntlm-wrapper-8.1.0-2.el7.x86_64
packetfence-pfcmd-suid-8.1.0-2.el7.x86_64
packetfence-release-1.2-7.el7.noarch
packetfence-config-8.1.0-2.el7.noarch

/
thanks



--



___
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users


--
Fabrice Durand
fdur...@inverse.ca ::  +1.514.447.4918 (x135) ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (http://www.sogo.nu) and PacketFence 
(http://packetfence.org)

___
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users