From owner-freebsd-questions@FreeBSD.ORG Mon Jul 19 20:07:40 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 B68EF1065670 for ; Mon, 19 Jul 2010 20:07:40 +0000 (UTC) (envelope-from mlmichael70@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 340A78FC1A for ; Mon, 19 Jul 2010 20:07:39 +0000 (UTC) Received: by bwz12 with SMTP id 12so2902904bwz.13 for ; Mon, 19 Jul 2010 13:07:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=MNyrO63UFxBp3w5+0IM0k/zrIhtSIWUITPk3uGN+6f0=; b=EKpakAQa9/4MaouP14/N5lQ2KhYyjV4y5Bf43uiWhxu5HH8Uhsp4DhOm2cG/rojNKb TVdK3GXsj2Lw5Z32y/gDrLxDW/GbbM08lKKgjNwncIQ7MQ/GHWfjC1cadNbEYEwKB3x4 Tal94+uPHml9XqEuckP4FVkgv6d9ZRNKMdGiA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=SmdAbEgEgzdb2ClC8rQqmi2ytJF1GRCo0bjiD0k5waIZcl+mXAKUpGlKLvAjiP3rSw psdwuS5fPyHE/5kHzHDksLlRsGzMgOcOolITo84ksSVMjPRbhiyoVeHLWp65OleuTaFM 1spRe+GPux8wpJVWe4esGelrGXFQCMtxugdtU= Received: by 10.204.2.139 with SMTP id 11mr4301582bkj.202.1279570058908; Mon, 19 Jul 2010 13:07:38 -0700 (PDT) Received: from prime.local (94-193-57-116.zone7.bethere.co.uk [94.193.57.116]) by mx.google.com with ESMTPS id y2sm27205679bkx.20.2010.07.19.13.07.37 (version=SSLv3 cipher=RC4-MD5); Mon, 19 Jul 2010 13:07:38 -0700 (PDT) Message-ID: <4C44B08C.2050203@gmail.com> Date: Mon, 19 Jul 2010 21:07:40 +0100 From: Michael User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.10) Gecko/20100628 Thunderbird/3.0.5 MIME-Version: 1.0 To: Aiza References: <4C378D58.5010404@gmail.com> <4C44154D.1060109@comclark.com> In-Reply-To: <4C44154D.1060109@comclark.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: ipfw nat and jails on loopback - is it possible? 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, 19 Jul 2010 20:07:40 -0000 On 19/07/2010 10:05, Aiza wrote: > > > you have to put your hosts /etc/resolve.conf in each jail before you can > get network connection. > I did. It contains: nameserver 208.67.222.222 nameserver 208.67.220.220 I believe that it's not a problem with jail configuration because NAT works fine on the same jail when I switch to pf. Michael