Newsgroups: mail-lists.delegate-en
[DeleGate-En] ftp proxy
Howdy
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.
Richard Daggett
example:
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
|