From owner-freebsd-questions@FreeBSD.ORG Fri Apr 1 16:20:30 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 C0C4316A4CE for ; Fri, 1 Apr 2005 16:20:30 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6178843D39 for ; Fri, 1 Apr 2005 16:20:30 +0000 (GMT) (envelope-from meschoyez@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so906889wri for ; Fri, 01 Apr 2005 08:20:29 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=W0oU7XFxqac/JGCp2JRwF+gJqN/1+ACdqw5mEZxK1jHCJnJWTpBd/38URhXcXWMDA3g7mUi6Db6rbhS7r54+IKdqQqdjwozB45XxvEOTSVPmUpi0V7EPDLjJwlr0SEvlvS5Hr9R2mCzRvBvFT4tqDczHXuP50csj1JMApNcYitk= Received: by 10.54.9.44 with SMTP id 44mr143357wri; Fri, 01 Apr 2005 08:20:29 -0800 (PST) Received: by 10.54.65.13 with HTTP; Fri, 1 Apr 2005 08:20:29 -0800 (PST) Message-ID: <7a5722d0050401082068f2c34c@mail.gmail.com> Date: Fri, 1 Apr 2005 13:20:29 -0300 From: Maximiliano Eschoyez To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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, 01 Apr 2005 16:20:30 -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