From owner-freebsd-questions@FreeBSD.ORG Thu Feb 7 18:25:36 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 895D016A41B for ; Thu, 7 Feb 2008 18:25:36 +0000 (UTC) (envelope-from eu9gu4@gmail.com) Received: from ag-out-0708.google.com (ag-out-0708.google.com [72.14.246.241]) by mx1.freebsd.org (Postfix) with ESMTP id 3B06613C46E for ; Thu, 7 Feb 2008 18:25:35 +0000 (UTC) (envelope-from eu9gu4@gmail.com) Received: by ag-out-0708.google.com with SMTP id 31so8071413agc.3 for ; Thu, 07 Feb 2008 10:25:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=23v+95/xJ+V7E0ZBAiB9pvffrUWE73rvC+xIj8oW7s4=; b=P/jS+sQOqS/wqa0Dl2jIhqy0qQRFWN6ZkcVlCxXB1kB1yAEz/QVb6M1rR/QLMHODXQ5wCTTbNTA/vZ5xhsaW9SnblUYFANCn1PR596NDb8YW6LfTotrbf4CDRGXF8LHzFJSB/Lr2h1s35kcsRugGbG+vIi5xxmky37RSsiNp1RM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=b2gPpv1xlS6+LK7KQfFYlL5m+7Z9kdK/pefaHPBy/fU9BMo+X/KENmKqe6T2/D0c7hD2qHz2hwMWxX61yIh9E1+69c/j4RDS/7vwJD4xqVjyXbB5iCaj8X9EkFG/asNv47uLcEN2c3L/TvfWTl5JYzxyJ3yGY7X2NnyPoOj/neQ= Received: by 10.150.96.10 with SMTP id t10mr201347ybb.1.1202408734218; Thu, 07 Feb 2008 10:25:34 -0800 (PST) Received: by 10.151.13.19 with HTTP; Thu, 7 Feb 2008 10:25:34 -0800 (PST) Message-ID: Date: Thu, 7 Feb 2008 12:25:34 -0600 From: Eugen To: freebsd-questions@freebsd.org In-Reply-To: <6.0.0.22.2.20080207100402.02503758@mail.computinginnovations.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47A94275.608@daleco.biz> <6.0.0.22.2.20080206082722.02510c78@mail.computinginnovations.com> <6.0.0.22.2.20080207100402.02503758@mail.computinginnovations.com> Cc: OutBackDingo , Derek Ragona Subject: Re: Help with router problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2008 18:25:36 -0000 My feeling is that's something in my router that BSD doesn't like and Linux doesn't care (since it works). Instead of posting my custom kernel config, I decided that I will give it another two radical tries: - first, I'll compile a generic kernel - second, if the first attempt is unsuccessful, I will try a complete reinstall of FreeBSD, to get rid of all the configuration tweaks I made If it will not work after that, I will remove BSD from my system. I don't want to waste your time and mine dealing with this annoying issue anymore. Thanks a lot, Eugen On Feb 7, 2008 10:07 AM, Derek Ragona wrote: > > At 08:24 PM 2/6/2008, Eugen wrote: > > I tried everything you guys told me and it still doesn't work : > > - tried to set a static address as Derek indicated > - commented out the ipv6 line in rc.conf, even if it was already set to > "NO" > - the answer to Kevin's questions follow: > > # ping -I dc0 192.168.1.1 > ping: invalid multicast interface: `dc0' > > # arp -a > ? (192.168.1.1) at (incomplete) on dc0 [ethernet] > > # ifconfig -a > dc0: flags=8843 metric 0 mtu 1500 > options=8 > ether 00:14:cf:52:b4:17 > inet 192.168.1.33 netmask 0xffffff00 broadcast 192.168.1.255 > media: Ethernet autoselect (100baseTX ) > status: active > lo0: flags=8049 metric 0 mtu 16384 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 > inet6 ::1 prefixlen 128 > inet 127.0.0.1 netmask 0xff000000 > > ping 192.168.1.1 and traceroute 192.168.1.1 give "Network is unreachable" > > I even connected directly to the cable modem as it was before I bought the > router and... surprise: it works! Put the router back and BSD stops working > again. I'm writing this post from Linux, so this one works. > When it is connected directly to the router, what IP are you using then? > Can you post your > ifconfig -a > output then, and when it is connected to the router. > > What router are you using? How do you have it set-up? What are the IP > settings for the router? What are the DHCP settings? Can the router ping > itself or other hosts? > > -Derek > >