Can't access packages.

Loads for me, what does pinging opera return?
Code:
ping -c 3 www.opera.com

The output of the following will help
Code:
ifconfig -a
netstat -rn

Do you have a nameserver set in /etc/resolv.conf?
 
That URL loads a list of 25,000+ packages (linkified). It takes a lot of time and processing in a web browser, but it will load.
 
^ Exactly. But you better use the proper tools (ftp(1)):
% ftp ftp.freebsd.org
% cd pub/FreeBSD/ports/i386/packages-7.3-release/Latest
% ls something*
% lcd local/directory
% get something...
etc.
% bye
 
If the above works pkg_add should work too.

Please port any error messages you get when trying.
 
Back
Top