From owner-freebsd-questions@FreeBSD.ORG Thu Feb 7 16:09:08 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 305C916A419 for ; Thu, 7 Feb 2008 16:09:08 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id BF15913C442 for ; Thu, 7 Feb 2008 16:09:07 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.14.2/8.13.8) with ESMTP id m17G59Tv011750; Thu, 7 Feb 2008 10:05:09 -0600 (CST) (envelope-from derek@computinginnovations.com) Message-Id: <6.0.0.22.2.20080207100402.02503758@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Thu, 07 Feb 2008 10:07:04 -0600 To: Eugen , freebsd-questions@freebsd.org From: Derek Ragona In-Reply-To: References: <47A94275.608@daleco.biz> <6.0.0.22.2.20080206082722.02510c78@mail.computinginnovations.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: OutBackDingo 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 16:09:08 -0000 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