In message <_A3151@delegate-en.ML_> on 03/10/06(00:52:08) you "Richard Daggett" <pjmgabdyi-mykgh44tejtw.ml@delegate.org> wrote: | Thanks for the info, but what I need is the same server routing to |different clients depending on the source address | |139.13.16.165 (source) ---> ediftp(198.187.200.11:21) --> 172.16.1.31:21 |66.93.152.96 (source) ---> ediftp(198.187.200.11:21) --> |172.17.1.171:21 | | Is this possible? Does not it mean this? -P198.187.200.11 SERVER="ftp://172.16.1.31:-:139.13.16.165" SERVER="ftp://172.17.1.171:-:66.93.152.96" <URL:http://www.delegate.org/delegate/Manual.htm#SERVER_mount> |Richard |-----Original Message----- |From: Yutaka Sato [mailto:pficabdyi-mykgh44tejtw.ml@delegate.org] |Sent: Thursday, March 09, 2006 1:07 AM |To: pficabdyi-mykgh44tejtw.ml@delegate.org |Cc: Richard Daggett |Subject: Re: [DeleGate-En:3155] ftp proxy | |In message |<_A3147@delegate-en.ML_> on |03/09/06(02:53:15) you "Richard Daggett" <pjmgabdyi-mykgh44tejtw.ml@delegate.org> wrote: | | I am trying to configure delegate to route off the permit list |instead |of a dedicated server. I have search the groups and looked at |the |manual, but I do not see a how to do this. | | | | Looks like it could be done with the ROUTE or MOUNT options, but seem ||to have issues getting this to work. | |PERMIT is a parameter just to control access permission. |If what you need is switching the target server depending on the client, |it can be like this: | | SERVER="ftp://server1:-:clientList1" | SERVER="ftp://server2:-:clientList2" | ... | |for example: | | SERVER="ftp://4.3.2.1:-:192.168.1.1" | SERVER="ftp://4.3.2.2:-:192.168.1.2" | ... | | |delegate.conf: | | | |# SERVER IP & PORT DELEGATE SHOULD START ON | |-P198.187.200.11:21 | |# SERVER IP FOR EXCLUSIVE CONNECTION | |SERVER=ftp://172.16.1.31:21 | |# HERE IS WHERE ITS COOL! PERMIT ONLY "X" TO CONNECT TO "X" | |SRCIF="*:*:ftp-data-pasv" | |SRCIF="*:20:ftp-data-src" | |PERMIT=+=/usr/local/delegate/conf/permit.list | |# LOGDIR | |LOGDIR=/var/log | |LOGFILE=del.log | |ERRORLOG=del_error.log | | | |permit.list: | |ftp:172.17.1.171:130.13.16.165 | |ftp:172.16.1.31:66.93.152.96 | | |Cheers, |Yutaka |-- | D G Yutaka Sato <pfqcabdyi-mykgh44tejtw.ml@delegate.org> http://delegate.org/y.sato/ | ( - ) National Institute of Advanced Industrial Science and Technology |_< >_ 1-1-4 Umezono, Tsukuba, Ibaraki, 305-8568 Japan |Do the more with the less -- B. Fuller