Date: Thu, 27 Sep 2007 18:58:30 +0700 (ICT) From: Olivier Nicole <on@cs.ait.ac.th> To: emorras@s21sec.com Cc: freebsd-questions@freebsd.org Subject: Re: Binding application to one ethernet interface Message-ID: <200709271158.l8RBwUDb085614@banyan.cs.ait.ac.th> In-Reply-To: <20070927112954.4F9E295959@s21sec.com> (message from Eduardo Morras on Thu, 27 Sep 2007 13:30:24 %2B0200) References: <20070927112954.4F9E295959@s21sec.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, > 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. Yes, you can have several ethernet cards, each with an IP in a different subnet. You can run every application on what subnet(s) you decide, but the exact way to bind one application to one or more IP is depending on the application itself. > I think that by default, freebsd will balance the charge between > both cards, is it true?? No that is not true. If you have both card in the same subnet, I am not sure what would happen, but I beleive no load balancing. Bests, Olivier
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709271158.l8RBwUDb085614>