Hi,

Just a quick email to let you know that we need you to submit your unknown DHCP fingerprints in order to publish an updated Fingerbank database with the release of PacketFence 4. It would be much appreciated if you could send these rapidly.

To do so, you simply have to click on the button "Share Unknown Fingerprints" in the "fingerprints" part of your PacketFence web admin interface. *If your Packetfence servers don't have Internet access or can't send emails, you will have to execute the SQL script below and send us the ***generated *CSV file.*

We aim to support the newest versions of Mac OS X, iOS, Samsung Galaxy Family, Windows 8, BlackBerry and other new network devices.

We are, also, looking for people who have access to all sort of equipment that could validate some fingerprints we are unsure about.

If you are interested, sign up for the signatures list at: http://www.fingerbank.org/community.html. This is a very low volume mailing list and shouldn't take much of your time.

Thanks again for your DHCP fingerprints!

_Sql script :_

USE pf;
SELECT mac,dhcp_fingerprint,computername,user_agent FROM node WHERE dhcp_fingerprint NOT IN (SELECT fingerprint FROM dhcp_fingerprint) and dhcp_fingerprint!=0 ORDER BY dhcp_fingerprint, mac
INTO OUTFILE '/tmp/unknownDHCPFingerprints.csv'
FIELDS TERMINATED BY ';'
ENCLOSED BY '"'
LINES TERMINATED BY '\n';

--
lpe...@inverse.ca  :: +1.514.447.4918 (x130) ::www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)



------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
PacketFence-devel mailing list
PacketFence-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-devel

Reply via email to