pfflowd 1.0.4 Services: pfflowd Settings pkg_edit.php?xml=pfflowd.xml pfflowd Modify pfflowd settings.
Services
pfflowd.xml /pkg_edit.php?xml=pfflowd.xml
pfflowd pfflowd.sh pfflowd Netflow Export Daemon installedpackages->package->$packagename->configuration->settings /etc/inc/priv/ https://packages.pfsense.org/packages/config/pfflowd/pfflowd.priv.inc Enable pfflowd enabled Check this to enable pfflowd daemon. checkbox Destination Host host Specify the IP address of the host that datagrams are to be sent to. input Destination Port port Enter the port that datagrams are to be sent to. input Source IP sourcehost The IP must be local to this system. ]]> input pf Rule Direction Restriction direction Restrict creation of flow records to states matching a certain direction (in, out, or any). select Netflow Version version Select which version of the NetFlow protocol to use. select "pfflowd.sh", "start" => $start, "stop" => "/usr/bin/killall pfflowd")); if (is_service_running("pfflowd")) { restart_service("pfflowd"); } else { start_service("pfflowd"); } } else { if (is_service_running("pfflowd")) { stop_service("pfflowd"); } unlink_if_exists("/usr/local/etc/rc.d/pfflowd.sh"); } conf_mount_ro(); } function validate_form_pfflowd($post, &$input_errors) { if ($post['host'] != "" && !is_ipaddr($post['host'])) { $input_errors[] = 'You must specify a valid IP address in the \'Destination Host\' field'; } if ($post['port'] != "" && !is_port($post['port'])) { $input_errors[] = 'You must specify a valid port number in the \'Destination Port\' field'; } if ($post['sourcehost'] != "" && !is_ipaddr($post['sourcehost'])) { $input_errors[] = 'You must specify a valid IP address in the \'Source IP\' field'; } } ]]> sync_package_pfflowd(); validate_form_pfflowd($_POST, $input_errors);