From owner-freebsd-questions@FreeBSD.ORG Wed Apr 9 13:41:44 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 DD72F1065670 for ; Wed, 9 Apr 2008 13:41:44 +0000 (UTC) (envelope-from d.trandov@tcebank.com) Received: from tcebank.com (gw.tcebank.com [213.222.32.250]) by mx1.freebsd.org (Postfix) with SMTP id 1953A8FC1A for ; Wed, 9 Apr 2008 13:41:43 +0000 (UTC) (envelope-from d.trandov@tcebank.com) Received: (qmail 11410 invoked from network); 9 Apr 2008 13:15:00 -0000 Received: from mail.tcebank.com (213.222.32.254) by e-smith.tcebank.com (192.17.1.230) with ESMTP; 09 Apr 2008 13:15:00 -0000 X-Spam-Status: No, hits=0.1 required=2.0 tests=ALL_TRUSTED,EMPTY_MESSAGE X-Spam-Check-By: mail.tcebank.com Received: from [192.17.1.98] (HELO dtrandov) (192.17.1.98) by mail.tcebank.com (smtpd unknown version) with ESMTP; Wed, 09 Apr 2008 16:14:59 +0300 From: "Dimitar Trandov" To: Date: Wed, 9 Apr 2008 16:12:01 +0300 Organization: Tokuda Bank Plc. Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Thread-Index: AciaQ0wjqi6iv7l8S5O6AwM/ssEsyg== X-Sql-Log-ID: '29637.1207746895.6112' Subject: Jails config 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, 09 Apr 2008 13:41:44 -0000 Hi, I've installed a fresh new 7.0 FreeBSD server with 2 intherface cards. On it, I have to run simultaneously some of my public services - name server(bind), smtp(postfix) and www(apache) server. I found that solution based on jails is suitable for my needs, but I have no any experience with jails. I know that jail has own a single IP address - for named, this is ok I thing - but what about other services ? I have an administrative panel, which make some changes on www server, so I can not remap requests to that panel to listen on private lan - I have to use public ip to manage my www site trough web interface. For smtp the situation is the same - if my smtp server is only smtp relay server that do some basic checks and then have to forward mails to the core smtp sever, where I do spam and other check. Have to use again public addressess to talk these servers each others ?!? Again - I have no experience or maybe jails is not the right solutions for me ?!? I think, that the almost the same config is described in the handbook, so I think that I miss something or maybe I have to do things in standart way, I mean without jails ?!? Generally, my question is how to remap some sensitive tasks through private addresses or route smpt messagess from smtp relay to mailboxes in private lan, when these services is runs on jails? Thanks in advanvce and sorry for my English ----------------------------------------- Dimitar