From owner-freebsd-questions@FreeBSD.ORG Wed Feb 6 01:43:57 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 EF06516A41A for ; Wed, 6 Feb 2008 01:43:57 +0000 (UTC) (envelope-from peo@intersonic.se) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) by mx1.freebsd.org (Postfix) with ESMTP id C114813C45A for ; Wed, 6 Feb 2008 01:43:57 +0000 (UTC) (envelope-from peo@intersonic.se) X-Virus-Scanned: amavisd-new at inter-sonic.com Message-ID: <47A910D7.2090703@intersonic.se> Date: Wed, 06 Feb 2008 02:43:51 +0100 From: Per olof Ljungmark Organization: Intersonic AB User-Agent: Thunderbird 2.0.0.9 (X11/20071216) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Wed, 06 Feb 2008 01:43:58 -0000 Eugen wrote: > Are there really no experienced FreeBSD users who can help me > with my "behind a router" problem ? Should I post it again ? > Should I just give up using BSD altogether due to an unusable > system? I would not like this idea, I was really starting to like it. I'm not a very experienced user, but I read through your posts and it is indeed puzzling. Did you try to set an address manually on the interface, boot without any "ifconfig"-statement in rc.conf and then ifconfig dc0 inet 192.168.1.2 netmask 255.255.255.0 and route add default 192.168.1.0/24 192.168.1.1 Perhaps post your rc.conf as well. Is the router in the arp cache (arp -a) ? --per