Thread: ftp-proxy
View Single Post
  #3   (View Single Post)  
Old 23rd November 2010
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,131
Default

Try the less restrictive rule as given in the man page for ftp-proxy
Code:
pass in quick proto tcp to port ftp rdr-to 127.0.0.1 port 8021
Else use tcpdump to log the requests of the ftp-client behind the firewall on the internal interface, and on another console the ones on the external interface.
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote