From owner-freebsd-jail@FreeBSD.ORG Wed Nov 18 13:45:55 2009 Return-Path: Delivered-To: freebsd-jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11FFC106566C for ; Wed, 18 Nov 2009 13:45:55 +0000 (UTC) (envelope-from Lars.Scheithauer@fh-heidelberg.de) Received: from dnsfh.fh-heidelberg.de (dnsfh.fh-heidelberg.de [193.197.74.49]) by mx1.freebsd.org (Postfix) with ESMTP id 908F78FC0C for ; Wed, 18 Nov 2009 13:45:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dnsfh.spamfilter.fh-heidelberg.de (Postfix) with ESMTP id 55C7C1FFD0 for ; Wed, 18 Nov 2009 14:45:53 +0100 (CET) X-Virus-Scanned: AMAVIS New Header in DNSFH Received: from dnsfh.fh-heidelberg.de ([127.0.0.1]) by localhost (dnsfh.fh-heidelberg.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id u4biw51eBJ3h for ; Wed, 18 Nov 2009 14:45:50 +0100 (CET) Received: from FHCLUSRV-EX.dcs.fh-heidelberg.de (FHCLUSRV-N1.dcs.fh-heidelberg.de [172.28.0.41]) by dnsfh.fh-heidelberg.de (Postfix) with ESMTP id A1B721FF86 for ; Wed, 18 Nov 2009 14:45:50 +0100 (CET) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Wed, 18 Nov 2009 14:45:50 +0100 Message-ID: <26040005B7F3AA41A0345BCE386CA09701C62A8E@FHCLUSRV-EX.dcs.fh-heidelberg.de> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Problem with Apache in Jail Thread-Index: AcpoVXAkMaM6LwFpR8q6M3eOni+x/w== From: "Scheithauer, Lars (FH)" To: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Problem with Apache in Jail X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 13:45:55 -0000 Hi everyone, =20 I've started to install an apache22 in a freebsd-jail and have a problem. The jail has a public ip address, so from what I know, I wouldn't have to forward any packages to it. I can reach the apache22 server by ip-address, but not by its DNS - the connection gets "disrupted". I can successfully nslookup the DNS and if I watch the traffic of the browser via wireshark, I see that it sends packages to the server, but the server doesn't send any packages back. I also do not find any traces of the connection attempt in the apache-logs. =20 The config-files of the apache are correct and read (tested by entering some false configs and the server refused to start afterwards - and as said I'm able to access it by its ip). =20 Now, is there any way that this could be caused by the jail? =20 Best Regards, Lars