
In the webConfigurator, disable the DNS resolver(Services -> DNS Resolver -> General Settings).NxFilter GUI and block page will need to use port 80. Run these commands, which downloads the install script from this Github repository and then executes it with sh.Log in to the pfSense command line shell as root.In the webConfigurator, create firewall rules(Firewall -> Rules -> LAN) to allow access to the LAN address for NxFilter udp poand tcp ports 80, 443, 19002:19004.NxFilter provides filtering DNS services on port 53. The first step with any issue should be to stop and start the NxFilter service. Grep -i error /usr/local/nxfilter/log/nxfilter.log You should then check the nxfilter.log file in the /usr/local/nxfilter/log/ directory for errors. Issues with the script might include problems downloading packages, installing packages, interactions with pfSense such as dependency packages being deleted after updates, or incorrect dependencies being downloaded. Pfsense force dns to nxfilter free#įeel free to open an issue for anything like this.

Issues with the NxFilter software might include not starting up, not listening on port 53, exiting with a port conflict, stopping after startup, memory issues, file permissions, dependency conflicts, etc. You should troubleshoot these issues as you would on any other installation of NxFilter. The answers to most questions about setting up or troubleshooting NxFilter are found most quickly on the NxFilter forums. It may turn out that some issue with the NxFilter software is caused by something this script is doing.

In a case like that, if you can connect the behavior of the NxFilter software with the actions taken by the script, please open an issue, or, better yet, fork and fix and submit a pull request. This script may create a conflict that breaks Java on a FreeBSD upgrade.A script that installs NxFilter software on pfSense. Derived from the unifi-pfsense repository. The objective of this project is to develop and maintain a script that installs NxFilter DNS based web filter software on FreeBSD-based systems, particularly the pfSense firewall.

The project provides an rc script to start and stop the NxFilter service and an installation script to automatically download and install everything, including the startup script.
