From owner-freebsd-questions@FreeBSD.ORG Tue May 25 23:45:32 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9389B106564A for ; Tue, 25 May 2010 23:45:32 +0000 (UTC) (envelope-from repcsike@gmail.com) Received: from mail-ew0-f209.google.com (mail-ew0-f209.google.com [209.85.219.209]) by mx1.freebsd.org (Postfix) with ESMTP id E2A458FC0C for ; Tue, 25 May 2010 23:45:31 +0000 (UTC) Received: by ewy1 with SMTP id 1so620179ewy.13 for ; Tue, 25 May 2010 16:45:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=lhGNUxq+U3ct/2ztzng1QxiVo457q9uCTc1z6Nalf90=; b=CtxAPbn+eJmD81h8znMozHW8SQwOk7GMPOnhFyBbCm4eAnlJdN45L4VYiSQ8HlpGop Ht6v+LPQQ5kAQvTNGTWLqM7A2DGwfLSUDt1nJqoRzuPr1gQImGMyWfLIwDNeuacX3NKK rojO/bSW/ZQi4yRw0A+vx5B9Bd3h3S1mCtADk= 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 :content-type; b=QrC2iu5Sr/xRxymFaZME8uBStLb1WZfNHj1MmR9bN89X/6Cs/+tW/2jewOajq6xDPG tKGW4+UIo39WHDdY1MOiiEiT4LWDzOuubRce54HBblxJyxypPZvCj+oNRt00rdBAZuck U0lDGhHvs1dMb6mkFk8wvlsQUXHmtbMCtjmMU= MIME-Version: 1.0 Received: by 10.213.7.12 with SMTP id b12mr760490ebb.52.1274831130001; Tue, 25 May 2010 16:45:30 -0700 (PDT) Received: by 10.213.19.18 with HTTP; Tue, 25 May 2010 16:45:29 -0700 (PDT) In-Reply-To: <4BFC5EE3.3090505@a1poweruser.com> References: <4BFC5EE3.3090505@a1poweruser.com> Date: Wed, 26 May 2010 01:45:29 +0200 Message-ID: From: =?ISO-8859-1?B?QmFs4XpzIE3hdOlmZnk=?= To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: jails and one dynamic ip address 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, 25 May 2010 23:45:32 -0000 Hi, Sure there can be a better solution (I think :)): Use an rfc1918 private address range for your Jail, and use nat, to forward your external interface IP to the private address of the jail. This can be done in ipnat, PF, or the other natting, packet filtering tools= . Hope I understood your question :). Regards, Bal=E1zs M. On 26 May 2010 01:36, Fbsd1 wrote: > I get one dynamic ip address from my ISP. This is what I specify on the > jail for public network access. When the ip address changes on me I have = to > manually change the ip address associated with the jail. > > Is there some method I can code so jail will all ways have public network > access? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >