From owner-freebsd-questions@FreeBSD.ORG Thu Oct 23 08:55:42 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D69216A4B3 for ; Thu, 23 Oct 2003 08:55:42 -0700 (PDT) Received: from corpweb.trip.net (corpweb.trip.net [216.139.64.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13D4B43FBF for ; Thu, 23 Oct 2003 08:55:39 -0700 (PDT) (envelope-from dhull@digitaloverload.net) Received: from localhost.localdomain (1Cust15.tnt1.anchorage.ak.da.uu.net [65.239.6.15]) by corpweb.trip.net (8.12.10/8.12.10) with ESMTP id h9NFtaWo016556 for ; Thu, 23 Oct 2003 10:55:37 -0500 (CDT) From: Damien Hull To: freebsd-questions@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 23 Oct 2003 07:55:34 -0800 Message-Id: <1066924537.8233.21.camel@debian> Mime-Version: 1.0 X-Scanned-By: MIMEDefang 2.37 Subject: Apache on two nic's X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 15:55:42 -0000 I've got Apache running on 4 stable. The server started out with one network card plugged into our privet network. We could get to the website on the server just fine. Here is what we want 1. access from the outside 2. some websites will be internal and others will be public Here is my quick solution 1. Added a second network card to the server 2. connected the network card to the outside of the network 3. tired to connect to the website on the new IP address 4. Got nothing 5. Added a virtual server that listened on the new address but got nothing. I've looked at the Apache config file and there is a place to put in an IP address but I left that alone. As fare as I can tell it's listening to all addresses. Can someone tell me what I need to do to get this working? NOTE: I don't have accesses to the proxy so I can't reprogram it to forward connections to the server.