Hi, I've been trying to allow an FTP connection from an internal computer to an FTP server on our DMZ network, but without success.
I've looked in the mailing list archive but I'm a little confused... Here's the code I'm using: $int_if = internal interface $dmz_if = dmz interface pass in on $int_if inet proto tcp from $pc port > 1024 to $server port 21 keep state pass out on $dmz_if inet proto tcp from $pc port > 1024 to $server port 21 keep state pass in on $int_if inet proto tcp from $pc port > 1024 to $server port 20 keep state pass out on $dmz_if inet proto tcp from $pc port > 1024 to $server port 20 keep state Thanks for any help Roberto
