From c19559c1fec87145ac1878883d3420524ce56a4b Mon Sep 17 00:00:00 2001 From: Warren Block Date: Thu, 21 Apr 2016 01:56:43 +0000 Subject: [PATCH] Add a tip on setting ezjail to download packages using HTTP rather than FTP. The content from the bug report was rewritten. PR: 208941 Submitted by: Dan Bright --- en_US.ISO8859-1/books/handbook/jails/chapter.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/en_US.ISO8859-1/books/handbook/jails/chapter.xml b/en_US.ISO8859-1/books/handbook/jails/chapter.xml index a2c03e3108..1bd2647450 100644 --- a/en_US.ISO8859-1/books/handbook/jails/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/jails/chapter.xml @@ -1121,6 +1121,22 @@ Created clone interfaces: lo1. jail. /var/ports inside each jail is also used as a work directory when building ports. + + + The FTP protocol is used by default + to download packages for the installation of the basejail. + Firewall or proxy configurations can prevent or interfere + with FTP transfers. The + HTTP protocol works differently and + avoids these problems. It can be chosen by specifying a + full URL for a particular download mirror + in /usr/local/etc/ezjail.conf: + + ezjail_ftphost=http://ftp.FreeBSD.org + + See for a list of + sites. +