From owner-freebsd-questions Fri May 18 13:33:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from jezebel.demon.co.uk (jezebel.demon.co.uk [158.152.38.143]) by hub.freebsd.org (Postfix) with ESMTP id D15C837B424 for ; Fri, 18 May 2001 13:33:35 -0700 (PDT) (envelope-from rdls@jezebel.demon.co.uk) Received: (from rdls@localhost) by jezebel.demon.co.uk (8.11.1/8.11.1) id f4IKTw201352; Fri, 18 May 2001 21:29:58 +0100 (BST) (envelope-from rdls) Date: Fri, 18 May 2001 21:29:58 +0100 From: Richard Smith To: Stefan Beke Cc: freebsd-questions@freebsd.org Subject: Re: xl0 using (probably) wrong media Message-ID: <20010518212957.A298@gaia.home.rdls.net> References: <002301c0df65$92b06aa0$691e210a@minv.sk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <002301c0df65$92b06aa0$691e210a@minv.sk>; from beke@minv.sk on Fri, May 18, 2001 at 08:40:15AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, May 18, 2001 at 08:40:15AM +0200, Stefan Beke wrote: > i'm new to FreeBSD, moving from Linux slowly( maybe once ;-) > I have only 400MB space so I've installed 'minimal install' of FreeBSD4.3. > For now I have 2 problems: > NIC xl0 seems to be running, i can ping localhost and also my ip adress > 10.*.*.* succesfully. But i can't ping gateway, which i'm sure is up > running(can't ping anybody on my network to be clear). > ifconfig shows me i'm also up and running... > --> media : 10baseT/UTP > but actually i'm using 10base2/BNC. Is this a problem, if yes how to change > media? My minimal install doesn't even have man ifconfig. Use the media parameter with ifconfig. See man ifconfig(8), and man xl(4) for valid media types. e.g. you might use something like this in your /etc/rc.conf: ifconfig_xl0="inet 10.*.*.* netmask 0xffffff00 media 10base2/BNC" Rich. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message