Hi
I have some questions about Packet Filter (PF):
Thanks
Mark
I have some questions about Packet Filter (PF):
- I moved pf.conf and pf.os files from /etc to /etc/firewall. In my Packet Filter configuration file, pf.conf, I have
and in my rc.conf, I haveCode:set fingerprints "/etc/firewall/pf.os"
Now every time I reboot the system, I get the message:Code:... pf_rules="/etc/firewall/pf.conf" ...
I went through the man page for pfctl to find the option to specify the new location for pf.os but no luck (I might have missed something). How can I tell pfctl the new location of that file?Code:pfctl: /etc/pf.os: No such file or directory.
I might be wrong, but what I understand that Packet Filter anchor rules are dynamic (Am I right?). So the FTP proxy (ftp-proxy) should not work if I have (in rc.conf)
Am I right?Code:... kern_securelevel="3" # Disable run-time tweaking of firewall configuration ...
Thanks
Mark