<x-flowed>
Hi,

How to set ftpproxy to listen only on eth0:0?
I need to dedicate eth0 to ftp service only.

Any help how to split services and set ftp on eth0 and ftpproxy on eth0:0?

When I'm locally on ftpproxy server (eth0:0:  zz.zzz.zz.zz) and I try to ftp 
to IP (xx.xxx.xx.xx) which is set in  the /etc/xinetd.d/ftpproxy file, it 
works fine and it re-directs me to the NT-FTP server which is again 
xx.xxx.xx.xx.

$ ftp
server      = /usr/local/sbin/ftp.proxy
                         server_args = -m xx.xxx.xx.xx
                         only_from   = zz.zzz.zz.zz
                         port        = 21
                         type        = UNLISTED
                         log_on_failure += USERID
                         instance     = 120

I've already figured out that the  "only_from" option is not what I need.  
It just re-stricts the clients to come from  only zz.zzz.zz.zz address. I 
thought that the "only_from" tells ftpproxy to listen on zz.zzz.zz.zz IP but 
obviously I was wrong.



Regards,
Magda

_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 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] Wed Sep 03 18:14:02 2003
X-Persona: <ftp.pproxy>
Return-path: <[EMAIL PROTECTED]>
Received: from mail.sgam.fr (mail.sgam.com [194.119.92.19])
                by compucation.de (mail.compucation.de [213.185.64.44])
                (MDaemon.PRO.v6.8.4.R)
                with ESMTP id 54-md50000000023.tmp
                for <[email protected]>; Wed, 03 Sep 2003 18:05:04 +0200
Message-ID: <[EMAIL PROTECTED]>
From: BARBIER GREGOIRE <[EMAIL PROTECTED]>
To: "ftp.proxy" <[email protected]>
Subject: [general-l] Any help how to split services and set ftp on eth
                0 and ftpproxy on eth0:0? {02}
Date: Wed, 3 Sep 2003 18:04:59 +0200
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2656.59)
X-MDRcpt-To: [EMAIL PROTECTED]
X-MDRemoteIP: 194.119.92.19
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


I think you should have a look inside xinetd.conf man page.
I never tried to use this feature, however xinetd seems able to bind only
one ip address (that of eth0:0 in your case) with "bind" parameter.

Be careful that binding a specific interface is more a way to havec more
than one server listening on the same port on the same machine than a
security feature (it won't really avoid peoples coming from other networks
to reach the server).

Regards.

--
Gregoire Barbier

> -----Message d'origine-----
> De : Magdalena Hewryk [mailto:[EMAIL PROTECTED]
> Envoye : mercredi 3 septembre 2003 17:57
> A : general-l List Member
> Objet : [general-l] Any help how to split services and set ftp on eth0
> and ftpproxy on eth0:0? {01}
> 
> 
> Hi,
> 
> How to set ftpproxy to listen only on eth0:0?
> I need to dedicate eth0 to ftp service only.
> 
> Any help how to split services and set ftp on eth0 and 
> ftpproxy on eth0:0?
> 
> When I'm locally on ftpproxy server (eth0:0:  zz.zzz.zz.zz) 
> and I try to ftp 
> to IP (xx.xxx.xx.xx) which is set in  the 
> /etc/xinetd.d/ftpproxy file, it 
> works fine and it re-directs me to the NT-FTP server which is again 
> xx.xxx.xx.xx.
> 
> $ ftp
> server      = /usr/local/sbin/ftp.proxy
>                          server_args = -m xx.xxx.xx.xx
>                          only_from   = zz.zzz.zz.zz
>                          port        = 21
>                          type        = UNLISTED
>                          log_on_failure += USERID
>                          instance     = 120
> 
> I've already figured out that the  "only_from" option is not 
> what I need.  
> It just re-stricts the clients to come from  only 
> zz.zzz.zz.zz address. I 
> thought that the "only_from" tells ftpproxy to listen on 
> zz.zzz.zz.zz IP but 
> obviously I was wrong.
> 
> 
> 
> Regards,
> Magda
> 
> _________________________________________________________________
> Help STOP SPAM with the new MSN 8 and get 2 months FREE*   
> http://join.msn.com/?page=features/junkmail
> 
> 
> --general-l------------------------------------
> To unsubscribe please visit:
> http://www.ftpproxy.org/html/maillinglists.html
> 


*************************************************************************
Ce message et toutes les pieces jointes (ci-apres le "message") sont
confidentiels et etablis a l'intention exclusive de ses destinataires.
Toute utilisation ou diffusion non autorisee est interdite. 
Tout message electronique est susceptible d'alteration. 
SG Asset Management et ses filiales declinent toute responsabilite au titre
de ce message s'il a ete altere, deforme ou falsifie.

Decouvrez l'offre et les services de SG Asset Management sur le site
www.sgam.fr 

                                ********

This message and any attachments (the "message") are confidential and
intended solely for the addressees.
Any unauthorised use or dissemination is prohibited. 
E-mails are susceptible to alteration.   
Neither SG Asset Management nor any of its subsidiaries or affiliates shall
be liable for the message if altered, changed or falsified. 

*************************************************************************





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

Reply via email to