From owner-freebsd-questions@FreeBSD.ORG Thu Dec 16 09:42:43 2004 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 2062A16A4CE for ; Thu, 16 Dec 2004 09:42:43 +0000 (GMT) Received: from postino-1.etat.lu (postino-1.etat.lu [194.154.205.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C3EA43D2F for ; Thu, 16 Dec 2004 09:42:42 +0000 (GMT) (envelope-from didier.wiroth@mcesr.etat.lu) Received: from avirus-1.cie.etat.lu (dispatch-1.cie.etat.lu [148.110.137.6]) by postino-1.etat.lu (Postfix) with ESMTP id 62CA711382D6 for ; Thu, 16 Dec 2004 10:42:40 +0100 (CET) Received: from avirus-1.cie.etat.lu (dispatch-1.cie.etat.lu [148.110.137.6]) by localhost (CIE ESMTP Dispatch 1) with ESMTP id 5802D21623 for ; Thu, 16 Dec 2004 10:42:40 +0100 (CET) Received: from hermes-1.cie.etat.lu (hermes-1.cie.etat.lu [148.110.136.56]) 45FB3212EC for ; Thu, 16 Dec 2004 10:42:40 +0100 (CET) Received: from hermes-1.cie.etat.lu (hermes-1.cie.etat.lu [148.110.136.56]) by store.etat.lu (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0I8T00H706Z4ZP20@store.etat.lu> for freebsd-questions@freebsd.org; Thu, 16 Dec 2004 10:42:40 +0100 (MET) Received: from LUCY ([148.110.43.189]) by store.etat.lu (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0I8T00HMI6Z1ZN30@store.etat.lu>; Thu, 16 Dec 2004 10:42:40 +0100 (MET) Date: Thu, 16 Dec 2004 10:41:33 +0100 From: Didier Wiroth In-reply-to: <59822964041215145346c7378f@mail.gmail.com> To: 'Mauricio Brunstein' Message-id: <0I8T00HMQ6Z4ZN30@store.etat.lu> X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Content-transfer-encoding: 7BIT Thread-index: AcTi+N9WuXcgD3y+TkyFTE7ukllt3gAWmpjA cc: freebsd-questions@freebsd.org Subject: RE: Re : Re: ftp-proxy, how to bind to localhost only addres X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 09:42:43 -0000 Hi, Thanks for answering. This is how I do it now, but isn't it really possible to bind it to the localhost address? Thx didier -----Original Message----- From: Mauricio Brunstein [mailto:mbrunstein@gmail.com] Sent: Wednesday, December 15, 2004 23:53 To: Didier Wiroth Subject: Re: Re : Re: ftp-proxy, how to bind to localhost only addres Try using a filtering rule in pf.conf Regards, Mauricio. On Tue, 14 Dec 2004 14:31:59 +0100, Didier Wiroth wrote: > Hi, > > Tthis was the output from sockstat: > > > Have you tried changing the * to 127.0.0.1 i.e > > > > root inetd 2756 4 tcp4 127.0.0.1:8021 > > But this is isn't working: > 127.0.0.1:ftp-proxy stream tcp nowait root /usr/libexec/ftp-proxy ftp-proxy -a 172.16.43.50 -u proxy -n -m 55000 -M 57000 -t 180 > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >