web-dev-qa-db-ja.com

dansguardianエラー:filterportsはfilteripsの数と一致する必要があります(pfsense)

こんにちは私はsquid3とdansguardianパッケージでpfsenseをセットアップしています。ただし、dansguardianサービスを開始しようとすると、次のエラーが発生します。

May 27 22:17:37 php: /pkg_edit.php: The command '/usr/local/etc/rc.d/dansguardian.sh start' returned exit code '1', the output was 'kern.ipc.somaxconn: 16384 -> 16384 kern.maxfiles: 131072 -> 131072 kern.maxfilesperproc: 104856 -> 104856 kern.threads.max_threads_per_proc: 4096 -> 4096 Starting dansguardian. filterports (2) must match number of filterips (1) Error parsing the dansguardian.conf file or other DansGuardian configuration files /usr/local/etc/rc.d/dansguardian.sh: WARNING: failed to start dansguardian'
May 27 22:17:37 root: /usr/local/etc/rc.d/dansguardian.sh: WARNING: failed to start dansguardian
May 27 22:17:37 dansguardian[52944]: Error parsing the dansguardian.conf file or other DansGuardian configuration files
May 27 22:17:37 dansguardian[52944]: filterports must match number of filterips

「filterportsはfilteripsの数と一致する必要がある」とはどういう意味ですか?この件について何か考えはありますか?

1
Bulki

私は決してDansguardianのプロではありませんが、それは、フィルタリングするポートごとに、IPアドレスでフィルタリングする必要があることを意味しているように見えます。

1
RecentCoin