From owner-freebsd-questions Thu May 2 2:54:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from surreal.nl (surreal.nl [212.204.236.10]) by hub.freebsd.org (Postfix) with ESMTP id 9E50C37B416 for ; Thu, 2 May 2002 02:54:28 -0700 (PDT) Received: from vscan (localhost [127.0.0.1]) by surreal.nl (Postfix) with ESMTP id 47A5E469; Thu, 2 May 2002 11:54:28 +0200 (CEST) Received: by surreal.nl (Postfix, from userid 1000) id EB15D445; Thu, 2 May 2002 11:54:26 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by surreal.nl (Postfix) with ESMTP id E8037434; Thu, 2 May 2002 11:54:26 +0200 (CEST) Date: Thu, 2 May 2002 11:54:26 +0200 (CEST) From: Walter Hop To: shubhamr Cc: FreeBSD Questions Subject: Re: please help me-urgent. In-Reply-To: <3CD10B2C.C1D15FE9@malkauns.nsc.com> Message-ID: <20020502115050.O43287-100000@surreal.nl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by surreal.binity.net (amavis-perl-11-sky2) for freebsd-questions@freebsd.org shubhamr@malkauns.nsc.com 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 y[in reply to shubhamr , 02/05/02] > I did set the IP address of my freeBSD machine by the command > ifconfig wx0 139.187.94.95 > > It also took it and showed the same when I gave the command > ifconfig > > Does this mean that the driver for the NIC was loaded successfully? Yes! The ifconfig tool can only work with properly detected interfaces, which means that if you can see your card with "ifconfig -l", the hardware is probably working well. > I was not able to ping tho'.But want to know if atleast the attach has > happened successfully tho not the transmit/receive? I guess it has. What type of problem do you get when you ping? If you receive "No route to host", maybe you need to add a default route with: % route add default your.gateways.ip.addr as ifconfig does not do this for you. Also, maybe you need to add a netmask to the ifconfig command? good luck, w. -- Walter Hop | +31 6 24452020 | PGP keyid 0x84813998 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message