From owner-freebsd-questions@FreeBSD.ORG Wed Dec 29 13:55:29 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 DB19716A4CE for ; Wed, 29 Dec 2004 13:55:29 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8429A43D2D for ; Wed, 29 Dec 2004 13:55:29 +0000 (GMT) (envelope-from bjmccann@gmail.com) Received: by wproxy.gmail.com with SMTP id 50so27377wri for ; Wed, 29 Dec 2004 05:55:29 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=KMo7QPz4mKya/tDTVAK5RepK1wU7+sf0lAezzGfsaw0cvOuh4v9PtEW3UJczYGo+VUsLQFGCBZHmmU6QDQ1fqkfzi9tu7hLFHigysEZtrGlbwUrYkJiRpTT6U3aQS9aPYK4wEj6SuIWX6gvBZMNKaaxCsER/9pz9occFetyKs1o= Received: by 10.54.50.63 with SMTP id x63mr162631wrx; Wed, 29 Dec 2004 05:55:28 -0800 (PST) Received: by 10.54.33.61 with HTTP; Wed, 29 Dec 2004 05:55:28 -0800 (PST) Message-ID: <2b5f066d04122905553f4780a2@mail.gmail.com> Date: Wed, 29 Dec 2004 08:55:28 -0500 From: Brian McCann To: FreeBSD mailinglist Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Bug or design? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Brian McCann List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 13:55:30 -0000 Hi all. I'm starting to use 5.3 on some production servers, and I just noticed something I hadn't picked up on before that is REALLY annoying. When I'm using sysinstall, there is some wierdness that I thought worked in 4.10. First, when I go to configure an interface, even if it's already setup, it does not show the current IP address for that interface, but it does show the default gateway. Second, during the inital install, I tried to configure both interfaces on the server. However, after choosing fxp0 from the list and setting it up, I then went to do fxp1 and it had the settings for fxp0 in the fields already. I just canceled out and configured one during install and one after, but still, annoying. Is anyone else experiencing this, or am I doing something wrong here? I'm fairly sure this worked in 4.10. Thanks, --Brian