From owner-freebsd-questions@FreeBSD.ORG Wed Jan 14 12:41:00 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 45EAA16A4CE for ; Wed, 14 Jan 2004 12:41:00 -0800 (PST) Received: from 82-41-27-158.cable.ubr04.edin.blueyonder.co.uk (82-41-27-158.cable.ubr04.edin.blueyonder.co.uk [82.41.27.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3E4543D5D for ; Wed, 14 Jan 2004 12:40:58 -0800 (PST) (envelope-from andrew@cream.org) Received: from cream.org (spatula.flat [192.168.0.2]) by myriad.flat (Postfix) with ESMTP id E6117C2; Wed, 14 Jan 2004 19:34:16 +0000 (GMT) Message-ID: <4005A961.1020407@cream.org> Date: Wed, 14 Jan 2004 20:41:05 +0000 From: Andrew Boothman User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marwan Sultan References: <20040114162950.M68358@kifco.net> In-Reply-To: <20040114162950.M68358@kifco.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD questions List Subject: Re: cabling problem? 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: Wed, 14 Jan 2004 20:41:00 -0000 Marwan Sultan wrote: > When I plug the network cable From the Modem router directly to my > FreeBSD in the first NIC rl0 it doesnot take the internet connection. > and nor the light in the rl0 lights.! > > So to solve the problem, I have a small HUB i pluged the cable from > the router to hub (uplink) and from the HUB to rl0 then everything > works fine, and the NIC light comes on, and NATd works great > also all clients have the internet access. > > The question is: > Why the network cable from Modem router to box directly doesnot > work in the time from Modem router to HUB and from HUB to BSD > box works fine? In order to directly connect two computers (or your computer and modem in this case) together using ethernet, you need a special type of ethernet cable called a crossover cable - which is simply a normal ethernet cable wired slightly differently. The cable you are using must not be a crossover cable - and so it works between a computer and a hub, but not directly between two computers. You should be able to find more information on Google if you need it. Hope that helps. Andrew