From owner-freebsd-questions@FreeBSD.ORG Thu Apr 1 05:49:13 2010 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 92509106566C for ; Thu, 1 Apr 2010 05:49:13 +0000 (UTC) (envelope-from amijaresp@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id 19A8D8FC0A for ; Thu, 1 Apr 2010 05:49:12 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id d23so241428fga.13 for ; Wed, 31 Mar 2010 22:49:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=sZMV7kZtVSSevoRZLqPlqocpQj9Ar33RsGE2h2ybCc8=; b=Ul4PTLTjoxSaVmA7itGfbPmdLtWRek3A57fHUdxYHFlKv1i3n64s0V05L7zSxmdEtD jbZJO/mj/8X+kbzFSBbsH7vRxL7xIFk9fp4w4l/NWv5DwO94x3gzq47QQ40/3+hIlIuk SVNrg3vurOdNick8MWf/dgSfT2n71fB6k4hgI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=GfihzhQ+DzuIX9MUUgtbQrUzy4IbpMVZHqndEy3HwvSz7AWkfvb/gbcink2lX3pobd CdiK4+VEPJyxi/3q/21m5QO/uGKV0pdS1u21IpARVIh6pU8i/Ne6SzSbEOlBySq/mS0D m9uAdUJZQZ7n40z5k9FzXFUEznFe/SP94ydhQ= MIME-Version: 1.0 Received: by 10.239.161.133 with HTTP; Wed, 31 Mar 2010 22:49:11 -0700 (PDT) In-Reply-To: <903575.94048.qm@web24818.mail.ird.yahoo.com> References: <903575.94048.qm@web24818.mail.ird.yahoo.com> Date: Thu, 1 Apr 2010 01:19:11 -0430 Received: by 10.239.185.78 with SMTP id b14mr5170hbh.89.1270100951764; Wed, 31 Mar 2010 22:49:11 -0700 (PDT) Message-ID: From: Alberto Mijares To: "Alexandre L." Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Alejandro Imass , Patrick Lamaiziere , freebsd-questions@freebsd.org Subject: Re: u3g network 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, 01 Apr 2010 05:49:13 -0000 > If your DNS are changed, I think that your network card is configured in = DHCP mode. > To dissallow DNS changes (in /etc/resolv.conf) by DHCP updates, you can a= dd this line to /etc/dhclient.conf : > prepend domain-name-servers ,,; > After you must restart your network card and voil=C3=A0. Better if you write supersede domain-name-servers instead. Regards Alberto Mijares