From owner-freebsd-questions@FreeBSD.ORG Thu Sep 27 11:52:47 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 4F02316A417 for ; Thu, 27 Sep 2007 11:52:47 +0000 (UTC) (envelope-from emorras@s21sec.com) Received: from s21sec.com (mail.s21sec.com [212.31.206.70]) by mx1.freebsd.org (Postfix) with ESMTP id E979F13C4B3 for ; Thu, 27 Sep 2007 11:52:46 +0000 (UTC) (envelope-from emorras@s21sec.com) Received: from localhost (localhost [127.0.0.1]) by s21sec.com (Postfix) with ESMTP id C5BFCB7492 for ; Thu, 27 Sep 2007 13:29:55 +0200 (CEST) Received: from s21sec.com ([127.0.0.1]) by localhost (telemaco.s21sec.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 06945-05 for ; Thu, 27 Sep 2007 13:29:55 +0200 (CEST) Received: from inv-008.s21sec.com (unknown [83.175.204.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by s21sec.com (Postfix) with ESMTP id 4F9E295959 for ; Thu, 27 Sep 2007 13:29:54 +0200 (CEST) X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Thu, 27 Sep 2007 13:30:24 +0200 To: freebsd-questions@freebsd.org From: Eduardo Morras Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Message-Id: <20070927112954.4F9E295959@s21sec.com> X-Virus-Scanned: S21sec Antivirus, s21sec.com Subject: Binding application to one ethernet interface 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, 27 Sep 2007 11:52:47 -0000 Hello: I have a server with apache that serves pages to an intranet. Now we want to add another server application (cvs and pgsql) to another intranet. Of course we can buy a new server to do that, but i want to know if i can add a new ethernet card to the current server and force apache to serve to one intranet and cvs/pgsql to the other intranet. I think that by default, freebsd will balance the charge between both cards, is it true?? Thanks In Advance