From owner-freebsd-questions Wed Jan 3 22:55: 2 2001 From owner-freebsd-questions@FreeBSD.ORG Wed Jan 3 22:54:59 2001 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mgw-x4.nokia.com (mgw-x4.nokia.com [131.228.20.27]) by hub.freebsd.org (Postfix) with ESMTP id 91A0C37B400 for ; Wed, 3 Jan 2001 22:54:58 -0800 (PST) Received: from esvir08nok.nokia.com (esvir08nokt.ntc.nokia.com [172.21.143.40]) by mgw-x4.nokia.com (Switch-2.1.0/Switch-2.1.0) with ESMTP id f046tXI20582 for ; Thu, 4 Jan 2001 08:55:33 +0200 (EET) Received: from esebh02nok.ntc.nokia.com (unverified) by esvir08nok.nokia.com (Content Technologies SMTPRS 4.1.5) with ESMTP id for ; Thu, 4 Jan 2001 08:54:56 +0200 Received: by esebh02nok with Internet Mail Service (5.5.2652.78) id ; Thu, 4 Jan 2001 08:54:56 +0200 Message-ID: <8354A754F252D211ACB60008C7A4597504D272CC@eseis01nok> From: sampsa.kostia@nokia.com To: questions@freebsd.org Subject: ftpd-problem Date: Thu, 4 Jan 2001 08:54:55 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2652.78) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have a strange problem : With FreeBSD-4.2 I'm running bsd:s own ftpdaemon with just -l option (from inetd.conf). It works on ports 20/21 as normal. But - when I change the control-port to anything else, inbound connections work fine, but I'm no longer able to connect anywhere outside. It just says connection refused to _every_ address I try. I change the port in /etc/services : ftp 666/tcp ftp 666/udp ftp-data 20/tcp ftp-data 20/udp Like said, it works just fine when connecting from outside, but if I just try ftp ftp.funet.fi it immediately hangs to Connection refused. If the port is changed back to 21, everything works normally. Any hints? ~/S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message