From owner-freebsd-questions@FreeBSD.ORG Wed Nov 21 14:30:21 2007 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 0D59916A41B for ; Wed, 21 Nov 2007 14:30:21 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [208.70.104.210]) by mx1.freebsd.org (Postfix) with ESMTP id 93CA713C46B for ; Wed, 21 Nov 2007 14:30:20 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: (qmail 97773 invoked by uid 1002); 21 Nov 2007 14:30:19 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(208.70.104.100):. Processed in 12.387075 secs); 21 Nov 2007 14:30:19 -0000 Received: from unknown (HELO ?192.168.30.110?) (steve@ibctech.ca@208.70.104.100) by pearl.ibctech.ca with (DHE-RSA-AES256-SHA encrypted) SMTP; 21 Nov 2007 14:30:05 -0000 Message-ID: <474440FC.5090901@ibctech.ca> Date: Wed, 21 Nov 2007 09:30:20 -0500 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Alaor Barroso de Carvalho Neto References: <2949641c0711210609xc9fcb89t8217cd0995d1c86b@mail.gmail.com> In-Reply-To: <2949641c0711210609xc9fcb89t8217cd0995d1c86b@mail.gmail.com> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: routing 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, 21 Nov 2007 14:30:21 -0000 Alaor Barroso de Carvalho Neto wrote: > If I turn off linux and set the rl0 to 192.168.1.1 it > stop resolving names but can ping to anywhere. Help!!! > in the rc.conf > gateway_enable="YES" > defaultrouter="X.X.X.X" I don't know if I quite understand on which machine things are breaking, but if it is a FreeBSD box, can you post the output to: # cat /etc/resolv.conf ...and # dig @192.168.1.2 google.ca Steve