Firewall and FreeBSD ports

Wojciech Puchar wojtek at wojtek.tensor.gdynia.pl
Fri Oct 10 19:43:43 UTC 2008


> problem: I can no longer install software with ports (i.e, the /usr/ports 
> collection.) I have to disable PF to do so. Obviously not a great solution.
>
> Am I correct in guessing that ports uses FTP to grab source files from

FTP or HTTP.

if you have http proxy like squid in your network do

export http_proxy=http://yourproxy:port
export ftp_proxy=http://yourproxy:port



More information about the freebsd-questions mailing list