<x-html>
<P>hello, i'm a newbie with linux and i'm using red hat linux 7.2</P>
<P>i would like to ask as to how to start <A 
href="ftp://ftp.proxy";>ftp.proxy</A>&nbsp;from a TCP superserver like xinetd, 
thanx</P><BR><BR><FONT face="Times New Roman" size=5><FONT color=teal><IMG 
src="http://us.i1.yimg.com/us.yimg.com/i/mesg/tsmileys/4.gif";>&nbsp;alyx</FONT>&nbsp;<IMG
 
src="http://us.i1.yimg.com/us.yimg.com/i/mesg/tsmileys/i.gif";></FONT><BR><p><br><hr
 size=1><b>Do You Yahoo!?</b><br>
<a href="$rd_url/welcome/?http://taxes.yahoo.com/";>Yahoo! Tax Center</a> - 
online filing with TurboTax
</x-html>
From [EMAIL PROTECTED] Wed Apr 03 10:31:41 2002
X-Persona: <ftp.pproxy>
Return-path: <[EMAIL PROTECTED]>
Received: from ws32.pce.de [213.185.64.46]
                by compucation.de [213.185.64.44]
                with SMTP (MDaemon.PRO.v5.0.5.R)
                for <[email protected]>; Wed, 03 Apr 2002 10:28:29 +0200
Message-ID: <[EMAIL PROTECTED]>
X-Sender: [email protected]@mail.compucation.de
X-Mailer: QUALCOMM Windows Eudora Version 5.1
Date: Wed, 03 Apr 2002 10:28:01 +0200
To: "general-l List Member"  <[email protected]>
From: Andreas Schoenberg <[EMAIL PROTECTED]>
Subject: [general-l] newbie: how to start & bind to a TCP/IP port
         {02}
In-Reply-To: <[EMAIL PROTECTED]
         >
Mime-Version: 1.0
X-MDRcpt-To: [EMAIL PROTECTED]
X-MDRemoteIP: 213.185.64.46
Sender: [EMAIL PROTECTED]
X-Return-Path: [EMAIL PROTECTED]
Precedence: bulk
X-MDMailing-List: [EMAIL PROTECTED]
X-MDSend-Notifications-To: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
X-MDaemon-Deliver-To: [email protected]
X-Eudora2Unix: 3905-11-05T08:39:34Z converted

<x-flowed>
At 16:36 02.04.2002 -0800, you wrote:

>hello, i'm a newbie with linux and i'm using red hat linux 7.2
>
>i would like to ask as to how to start <ftp://ftp.proxy>ftp.proxy from a 
>TCP superserver like xinetd, thanx

Hello


After you sucessfully built and installed the daemon, you add an entry to 
your system's inetd.conf depending on your needs:

-  clientside server selection:

    ftp     stream  tcp     nowait  nobody  /usr/sbin/tcpd  /usr/loc

- clientside server selection with enhanced logging:

   ftp     stream  tcp     nowait  nobody  /usr/sbin/tcpd  /usr/loc

- only to one particular FTP-Server:

   ftp     stream  tcp     nowait  nobody  /usr/sbin/tcpd  /usr/loc


For xinetd this must work (example):

                 service ftp
                         {
                          socket_type = stream
                          wait        = no
                          user        = nobody
                          server      = /usr/local/sbin/ftp.proxy
                          server_args = -e -m
                         }


Regards
Andreas


</x-flowed>
From [EMAIL PROTECTED] Wed Apr 03 12:36:45 2002
X-Persona: <ftp.pproxy>
Return-path: <[EMAIL PROTECTED]>
Received: from web13405.mail.yahoo.com [216.136.175.63]
                by compucation.de [213.185.64.44]
                with SMTP (MDaemon.PRO.v5.0.5.R)
                for <[email protected]>; Wed, 03 Apr 2002 12:32:34 +0200
Message-ID: <[EMAIL PROTECTED]>
Received: from [203.172.6.80] by web13405.mail.yahoo.com via HTTP; Wed, 03 Apr 
2002 02:32:27 PST
Date: Wed, 3 Apr 2002 02:32:27 -0800 (PST)
From: "Alexander P. Javier" <[EMAIL PROTECTED]>
Subject: [general-l] newbie: how to start & bind to a TCP/IP port {03}
To: "general-l List Member"  <[email protected]>
In-Reply-To: <[EMAIL PROTECTED]>
MIME-Version: 1.0
X-Lookup-Warning: reverse lookup on original sender failed
X-MDRcpt-To: [EMAIL PROTECTED]
X-MDRemoteIP: 216.136.175.63
Sender: [EMAIL PROTECTED]
X-Return-Path: [EMAIL PROTECTED]
Precedence: bulk
X-MDMailing-List: [EMAIL PROTECTED]
X-MDSend-Notifications-To: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
X-MDaemon-Deliver-To: [email protected]
X-Eudora2Unix: 3905-11-05T08:39:34Z converted

<x-html>
<P>thanx a lot
<P>&nbsp;
<P>&nbsp; <B><I>Andreas Schoenberg &lt;[EMAIL PROTECTED]&gt;</I></B> wrote: 
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 
2px solid">At 16:36 02.04.2002 -0800, you wrote:<BR><BR>&gt;hello, i'm a newbie 
with linux and i'm using red hat linux 7.2<BR>&gt;<BR>&gt;i would like to ask 
as to how to start <FTP: ftp.proxy>ftp.proxy from a <BR>&gt;TCP superserver 
like xinetd, thanx<BR><BR>Hello<BR><BR><BR>After you sucessfully built and 
installed the daemon, you add an entry to <BR>your system's inetd.conf 
depending on your needs:<BR><BR>- clientside server selection:<BR><BR>ftp 
stream tcp nowait nobody /usr/sbin/tcpd /usr/loc<BR><BR>- clientside server 
selection with enhanced logging:<BR><BR>ftp stream tcp nowait nobody 
/usr/sbin/tcpd /usr/loc<BR><BR>- only to one particular FTP-Server:<BR><BR>ftp 
stream tcp nowait nobody /usr/sbin/tcpd /usr/loc<BR><BR><BR>For xinetd this 
must work (example):<BR><BR>service ftp<BR>{<BR>socket_type = stream<BR>wait = 
no<BR>user = nobody<BR>server = /usr/local/sbin/ftp.proxy<BR>server_args = -e 
-m<BR>}<BR><BR><BR>Regards<BR>Andreas<BR><BR></BLOCKQUOTE><BR><BR><FONT 
face="Times New Roman" size=5><FONT color=teal><IMG 
src="http://us.i1.yimg.com/us.yimg.com/i/mesg/tsmileys/4.gif";>&nbsp;alyx</FONT>&nbsp;<IMG
 
src="http://us.i1.yimg.com/us.yimg.com/i/mesg/tsmileys/i.gif";></FONT><BR><p><br><hr
 size=1><b>Do You Yahoo!?</b><br>
<a href="$rd_url/welcome/?http://taxes.yahoo.com/";>Yahoo! Tax Center</a> - 
online filing with TurboTax
</x-html>
From [EMAIL PROTECTED] Wed Apr 10 10:05:35 2002
X-Persona: <ftp.pproxy>
Return-path: <[EMAIL PROTECTED]>
Received: from ns1.codes.com.ar [200.69.64.214]
                by compucation.de [213.185.64.44]
                with SMTP (MDaemon.PRO.v5.0.5.R)
                for <[email protected]>; Wed, 10 Apr 2002 00:31:22 +0200
Received: from cds02 ([10.0.0.11])
                by ns1.codes.com.ar (8.11.3/8.11.3) with SMTP id g39MVvs95360
                for <[EMAIL PROTECTED]>; Tue, 9 Apr 2002 19:31:58 -0300 (ART)
                (envelope-from [EMAIL PROTECTED])
Message-ID: <[EMAIL PROTECTED]>
From: "Guillermo Garcia Larralde" <[EMAIL PROTECTED]>
To: "general-l List Member"  <[email protected]>
Subject: [general-l] Example {01}
Date: Tue, 9 Apr 2002 19:27:06 -0300
MIME-Version: 1.0
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2014.211
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211
X-MDRcpt-To: [EMAIL PROTECTED]
X-MDRemoteIP: 200.69.64.214
Sender: [EMAIL PROTECTED]
X-Return-Path: [EMAIL PROTECTED]
Precedence: bulk
X-MDMailing-List: [EMAIL PROTECTED]
X-MDSend-Notifications-To: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
X-MDaemon-Deliver-To: [email protected]
X-Eudora2Unix: 3905-11-05T08:39:34Z converted

<x-html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2014.210" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello,</FONT></DIV>
<DIV><FONT face=Arial size=2>Please I need&nbsp;one example of&nbsp; inetd.conf 
configuration.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thank</FONT></DIV>
<DIV><FONT face=Arial size=2>Guillermo.</FONT></DIV>
<DIV>&nbsp;</DIV></BODY></HTML>

</x-html>
From [EMAIL PROTECTED] Wed Apr 10 12:15:34 2002
X-Persona: <ftp.pproxy>
Return-path: <[EMAIL PROTECTED]>
Received: from ws32.pce.de [213.185.64.46]
                by compucation.de [213.185.64.44]
                with SMTP (MDaemon.PRO.v5.0.5.R)
                for <[email protected]>; Wed, 10 Apr 2002 12:13:13 +0200
Message-ID: <[EMAIL PROTECTED]>
X-Sender: [email protected]@mail.compucation.de
X-Mailer: QUALCOMM Windows Eudora Version 5.1
Date: Wed, 10 Apr 2002 12:12:57 +0200
To: "general-l List Member"  <[email protected]>
From: Andreas Schoenberg <[EMAIL PROTECTED]>
Subject: [general-l] Example {02}
In-Reply-To: <[EMAIL PROTECTED]
         >
Mime-Version: 1.0
X-MDRcpt-To: [EMAIL PROTECTED]
X-MDRemoteIP: 213.185.64.46
Sender: [EMAIL PROTECTED]
X-Return-Path: [EMAIL PROTECTED]
Precedence: bulk
X-MDMailing-List: [EMAIL PROTECTED]
X-MDSend-Notifications-To: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
X-MDaemon-Deliver-To: [email protected]
X-Eudora2Unix: 3905-11-05T08:39:34Z converted

<x-flowed>
At 19:27 09.04.2002 -0300, you wrote:
>Hello,
>Please I need one example of  inetd.conf configuration.
>

Please read the file INSTALL in the source directory. There are three examples.

Best Regards
Andreas


</x-flowed>
From [EMAIL PROTECTED] Wed Apr 10 15:58:49 2002
X-Persona: <ftp.pproxy>
Return-path: <[EMAIL PROTECTED]>
Received: from ns1.codes.com.ar [200.69.64.214]
                by compucation.de [213.185.64.44]
                with SMTP (MDaemon.PRO.v5.0.5.R)
                for <[email protected]>; Wed, 10 Apr 2002 15:57:37 +0200
Received: from cds02 ([10.0.0.11])
                by ns1.codes.com.ar (8.11.3/8.11.3) with SMTP id g3ADw3s97188
                for <[EMAIL PROTECTED]>; Wed, 10 Apr 2002 10:58:04 -0300 (ART)
                (envelope-from [EMAIL PROTECTED])
Message-ID: <[EMAIL PROTECTED]>
From: "Guillermo Garcia Larralde" <[EMAIL PROTECTED]>
To: "general-l List Member"  <[email protected]>
Subject: [general-l] Example {03}
Date: Wed, 10 Apr 2002 10:53:13 -0300
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2014.211
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211
X-MDRcpt-To: [EMAIL PROTECTED]
X-MDRemoteIP: 200.69.64.214
Sender: [EMAIL PROTECTED]
X-Return-Path: [EMAIL PROTECTED]
Precedence: bulk
X-MDMailing-List: [EMAIL PROTECTED]
X-MDSend-Notifications-To: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
X-MDaemon-Deliver-To: [email protected]
X-Eudora2Unix: 3905-11-05T08:39:34Z converted

Thanks,
 I do not understand like forming the client in other machine.
I am trying to use ws_ftp client VER 4.6 in Windows 98, but report :

------------------------------------------
connecting to 10.0.0.1:21
Connected to 10.0.0.1 port 21
[72] from 10.0.0.11 port 3236
usage: -e [<options>] <server>

! Connection failed 10.0.0.1
-------------------------------------------

I am not sure that firewall type I must be use

Proxy configuration options in client:

SITE HOSTNAME
USER AFTER LOGON
PROXY OPEN
TRANSPARENT
USER WITH NO LOGON
USER [EMAIL PROTECTED]
USER [EMAIL PROTECTED] FIREID
USER [EMAIL PROTECTED]@REMOTEHOST


Thanks
Guillermo.





----- Original Message -----
From: Andreas Schoenberg <[EMAIL PROTECTED]>
To: general-l List Member <[EMAIL PROTECTED]>
Sent: Wednesday, April 10, 2002 7:12 AM
Subject: [general-l] Example {02}


> At 19:27 09.04.2002 -0300, you wrote:
> >Hello,
> >Please I need one example of  inetd.conf configuration.
> >
>
> Please read the file INSTALL in the source directory. There are three
examples.
>
> Best Regards
> Andreas
>
>
>


Reply via email to