Community support is offered through the mailing lists. You can subscribe to them and ask questions related to PacketFence.
The PacketFence community is very large and active so do not hesitate to subscribe to the mailing list and ask questions. However, please make sure to respect the following guidelines when posting a new message:
Join us on IRC! We are in the #packetfence channel on the freenode network.
Please note that while available, IRC is not the preferred option for community support. We recommend using the mailing list.
Kai Bass, a community member has trained a ChatGPT-based Chatbot to answer common technical questions. Try it here.
Please note that this chatbot is community-driven and is not officially supported by Akamai.
Network Access Control (NAC) projects are complex in nature because they usually involve many different technologies. We have done hundreds of large-scale deployment projects for prestigious organizations, all around the world. Let us help you make this deployment project a success by using our unmatched expertise!
If you are looking for a PacketFence expert to help you:
Unlimited |
|
---|---|
Duration | 1 year |
Support Method | Support Portal |
Response Time | 1 hour |
Support Hours | 24 / 7 |
Multi-Server | No |
Notifications | Security / Bug Fixes |
Bug Fixes | Yes |
Included Incidents | Unlimited |
Included Consulting Hours | None - can be purchased separately |
Cost | $5,000 USD per PacketFence server |
Order |
Installation Guide | Download PDF Read Online |
Upgrade Guide | Download PDF Read Online |
Network Devices Configuration Guide | Download PDF Read Online |
Clustering Quick Installation Guide | Download PDF Read Online |
Developer's Guide | Download PDF Read Online |
OpenApi Specification - REST API (Stable) | Read Online |
OpenApi Specification - REST API (Development) | Read Online |
OpenApi Specification - REST API (Per Release) | v13.0 |
SSH by default requires Host Key to be verified when connecting the first time to a new remote server. On the PacketFence system you need to have both root and pf users connect to the network devices and accept the host key. This manual process is tedious especially on large networks.
You can configure SSH to skip the Host Key check on new connections but you must understand the risks of doing so.
Quickly, by not verifying the host key by hand on first connections you are becoming susceptible to man-in-the-middle attacks on the first connection. Host Key checking will be performed after that first connection.
Now that you’ve decided that you prefer the convenience and weighted the risks, here are the instructions to disable strict host key checking for the network devices management:
Assuming that your network devices’ IP are all in the 10.0.0.* range, these commands will do the trick:
echo -e "Host 10.0.0.*\nStrictHostKeyChecking no" >> ~pf/.ssh/config
echo -e "Host 10.0.0.*\nStrictHostKeyChecking no" >> ~root/.ssh/config
If the .ssh/ doesn’t exist, create it.
Hopefully this saved you enough time to hit the pub earlier today!
If you encounter a possible bug with PacketFence, you can access our github page.
Please make sure to respect the following guidelines when reporting a bug: