From owner-freebsd-questions@FreeBSD.ORG Sat Mar 19 20:21:46 2005 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 DB4B016A4CE for ; Sat, 19 Mar 2005 20:21:46 +0000 (GMT) Received: from mail.monochrome.org (b4.ebbed1.client.atlantech.net [209.190.235.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id A588843D31 for ; Sat, 19 Mar 2005 20:21:45 +0000 (GMT) (envelope-from chris@monochrome.org) Received: from frambozen (frambozen [192.168.1.9]) by mail.monochrome.org (8.9.3/8.9.3) with ESMTP id PAA44137; Sat, 19 Mar 2005 15:21:35 -0500 (EST) (envelope-from chris@monochrome.org) Date: Sat, 19 Mar 2005 15:22:36 -0500 (EST) From: Chris Hill To: Francis Whittington In-Reply-To: <000601c52ca9$b2276ab0$6400a8c0@homevwz5ek429r> Message-ID: <20050319143106.Y97589@frambozen.monochrome.org> References: <000601c52ca9$b2276ab0$6400a8c0@homevwz5ek429r> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: freebsd-questions@freebsd.org Subject: Re: just finished install 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: Sat, 19 Mar 2005 20:21:47 -0000 On Sat, 19 Mar 2005, Francis Whittington wrote: > My main computer is WinXP (because the rest of the family uses it). > It is connected to Adelphia cable modem via a D-Link, DI-524 wireless > router. My Daughter is connected to internet via the WLAN. My freeBSD > box is connected to modem via a crossover cable. bsd box has 96MB of > RAM, Riva-TNT 16MB videocard on a intel 440 EX MoBo. > I was going to use the bsd box as a router/firewall, but i don't > know enough yet...so it is just a stand alone station. My problem > right now is that I want to be able to see the rest of the network > from the bsd box. I cannot ping the other 2 machines. And without X, I > am not sure what to use to see if I am hitting internet with it. OK, first of all this is two separate issues. I wouldn't worry about X just yet; first let's make sure you have connectivity. If you can't ping your internal Windows boxes, there is probably something wrong with your BSD machine's IP configuration. What does the BSD box say when you type ifconfig -a on the command line? ...and for comparison, what does the Windows box say when you type ipconfig /all on its command line? If the D-Link is acting as a gateway and NAT (which I'm assuming even though you didn't say so), and set to its defaults, you should see 192.168.0.x IP addresses on both machines (where x is a different number on the two machines). You also need to make sure all the machines (computers and D-Link) have the same netmask configured; this will almost certainly be 255.255.255.0. If the IP and/or netmask are wrong, you can fix it using the ifconfig command (man ifconfig). Once you have it figured out, put your changes in /etc/rc.conf so they will stay correct next time the machine boots. Also, are you able to ping the D-Link? Its default IP is 192.168.0.1, IIRC. HTH... -- Chris Hill chris@monochrome.org ** [ Busy Expunging <|> ]