<x-flowed>
At 09:30 07.08.2003 +0200, you wrote:

>Hello,
>only a small problem to solve!
>I want to change the port where ftpproxy ist listen from
>port 21 to port 2121.
>But I didnŽt know where I must do that.
>The manpages donŽt solve my problem
>
>thanks
>Juergen Lucka


Hello,

you can do something like this in your inetd.conf:

2121     stream  tcp     nowait  nobody    /usr/sbin/tcpd 
/usr/local/sbin/ftp.proxy -e


or to make it a little bit nicer:

1. Edit /etc/services

         ftpproxy      2121/tcp         # My special ftp.proxy port

2. Edit /etc/inetd.conf

         ftpproxy     stream  tcp     nowait  nobody    /usr/sbin/tcpd 
/usr/local/sbin/ftp.proxy -e



Andreas 


--general-l------------------------------------
To unsubscribe please visit:
http://www.ftpproxy.org/html/maillinglists.html


</x-flowed>
From [EMAIL PROTECTED] Thu Aug 07 15:29:12 2003
X-Persona: <ftp.pproxy>
Return-path: <[EMAIL PROTECTED]>
Received: from saturn.dw-westfalen.de (mail.dw-westfalen.de [80.146.200.10])
                by compucation.de (mail.compucation.de [213.185.64.44])
                (MDaemon.PRO.v6.8.4.R)
                with ESMTP id 1-md50000000011.tmp
                for <[email protected]>; Thu, 07 Aug 2003 15:21:09 +0200
Date: Thu, 7 Aug 2003 15:21:06 +0200
From: Juergen Lucka <[EMAIL PROTECTED]>
X-Mailer: The Bat! (v1.61)
Reply-To: [EMAIL PROTECTED]
Organization: Diakonische Werk der ev. Kirche von Westalen
X-Priority: 3 (Normal)
Message-ID: <[EMAIL PROTECTED]>
To: "ftp.proxy" <[email protected]>
Subject: [general-l] How can I change the Port from ftpproxy {03}
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
MIME-Version: 1.0
X-MIMETrack: Itemize by SMTP Server on ltmsdw01/DW-Westfalen(Release 5.0.11 
|July 24, 2002) at
         07.08.2003 15:21:06,
                Serialize by Router on ltmsdw01/DW-Westfalen(Release 5.0.11 
|July 24, 2002) at
         07.08.2003 15:21:08
X-Lookup-Warning: HELO/EHLO lookup on saturn.dw-westfalen.de does not match 
80.146.200.10
X-MDRcpt-To: [EMAIL PROTECTED]
X-MDRemoteIP: 80.146.200.10
Sender: [EMAIL PROTECTED]
X-Return-Path: [EMAIL PROTECTED]
Precedence: bulk
List-Unsubscribe: <mailto:[EMAIL PROTECTED]>
X-MDMailing-List: [EMAIL PROTECTED]
X-MDSend-Notifications-To: [EMAIL PROTECTED]
X-MDaemon-Deliver-To: [email protected]
X-Eudora2Unix: 3905-11-05T08:39:35Z converted


thanks working fine!


----- Original Message -----
am  am 14:38:41 [GMT+0200]   schrieben Sie:
Von    : [EMAIL PROTECTED]
AN     : [EMAIL PROTECTED]
Betreff: [general-l] How can I change the Port from ftpproxy {02}

> At 09:30 07.08.2003 +0200, you wrote:

>>Hello,
>>only a small problem to solve!
>>I want to change the port where ftpproxy ist listen from
>>port 21 to port 2121.
>>But I didnŽt know where I must do that.
>>The manpages donŽt solve my problem
>>
>>thanks
>>Juergen Lucka


> Hello,

> you can do something like this in your inetd.conf:

> 2121     stream  tcp     nowait  nobody    /usr/sbin/tcpd 
> /usr/local/sbin/ftp.proxy -e


> or to make it a little bit nicer:

> 1. Edit /etc/services

>          ftpproxy      2121/tcp         # My special ftp.proxy port

> 2. Edit /etc/inetd.conf

>          ftpproxy     stream  tcp     nowait  nobody    /usr/sbin/tcpd 
> /usr/local/sbin/ftp.proxy -e



> Andreas 


> --general-l------------------------------------
> To unsubscribe please visit:
> http://www.ftpproxy.org/html/maillinglists.html


--

Reply via email to