From owner-freebsd-questions@FreeBSD.ORG Mon Feb 4 18:06:38 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 E285016A418 for ; Mon, 4 Feb 2008 18:06:38 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id B0C7B13C43E for ; Mon, 4 Feb 2008 18:06:38 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id D7F351CC8B; Mon, 4 Feb 2008 09:06:37 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Mon, 4 Feb 2008 19:06:35 +0100 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802041906.36631.fbsd.questions@rachie.is-a-geek.net> Cc: Eugen Udma , Eugen Subject: Re: Behind a router revisited 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: Mon, 04 Feb 2008 18:06:39 -0000 On Sunday 03 February 2008 14:47:47 Eugen wrote: > The configuration files for FreeBSD are shown below. > The output of ifconfig and netstat are also shown for BSD and Linux. > > What confuses me is the fact that having the same router settings, when I > boot in Linux the network is usable, while in BSD it's not: I can't even > ping 192.168.1.1, while the same ping in Linux works. What's the error message ping gives? Anything firewallish in /etc/rc.conf? Settings all look normal to me, except for the metric on the interface. Humor me and set it to 1, using: ifconfig dc0 metric 1 -- Mel