hello, i have a couple servers in a data center sitting behind a pfSense machine on their own private network. When I try to access ftp sites to download tarball packages for my freebsd machine, i recieve the following on almost ever ftp site.
fetch:
http://ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-6.7.tar.bz2: Operation timed out
=> Attempting to fetch from
http://ftp://ftp.fu-berlin.de/unix/misc/pcre/.
fetch:
http://ftp://ftp.fu-berlin.de/unix/misc/pcre/pcre-6.7.tar.bz2: Operation timed out
=> Attempting to fetch from
http://ftp://ftp.tin.org/pub/libs/pcre/.
Now when I try the above ftp sites from my home computer, it works just fine. Also the Windows 2003 machine at the data center behind the pfSense router has the same issue. Any suggestions? Ftp proxy is turned on.
here is some info i help hopes.
# pfctl -s rules|grep ftp
anchor "ftpsesame/*" all
anchor "ftpproxy" all
anchor "pftpx/*" all
pass in quick on rl0 inet proto tcp from any to 127.0.0.1 port = ftp-proxy keep state label "FTP PROXY: Allow traffic to localhost"
pass in quick on rl0 inet proto tcp from any to 127.0.0.1 port = ftp keep state label "FTP PROXY: Allow traffic to localhost"
pass in quick on vr0 inet proto tcp from any port = ftp-data to (vr0) port > 49000 user = 62 flags S/SA keep state label "FTP PROXY: PASV mode data connection"
# sockstat |grep ftp
proxy pftpx 431 3 tcp4 127.0.0.1:8021 *:*
proxy pftpx 431 10 dgram (not connected)
proxy pftpx 431 12 tcp4 127.0.0.1:8021 192.168.0.12:63264
proxy pftpx 431 13 tcp4 66.11.117.176:52312 62.243.72.50:21
192.168.0.12 is freebsd