From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 16:34:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 636F516A420 for ; Wed, 7 Sep 2005 16:34:05 +0000 (GMT) (envelope-from pb@ludd.ltu.se) Received: from mother.ludd.ltu.se (mother.ludd.ltu.se [130.240.16.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95F5943D5A for ; Wed, 7 Sep 2005 16:34:03 +0000 (GMT) (envelope-from pb@ludd.ltu.se) Received: from brother.ludd.ltu.se (brother.ludd.ltu.se [130.240.16.78]) by mother.ludd.ltu.se (8.12.10+Sun/8.12.10) with ESMTP id j87GY2Gc020571 for ; Wed, 7 Sep 2005 18:34:02 +0200 (MEST) Received: from brother.ludd.ltu.se (localhost [127.0.0.1]) by brother.ludd.ltu.se (8.12.10+Sun/8.12.2) with ESMTP id j87GY1CZ027623 for ; Wed, 7 Sep 2005 18:34:01 +0200 (MEST) Received: (from pb@localhost) by brother.ludd.ltu.se (8.12.10+Sun/8.12.2/Submit) id j87GY1k4027621 for freebsd-questions@freebsd.org; Wed, 7 Sep 2005 18:34:01 +0200 (MEST) From: Peter B Message-Id: <200509071634.j87GY1k4027621@brother.ludd.ltu.se> To: freebsd-questions@freebsd.org Date: Wed, 7 Sep 2005 18:34:01 +0200 (MEST) X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Standalone FTP server for installs. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 16:34:05 -0000 I have written an ftp server in perl to aid with installations over ftp. http://www.ludd.luth.se/~pb/perlftp3.pl Do like this: If your release is located in /path_to_relases/5.4-RELEASE on 10.0.0.99 Type on your 10.0.0.99 freebsd machine: perlftp3.pl /path_to_relases 12000 Then start sysinstall on the machine to be installed/configured. Select: "3 FTP Passive Install from an FTP server through a firewall". Select: "URL Specify some other ftp site by URL" Type: 10.0.0.99:12000/ (complete url ftp://10.0.0.99:12000/) Security: Any user/pass combination will do. Will only read files. Locks on the IP of the first client. I hope this ease some installation scenarios. /P