From owner-freebsd-questions@FreeBSD.ORG Tue Feb 3 07:01:55 2004 Return-Path: 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 937E716A4CE for ; Tue, 3 Feb 2004 07:01:55 -0800 (PST) Received: from newsmtp.golden.net (smtp.golden.net [199.166.210.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6129343D2F for ; Tue, 3 Feb 2004 07:01:54 -0800 (PST) (envelope-from lists@brenius.com) Received: from 187-68.speede.golden.net ([216.75.187.68] helo=AFI) by newsmtp.golden.net with esmtp (Exim 4.22) id 1Ao23l-000KFP-Qn for questions@freebsd.org; Tue, 03 Feb 2004 10:01:53 -0500 Message-ID: <002701c3ea66$dc17d8e0$31026b83@AFI> From: "Danny" To: Date: Tue, 3 Feb 2004 10:03:16 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: 4.9R Install - Couldn't open FTP connection to ftp[#].freebsd.org: Not logged in X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2004 15:01:55 -0000 Trying to install 4.9R from the boot floppies. The first NIC I tried was the built-in Intel Pro 100 VE. dmesg displayed what I think was the NIC, because it found the MAC address of the NIC and at that stage it was the only NIC device plugged into the system. So I gave up on the Intel NIC, because it would not resolve the FTP addresses, even though, on the DNS server the address (of the FTP servers) were in the DNS cache. Now I get: Couldn't open FTP connection to ftp[#].freebsd.org: Network is down. This is still on the Intel NIC. I have now plugged in a DLINK DFE 530TXS, which shows up as ste0 Sundance ST201 PCI ethernet card And with it, I get: Couldn't open FTP connection to ftp[#].freebsd.org: Not logged in So I assume it is resolve the name OK, but just can't login. In addition, the NIC is getting IP info from the DHCP server. Therefore, I believe it's not a physical problem (lights are a blinkin'), nor a logical one, because it gets an IP from the DHCP server, or at least retrieves this information OK. I have tried over a dozen of the ftp[1,2,3,4,5,6,ca, etc.].freebsd.org sites listed. How can I make sure that I have network connectivity throughout the install? How do I properly exit out of the connecting to the FTP part of the install that can sit there paused for more than 15 minutes? Any suggestions would be greatly appreciated. Thank you.