<x-flowed>
Hi Greg,

Thanks for the quick respond and sorry for the noise.

I've crated /etc/xinetd.d/ftprpoxy file.  However I'm still getting the 
errors.

How I can call ftp.proxy?  I need to run the binary ftp.proxy, right?  What 
I'm doing wrong in the example below?
All I need are some basic start up hints.
I read your manual, it's really a great document, but doesn't show me how to 
start using the ftp.proxy.

I need basic  but very important information - how can I set up one client 
and test against ftp.proxy if it works?

All hints are greatly welcome.
Regards,
Magda

#root# ftp.proxy -a PROXY_CLIENT=192.168.xxx.xx, PROXY_CLIENTNAME=mhewryk
*
Aug 12 09:45:30 mailgw01 ftp.proxy[16978]: can't set TCP_NODELAY, error= 
Socket operation on non-socket
Aug 12 09:45:30 mailgw01 ftp.proxy[16978]: -ERR: can't get client info: 
Socket operation on non-socket


>From: Greg Lyons <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: "general-l List Member"  <[EMAIL PROTECTED]>
>Subject: [general-l] Is this discussion group alive? {05}
>Date: Mon, 11 Aug 2003 21:05:41 -0500
>
>Magda,
>
>You might try just one email next time.  We're not used to very many 
>messages
>coming from this list.  :-)
>
>You can't start ftp.proxy from the command line, which is why you got the
>"Socket operation on non-socket" error.  You need to start it from xinetd.
>Below is a sample configuration snippit, which you could put in
>/etc/xinetd.conf or in a separate file /etc/xinetd.d/ftpproxy.
>
>service ftpproxy
>{
>       disable = no
>       socket_type = stream
>       wait = no
>       user = nobody
>       server = /usr/local/sbin/ftp.proxy
>       server_args = my.server.com
>}
>
>Proxying different servers on different ports or IP addresses is done 
>within
>your xinetd configuration.  Output is written to syslog.
>
>As for your 250 users, you'll need to write an ACP (access control 
>program),
>which can be anything from simple Perl script that looks for users in a 
>clear
>text file to a compiled binary that searches multiple databases.  I have
>written one that works against an LDAP directory, if you're interested.
>
>All of this information is available in the man page
>(http://ftpproxy.org/html/ftp.proxy-1.html) and in the FAQ
>(http://ftpproxy.org/faq/).
>
>
>
>On Monday 11 August 2003 16:02, you wrote:
> > Hi,
> > I just wonder how can I create a config file for ftp.proxy?
> >
> > for example I start with thie as my 'hello world':
> > ./ftp.proxy -a PROXY_CLIENT=192.168.xxx.xx, PROXY_CLIENTNAME=mhewryk
> >
> > Where the information is stored?  There is no output file?
> > I need to create 250 users and IPs.  How can I manage them after the 
>setup
> > is done.
> >
> > How can I start setting up FTP.PROXY?
> > Any hint?
> >
> >
> > Regards,
> > Magda
> >
> > _________________________________________________________________
> > The new MSN 8: advanced junk mail protection and 2 months FREE*
> > http://join.msn.com/?page=features/junkmail
> >
> >
> > --general-l------------------------------------
> > To unsubscribe please visit:
> > http://www.ftpproxy.org/html/maillinglists.html
>
>
>--general-l------------------------------------
>To unsubscribe please visit:
>http://www.ftpproxy.org/html/maillinglists.html
>

_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8.  
http://join.msn.com/?page=features/junkmail


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


</x-flowed>
From [EMAIL PROTECTED] Thu Aug 14 09:45:41 2003
X-Persona: <ftp.pproxy>
Return-path: <[EMAIL PROTECTED]>
Received: from hotmail.com (law12-f24.law12.hotmail.com [64.4.19.24])
                by compucation.de (mail.compucation.de [213.185.64.44])
                (MDaemon.PRO.v6.8.4.R)
                with ESMTP id 29-md50000000001.tmp
                for <[email protected]>; Tue, 12 Aug 2003 17:41:06 +0200
X-Originating-IP: [205.189.242.133]
X-Originating-Email: [EMAIL PROTECTED]
From: "Magdalena Hewryk" <[EMAIL PROTECTED]>
To: "ftp.proxy" <[email protected]>
Bcc: 
Subject: [general-l] Is this discussion group alive? {06}
Date: Tue, 12 Aug 2003 15:40:57 +0000
Mime-Version: 1.0
Message-ID: <[EMAIL PROTECTED]>
X-OriginalArrivalTime: 12 Aug 2003 15:40:57.0624 (UTC) 
FILETIME=[1FA74180:01C360E8]
X-Lookup-Warning: MAIL lookup on [EMAIL PROTECTED] does not match 64.4.19.24
X-MDRcpt-To: [EMAIL PROTECTED]
X-MDRemoteIP: 64.4.19.24
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]
Reply-To: [EMAIL PROTECTED]
X-MDaemon-Deliver-To: [email protected]
X-Eudora2Unix: 3905-11-05T08:39:36Z converted


<x-flowed>
Hi Greg,
I've sent already one email today, but probably it didn't go through.  .  I 
didn't get it...

I really don't want to generate lots of noise but it is better to send 
double email than none.

I have created /etc/xinetd.d/ftproxy file but how can I start the service?  
I need to run the binary, right?
Is something wrong with the syntax below?
How can I start the ftp.proxy if you don't want me to run the binary?

#root# ftp.proxy PROXY_SERVER=192.168.xxx.xx


-- The manual pages are great but I need a basic information how to start 
using ftp.proxy, at least for the localhost.  How can I know it works, how 
can I test test.  Just a simple test...
Can you send me just one example?  It would be very helpful for me.



Aug 12 09:47:08 mailgw01 ftp.proxy[17043]: can't set TCP_NODELAY, error= 
Socket operation on non-socket
Aug 12 09:47:08 mailgw01 ftp.proxy[17043]: -ERR: can't get client info: 
Socket operation on non-socket
Aug 12 11:29:58 mailgw01 ftp.proxy[28239]: can't set TCP_NODELAY, error= 
Socket operation on non-socket
Aug 12 11:29:58 mailgw01 ftp.proxy[28239]: -ERR: can't get client info: 
Socket operation on non-socket


>From: Greg Lyons <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: "general-l List Member"  <[EMAIL PROTECTED]>
>Subject: [general-l] Is this discussion group alive? {05}
>Date: Mon, 11 Aug 2003 21:05:41 -0500
>
>Magda,
>
>You might try just one email next time.  We're not used to very many 
>messages
>coming from this list.  :-)
>
>You can't start ftp.proxy from the command line, which is why you got the
>"Socket operation on non-socket" error.  You need to start it from xinetd.
>Below is a sample configuration snippit, which you could put in
>/etc/xinetd.conf or in a separate file /etc/xinetd.d/ftpproxy.
>
>service ftpproxy
>{
>       disable = no
>       socket_type = stream
>       wait = no
>       user = nobody
>       server = /usr/local/sbin/ftp.proxy
>       server_args = my.server.com
>}
>
>Proxying different servers on different ports or IP addresses is done 
>within
>your xinetd configuration.  Output is written to syslog.
>
>As for your 250 users, you'll need to write an ACP (access control 
>program),
>which can be anything from simple Perl script that looks for users in a 
>clear
>text file to a compiled binary that searches multiple databases.  I have
>written one that works against an LDAP directory, if you're interested.
>
>All of this information is available in the man page
>(http://ftpproxy.org/html/ftp.proxy-1.html) and in the FAQ
>(http://ftpproxy.org/faq/).
>
>
>
>On Monday 11 August 2003 16:02, you wrote:
> > Hi,
> > I just wonder how can I create a config file for ftp.proxy?
> >
> > for example I start with thie as my 'hello world':
> > ./ftp.proxy -a PROXY_CLIENT=192.168.xxx.xx, PROXY_CLIENTNAME=mhewryk
> >
> > Where the information is stored?  There is no output file?
> > I need to create 250 users and IPs.  How can I manage them after the 
>setup
> > is done.
> >
> > How can I start setting up FTP.PROXY?
> > Any hint?
> >
> >
> > Regards,
> > Magda
> >
> > _________________________________________________________________
> > The new MSN 8: advanced junk mail protection and 2 months FREE*
> > http://join.msn.com/?page=features/junkmail
> >
> >
> > --general-l------------------------------------
> > To unsubscribe please visit:
> > http://www.ftpproxy.org/html/maillinglists.html
>
>
>--general-l------------------------------------
>To unsubscribe please visit:
>http://www.ftpproxy.org/html/maillinglists.html
>

_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail


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


</x-flowed>
From [EMAIL PROTECTED] Thu Aug 14 09:47:52 2003
X-Persona: <ftp.pproxy>
Return-path: <[EMAIL PROTECTED]>
Received: from jerry.ubisoft.qc.ca (smarthost.ubisoft.qc.ca [216.98.60.111])
                by compucation.de (mail.compucation.de [213.185.64.44])
                (MDaemon.PRO.v6.8.4.R)
                with ESMTP id 42-md50000000001.tmp
                for <[email protected]>; Tue, 12 Aug 2003 19:14:44 +0200
Message-ID: <[EMAIL PROTECTED]>
From: Patrick Desnoyers <[EMAIL PROTECTED]>
To: "ftp.proxy" <[email protected]>
Subject: [general-l] Is this discussion group alive? {07}
Date: Tue, 12 Aug 2003 13:14:51 -0400
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
X-Lookup-Warning: MAIL lookup on [EMAIL PROTECTED] does not match 216.98.60.111
X-MDRcpt-To: [EMAIL PROTECTED]
X-MDRemoteIP: 216.98.60.111
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]
Reply-To: [EMAIL PROTECTED]
X-MDaemon-Deliver-To: [email protected]
X-Eudora2Unix: 3905-11-05T08:39:36Z converted


You start the program using xinetd or inetd. Xinetd will run the binary when
needed.

Make sure your xinetd is running.  ( ps -ef | grep xinetd )

I have written a small program in perl to create accounts and verify acl on
a mysql database... if you want it, I can send it to you...

It's not finished yet but it will be soon because I have to put it in
production soon :-)

Patrick

By the way, I think these are the first messages I got since subscribing a
few months ago ;-)



-----Original Message-----
From: Magdalena Hewryk [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 12, 2003 11:41 AM
To: general-l List Member
Subject: [general-l] Is this discussion group alive? {06}

Hi Greg,
I've sent already one email today, but probably it didn't go through.  .  I 
didn't get it...

I really don't want to generate lots of noise but it is better to send 
double email than none.

I have created /etc/xinetd.d/ftproxy file but how can I start the service?  
I need to run the binary, right?
Is something wrong with the syntax below?
How can I start the ftp.proxy if you don't want me to run the binary?

#root# ftp.proxy PROXY_SERVER=192.168.xxx.xx


-- The manual pages are great but I need a basic information how to start 
using ftp.proxy, at least for the localhost.  How can I know it works, how 
can I test test.  Just a simple test...
Can you send me just one example?  It would be very helpful for me.



Aug 12 09:47:08 mailgw01 ftp.proxy[17043]: can't set TCP_NODELAY, error= 
Socket operation on non-socket
Aug 12 09:47:08 mailgw01 ftp.proxy[17043]: -ERR: can't get client info: 
Socket operation on non-socket
Aug 12 11:29:58 mailgw01 ftp.proxy[28239]: can't set TCP_NODELAY, error= 
Socket operation on non-socket
Aug 12 11:29:58 mailgw01 ftp.proxy[28239]: -ERR: can't get client info: 
Socket operation on non-socket


>From: Greg Lyons <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: "general-l List Member"  <[EMAIL PROTECTED]>
>Subject: [general-l] Is this discussion group alive? {05}
>Date: Mon, 11 Aug 2003 21:05:41 -0500
>
>Magda,
>
>You might try just one email next time.  We're not used to very many 
>messages
>coming from this list.  :-)
>
>You can't start ftp.proxy from the command line, which is why you got the
>"Socket operation on non-socket" error.  You need to start it from xinetd.
>Below is a sample configuration snippit, which you could put in
>/etc/xinetd.conf or in a separate file /etc/xinetd.d/ftpproxy.
>
>service ftpproxy
>{
>       disable = no
>       socket_type = stream
>       wait = no
>       user = nobody
>       server = /usr/local/sbin/ftp.proxy
>       server_args = my.server.com
>}
>
>Proxying different servers on different ports or IP addresses is done 
>within
>your xinetd configuration.  Output is written to syslog.
>
>As for your 250 users, you'll need to write an ACP (access control 
>program),
>which can be anything from simple Perl script that looks for users in a 
>clear
>text file to a compiled binary that searches multiple databases.  I have
>written one that works against an LDAP directory, if you're interested.
>
>All of this information is available in the man page
>(http://ftpproxy.org/html/ftp.proxy-1.html) and in the FAQ
>(http://ftpproxy.org/faq/).
>
>
>
>On Monday 11 August 2003 16:02, you wrote:
> > Hi,
> > I just wonder how can I create a config file for ftp.proxy?
> >
> > for example I start with thie as my 'hello world':
> > ./ftp.proxy -a PROXY_CLIENT=192.168.xxx.xx, PROXY_CLIENTNAME=mhewryk
> >
> > Where the information is stored?  There is no output file?
> > I need to create 250 users and IPs.  How can I manage them after the 
>setup
> > is done.
> >
> > How can I start setting up FTP.PROXY?
> > Any hint?
> >
> >
> > Regards,
> > Magda
> >
> > _________________________________________________________________
> > The new MSN 8: advanced junk mail protection and 2 months FREE*
> > http://join.msn.com/?page=features/junkmail
> >
> >
> > --general-l------------------------------------
> > To unsubscribe please visit:
> > http://www.ftpproxy.org/html/maillinglists.html
>
>
>--general-l------------------------------------
>To unsubscribe please visit:
>http://www.ftpproxy.org/html/maillinglists.html
>

_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail


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


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

Reply via email to