From owner-freebsd-questions@FreeBSD.ORG Wed Nov 19 05:10:21 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8527450A for ; Wed, 19 Nov 2014 05:10:21 +0000 (UTC) Received: from nightmare.dreamchaser.org (ns.dreamchaser.org [66.109.141.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51914AC3 for ; Wed, 19 Nov 2014 05:10:20 +0000 (UTC) Received: from breakaway.dreamchaser.org (breakaway.dreamchaser.org. [192.168.151.122]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id sAJ5755J063712 for ; Tue, 18 Nov 2014 22:07:06 -0700 (MST) (envelope-from freebsd@dreamchaser.org) Message-ID: <546C2634.6020700@dreamchaser.org> Date: Tue, 18 Nov 2014 22:10:12 -0700 From: Gary Aitken Reply-To: freebsd@dreamchaser.org User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: FreeBSD Mailing List Subject: sysinstall fails to fetch; pkg install succeeds Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [192.168.151.101]); Tue, 18 Nov 2014 22:07:06 -0700 (MST) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2014 05:10:21 -0000 I'm in the process of installing a 9.3 system. "pkg install foo" seems to work fine, fetching from the network. However, if I run sysinstall (forgot to include the handbook), it fails when trying to fetch from the network. I've tried both FTP mode and FTP through firewall mode. What does sysinstall do that's different when trying to fetch from the network? This is going through a firewall running natd and ipfw, so it may be a firewall rule problem. But I would have thought they would either both fail or both succeed. I've tried several different fbsd ftp sites, including the main one. tcpdump fragment: IP 192.168.17.3.31940 > 204.152.184.73.21: P 289:311(22) ack 863 win 1040 IP 204.152.184.73.21 > 192.168.17.3.31940: . ack 311 win 256 IP 204.152.184.73.21 > 192.168.17.3.31940: P 863:889(26) ack 311 win 256 IP 192.168.17.3.31940 > 204.152.184.73.21: P 311:340(29) ack 889 win 1040 IP 204.152.184.73.21 > 192.168.17.3.31940: . ack 340 win 256 Looks to me like it should be working? Thanks, Gary