|
||||||||||
brettarizk wrote: >I am running an ftp server on one of the machines on my LAN. I have 1:1 with proxy ARP and Port 21 open. > >While using a passv client to connect via FTP from external, my logs are showing denies due to odd high ports not being open. If I poen them, the connection is successful. > >I have setup numerous ftp servers in the past using port 21 and sometimes 20. > >Any ideas why it is looking to random high ports? > > Passive FTP uses random high-ports so you need either to bind your your ftpd to a specified port range and open those or open 1024-65534. -- Rasmus > > |