No, I will not believe anyone saying they had never run into certain problems. Here are my little reminders.
No network after having booted into your newly installed FreeBSD?
Check the contents of your /etc/resolv.conf file (dammit, now I used Tab and expected this text-editor to complete both /et... and res.. - this says something about how easy it is, getting used to the shell's autocomplete function :}) by typing
ee /etc/resolv.confand see what it says about the nameserver-related stuff.
If you see nothing else in this file than this single word
search- then add the name of your router to it. For example:
search ethereallink(assuming "ethereallink" is the name identifying yer router).
This works on FreeBSD and DragonFly too!
Oh yeah, I have to comment on ee - Easy Editor - being a blessing that comes with every FreeBSD - and DragonFly BSD - install. The name speaks for itself. Even if you are still offline - and so, cannot install nano or any other comfortable editor AND you aren't a Vi(m)-wizard either -, you can edit yer config files in ee easily!
/off
If you - finally - got online, but attempting to download packages by
pkg install -y yerpackage(feel free to type -y if you don't want senseless conversations with pkg telling you how much space will be used, and wishing to know if you really want to get that package.
usr/local/etc/pkg.confHere, check the
FETCH_RETRYline, feel free to change it to a higher value than the default 3. Also, check the line
FETCH_TIMEOUTand increase the value of it from the default 30 to something higher. At least, I changed it to 200, and could download and install packages thereafter!