I would like to enhance my server's security by cleaning up PF's rules which don't seem precise enough. But I have a problem with a rule I added to make Portmaster work:
If I erase it, I have an error with
On my side, I am not using any FTP on my server. So, is there a way:
As the solution I would prefer is on the Portmaster side, I put this in the Ports & Packages topics.
Code:
pass out on $interface proto tcp from $localnet to any port > 1023
fetch when using portmaster:
Code:
fetch: ftp://ftp.FreeeBSD.org/pub/FreeBSD/Ports/distfiles/...: Operation not permitted
=> Couldn't fetch it - please try to retrieve this
- not to use FTP when fetching a distfile for portmaster?
- or to force FTP fetch to use a precise port, to close most of this big hole in my firewall? (But something else than the pain of an FTP proxy with anchors configuration.) I saw for example a
fetch -Uoption in the man page, but I don't know how to set it in a configuration file or in an environment variable.
As the solution I would prefer is on the Portmaster side, I put this in the Ports & Packages topics.