Problem with binat and ftp-proxy

2008-09-30 Thread Comète
Hi, i run an OpenBSD 4.3 firewall with 3 network interfaces : 1 LAN, 1 WAN and 1 DMZ I use ftp-proxy to allow ftp client connexions from my LAN and it works well. On my DMZ, i have multiple servers (web,dns,smtp,etc...) and they have all one different public IP. So, i use binat rules to nat them

Re: Problem with binat and ftp-proxy

2008-09-30 Thread Stuart Henderson
On 2008-09-30, Comhte [EMAIL PROTECTED] wrote: I use ftp-proxy to allow ftp client connexions from my LAN and it works well. On my DMZ, i have multiple servers (web,dns,smtp,etc...) and they have all one different public IP. So, i use binat rules to nat them easily and it works fine too. But

Re: Problem with binat and ftp-proxy

2008-09-30 Thread Calomel
See if this works for you. Using the ftp proxy with binat probably will not work. Lets say 100.20.30.40 is the external ip. # cat /etc/rc.local /usr/sbin/ftp-proxy -a 100.20.30.40 -p 8021 -q bulk # cat /etc/pf.conf Translation ### rdr on $DMZIf inet

Re: Problem with binat and ftp-proxy

2008-09-30 Thread Comète
Indeed, this doesn't work either. I think i will try what Stuart proposed whereas i don't really see how to do... thanks Calomel a icrit : See if this works for you. Using the ftp proxy with binat probably will not work. Lets say 100.20.30.40 is the external ip. # cat /etc/rc.local

Re: Problem with binat and ftp-proxy

2008-09-30 Thread Comète
This was a good advice Stuart ! Thanks ! I used a pair of nat and rdr rule to replace my binat rule and it works as expected ! thanks again guys. Stuart Henderson a icrit : On 2008-09-30, Comhte [EMAIL PROTECTED] wrote: I use ftp-proxy to allow ftp client connexions from my LAN and it works