From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R0VSO-0000V6-Qb for garchives@archives.gentoo.org; Mon, 05 Sep 2011 09:27:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4730021C173; Mon, 5 Sep 2011 09:26:57 +0000 (UTC) Received: from smtpq3.tb.mail.iss.as9143.net (smtpq3.tb.mail.iss.as9143.net [212.54.42.166]) by pigeon.gentoo.org (Postfix) with ESMTP id C2F5921C163 for ; Mon, 5 Sep 2011 09:26:02 +0000 (UTC) Received: from [212.54.42.145] (helo=smtp14.tb.mail.iss.as9143.net) by smtpq3.tb.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1R0VRK-0002ue-5c for gentoo-user@lists.gentoo.org; Mon, 05 Sep 2011 11:26:02 +0200 Received: from 5ed027a1.cm-7-1a.dynamic.ziggo.nl ([94.208.39.161] helo=data.antarean.org) by smtp14.tb.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1R0VRJ-0004wQ-HU for gentoo-user@lists.gentoo.org; Mon, 05 Sep 2011 11:26:01 +0200 Received: from localhost (localhost [127.0.0.1]) by data.antarean.org (Postfix) with ESMTP id 6A325C0D for ; Mon, 5 Sep 2011 11:26:41 +0200 (CEST) X-Virus-Scanned: amavisd-new at antarean.org Received: from data.antarean.org ([127.0.0.1]) by localhost (data.antarean.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id e2NIsRWx9vmL for ; Mon, 5 Sep 2011 11:26:40 +0200 (CEST) Received: from eve.localnet (eve.lan.antarean.org [10.20.13.50]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by data.antarean.org (Postfix) with ESMTPS id 01DC3B4D for ; Mon, 5 Sep 2011 11:26:40 +0200 (CEST) From: Joost Roeleveld To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] OpenLDAP works only at localhost, not from outside Date: Mon, 05 Sep 2011 11:25:59 +0200 Message-ID: <1985133.BO3cyI4xYs@eve> User-Agent: KMail/4.7.0 (Linux/2.6.36-gentoo-r5; KDE/4.7.0; x86_64; ; ) In-Reply-To: <20110905065035.5179315f@polaris> References: <20110831182426.79c1b146@polaris> <2117779.58rmGC8WoN@eve> <20110905065035.5179315f@polaris> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-ZiggoSMTP-MailScanner-Information: Please contact the ISP for more information X-ZiggoSMTP-MailScanner-ID: 1R0VRJ-0004wQ-HU X-ZiggoSMTP-MailScanner: Found to be clean X-ZiggoSMTP-MailScanner-SpamCheck: geen spam, SpamAssassin (niet cached, score=-0.692, vereist 5, BAYES_00 -1.90, KHOP_DYNAMIC 0.73, RDNS_DYNAMIC 0.98, RP_MATCHES_RCVD -0.50) X-ZiggoSMTP-MailScanner-From: joost@antarean.org X-Spam-Status: No X-Archives-Salt: X-Archives-Hash: caac714130300bc2d3c55d1067c67c6a On Monday, September 05, 2011 06:50:35 AM Johannes Geiss wrote: > On Fri, 02 Sep 2011 08:50:46 +0200 > > Joost Roeleveld wrote: > > What do you mean with, "outside"? > > I meant from another place via the Internet through my router to my > computer. I suspected this to be the case. > > > [...] > > > > Hope this helps. > > Yes, your suggestions helped. Thank you very much. Though it doesn't > solve the problem. Now I know I did everything right at my > LDAP-server, but the problem is my router (Speedport W 503V Typ C). > It's blocking some (not all) of the communication. I forwarded all > ports to my computer (ie. it's in the DMZ), but LDAP is not working > correctly. How did you forward all ports? I never specify a port-range for port-forwarding, but only specific ports. I am not familiar with the router you are using, but is there an option to specify a specific port? Alternatively, you could try using port-forwarding/tunneling using SSH- connections. Your LDAP-client should be able to hitch a ride over that connection if you set up the tunnel. If you google for "ssh portforwarding" you should find some examples and explanations for this. -- Joost