From owner-freebsd-questions@FreeBSD.ORG Fri Apr 8 21:18:32 2005 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 5460C16A4CE for ; Fri, 8 Apr 2005 21:18:32 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEA4443D41 for ; Fri, 8 Apr 2005 21:18:31 +0000 (GMT) (envelope-from meschoyez@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so1171096wri for ; Fri, 08 Apr 2005 14:18:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=egc8T5xxUavtrs9hpqnkM61CKgnC1HNfEQ7I86NwkVNpJxvtt3ogZ7sjh1b8pvFfVIGc4bpS123vSh/iAg5tLsGT4JyJKV1J8v60lL3xVieOCwVT06nLryw6g4eTGajzwLQsjUI2GUpRlLLwbx7qxToWw7B7wBxoplrUWLFbX0M= Received: by 10.54.14.44 with SMTP id 44mr135375wrn; Fri, 08 Apr 2005 14:18:30 -0700 (PDT) Received: by 10.54.65.13 with HTTP; Fri, 8 Apr 2005 14:18:30 -0700 (PDT) Message-ID: <7a5722d005040814183dc9a7b@mail.gmail.com> Date: Fri, 8 Apr 2005 18:18:30 -0300 From: Maximiliano Eschoyez To: freebsd-questions@freebsd.org In-Reply-To: <7a5722d0050401082068f2c34c@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <7a5722d0050401082068f2c34c@mail.gmail.com> Subject: 5.3 not accepting connections - What I'm missing? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Maximiliano Eschoyez List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2005 21:18:32 -0000 Dear all, I've recently moved from FreeBSD 4.8 to 5.3. After the upgrade, I found that my computer doesn't accept outside connections anymore. The problem is: I can't connect to my computer through different services (FTP, Telnet, SSH, etc.) and also, I can't redirect X output to my display. I've verified that the corresponding daemons are running and that all the steps to X redirection are done, but nothing happens. I'm not using a firewall. Looking deeply into the problem, I've found that also my computer doesn't reply to ping request. But changing the kernel variable 'net.inet.icmp.bmcastecho' it started to work. There is something I have to change to accept connections that I didn't notice? I think that this problem is related to security reasons, but I didn't find how to open a little bit my computer. Summarizing: from my computer, I can connect to any other machine, but I can't do the opposite connections. I hope someone could help me. Thanks in advance, M@X