From owner-freebsd-stable@FreeBSD.ORG Wed Nov 19 08:51:44 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4115E16A4CE for ; Wed, 19 Nov 2003 08:51:44 -0800 (PST) Received: from lon-mail-2.gradwell.net (lon-mail-2.gradwell.net [193.111.201.126]) by mx1.FreeBSD.org (Postfix) with SMTP id A131A43FAF for ; Wed, 19 Nov 2003 08:51:42 -0800 (PST) (envelope-from andrew@auliya.org) Received: (qmail 62332 invoked from network); 19 Nov 2003 16:51:41 -0000 Received: from 82-35-99-51.cable.ubr05.dals.blueyonder.co.uk (HELO auliya.org) (andrew%pop3.auliya.org@82.35.99.51) by lon-mail-2.gradwell.net with SMTP; 19 Nov 2003 16:51:41 -0000 Message-ID: <3FBB9FA1.2030803@auliya.org> Date: Wed, 19 Nov 2003 16:51:45 +0000 From: Andrew User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031001 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Par Leijonhufvud References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Par Leijonhufvud cc: freebsd-stable@freebsd.org Subject: Re: Problems with Rhine III card X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 16:51:44 -0000 Hi folks, >ifconfig_vr0="DHCP" >ifconfig_vr0="inet 213.132.119.242 netmask 255.255.255.0" > > Bing bing bing bing! Problem! You're giving the interface two different sets of instructions, dhcp and a static IP. If it's meant to be dhcp, comment out the line giving it an IP (...inet 213..etc.) and run dhclient vn0. That shoudl give you an address you're meant to have. HTH, Andrew >defaultrouter=213.132.119.1 > >The "xl0" line is from the old 3com card, and the "copy" of it is from my >attempts to make it work. The line with the "inet..." is repeated a few >times from attempts to use sysinstall to enable the card. > >/Par > > >