Re: ftp client behind pf firewall with ISP load balancing

2008-03-08 Thread Fratiman Vladut
Yes, is right Ftp-proxy is running, with ftpproxy_flags="" in rc.conf In debug mod i have: # ftp-proxy -d -D7 listening on 127.0.0.1 port 8021 #1 accepted connection from 10.0.0.10 #1 FTP session 1/100 started: client 10.0.0.10 to server via proxy yyy #1 server timeout #1 ending sessi

Re: ftp client behind pf firewall with ISP load balancing

2008-03-08 Thread Steven Surdock
Fratiman Vladut wrote: > I think, that is not very clear. Sorry for my english. > I want to connect, behind my firewall, to an ftp server from > internet. I don't have ftp server behind firewall. Is ftpproxy running? $ grep ftp /etc/rc.conf.local ftpproxy_flags="" I sorry. I'm a little slow, bu

Re: ftp client behind pf firewall with ISP load balancing

2008-03-07 Thread Fratiman Vladut
I think, that is not very clear. Sorry for my english. I want to connect, behind my firewall, to an ftp server from internet. I don't have ftp server behind firewall. For that i try'it with this rules: nat-anchor "ftp-proxy/*" nat on $ext_if1 from $lan_net to any -> ($ext_if1) nat on $ext_if2 fro

Re: ftp client behind pf firewall with ISP load balancing

2008-03-07 Thread Giancarlo Razzolini
Steven Surdock escreveu: > Fratiman Vladut wrote: >> I have an OpenBSD 4.3 router, act as load balancing server about two >> ISP's I follow example from http://www.openbsd.org/faq/pf/pools.html >> Everything work well, except connection to any ftp server. >> I try to use example from >> http://www

Re: ftp client behind pf firewall with ISP load balancing

2008-03-07 Thread Steven Surdock
Fratiman Vladut wrote: > I have an OpenBSD 4.3 router, act as load balancing server about two > ISP's I follow example from http://www.openbsd.org/faq/pf/pools.html > Everything work well, except connection to any ftp server. > I try to use example from > http://www.mail-archive.com/misc@openbsd.o

ftp client behind pf firewall with ISP load balancing

2008-03-07 Thread Fratiman Vladut
I have an OpenBSD 4.3 router, act as load balancing server about two ISP's I follow example from http://www.openbsd.org/faq/pf/pools.html Everything work well, except connection to any ftp server. I try to use example from http://www.mail-archive.com/misc@openbsd.org/msg58157.html, but without