I don't know if this is the right section, but I'll try. I want to install Samba on my server. I used the command:
I have pf running with FTP enabled to outside. Is this still an issue in my PF settings?
Downloading the file manually works without problems.
pkg_add -r samba36-3.6.9.tbz. But my system does not find the package. It comes with this message:
Code:
Error: Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9.1-release/Latest/samba36-3.6.9.tbz: File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9.1-release/Latest/samba36-3.6.9.tbz' by URL
Code:
tcp_services = "{ ssh, smtp, domain, auth, ftp }"
udp_services = "{ domain, 1194 }"
pass out proto tcp to any port $tcp_services keep state
pass proto udp to any port $udp_services keep state
pass out on $ext_if inet proto udp to port 33433 >< 33626