From owner-freebsd-questions@FreeBSD.ORG Tue Feb 5 00:20:23 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 19E6616A418 for ; Tue, 5 Feb 2008 00:20:23 +0000 (UTC) (envelope-from eu9gu4@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.241]) by mx1.freebsd.org (Postfix) with ESMTP id CAA1A13C458 for ; Tue, 5 Feb 2008 00:20:22 +0000 (UTC) (envelope-from eu9gu4@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so643092anc.13 for ; Mon, 04 Feb 2008 16:20:22 -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=AxFIB9ByqWn/8h9N58KJMvk0VA30Eqox3NyS0G2nank=; b=G5QFI/t9z0pp4GZy/yF9jir0G7S/EbsuFKxBGN7veU8hK4Y90HD/FhzfY7UcOE72FDA4moNDIkE5xOlAJXPZ8Dc0XQHk9GDwRPOi+ru/jWGU8qVbwhfybx+f3fiOK38Km+suBE9bJYIbHYDMisLlJ8YQ/KoFyqIaxSLZ/AxRi0I= 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=a1k5bGF2C3PvJ9gmObUUICiMjkyH7xsQGgrcFj2o8UDfGS0kM6KPYUJHNoq7rNLkfrTg6fxkOzpwPS5BGoeUUPdsfiotxY00jVM4iIpXgdgmHSAZ9DeLEGJXfUi6swlzHMv37me7yM1HKoYzCpR5nNNSfPcFeJK2kgnUHogUoMg= Received: by 10.150.155.1 with SMTP id c1mr3231809ybe.85.1202170822154; Mon, 04 Feb 2008 16:20:22 -0800 (PST) Received: by 10.151.13.19 with HTTP; Mon, 4 Feb 2008 16:20:22 -0800 (PST) Message-ID: Date: Mon, 4 Feb 2008 18:20:22 -0600 From: Eugen To: Mel In-Reply-To: <200802041906.36631.fbsd.questions@rachie.is-a-geek.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200802041906.36631.fbsd.questions@rachie.is-a-geek.net> Cc: freebsd-questions@freebsd.org 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: Tue, 05 Feb 2008 00:20:23 -0000 I disabled the firewall in /etc/rc.conf. The message from ping is: ping: sendto: Network is unreachable How do I set the metric to 1 at boot? Is there a setting I have to put in /etc/rc.conf or somewhere else? It still baffles me why Linux works on the desktop, Windows works on the laptop (wireless) and BSD doesn't. This tells me that the settings in the router are OK. Eugen On Feb 4, 2008 12:06 PM, Mel wrote: > 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 >