Ребят, подскажите плиз, в чем может быть трабла? jftpgw работает в режиме обычной прокси, но отказывается работать в режиме transparent. В машинке два интерфейса.
Если указать проксю явно на клиенте, то все нормально работает.
Собирал из портов:
--
/usr/local/etc > jftpgw -V
jftpgw v0.13.5 - crypt support enabled - without netfilter support
libwrap support enabled - can get IPs from interfaces - ICMP support
--
В логах при transparent пишет:
--
Mar 27 15:38:22 [28940]: 192.168.0.29 is allowed to connect.
Mar 27 15:38:22 [28941]: 192.168.0.1 is allowed to connect.
Mar 27 15:38:22 [28941]: proxy loop detected - machine connects to itself, disabling transparent proxy support
Mar 27 15:38:22 [28941]: No destination was set - Cannot proceed
Mar 27 15:38:22 [28940]: Didn't get successful message after sending the user name: 500 Error logging in
Mar 27 15:38:23 [28940]: jftpgw terminating
Mar 27 15:38:23 [28941]: An error occurred in ftp_readline: No detailed error in formation available... :-(
Mar 27 15:38:23 [28941]: jftpgw terminating
--
Конфиг при этом:
--
<global>
logstyle files
listen 192.168.0.1:2370
serverport 21
transparent-proxy yes
dropprivileges loggedin
dataclientaddress 192.168.0.1
loginstyle 1
pidfile /var/run/jftpgw/jftpgw.pid
runasuser nobody
passiveportrange 44000:44999
activeportrange 55000:57999
debuglevel 6
logfile /var/log/jftpgw.log
cmdlogfile /var/log/jftpgw.xferlog
cmdlogfile-style "time: %T, bytes: %b, status: %s"
cmdlogfile-specs RETR STOR
cacheprefix /temp/cache
</global>
<from 192.168.0.0/24>
access allow
transparent-proxy on
transparent-forward-include-port off
</from>
--
Заранее благодарен за совет и помощь!