Re: FTP Server Question

From: those who know me have no need of my name (not-a-real-address@usa.net)
Date: 02/10/03


From: those who know me have no need of my name <not-a-real-address@usa.net>
Date: 10 Feb 2003 18:11:21 GMT

in comp.security.firewalls i read:

>I'm trying out the new Bullet Proof ftp server that allows passive
>connections and resolves external ip from within a firewall. I don't
>understand why the server doesn't work when I disable UDP on the ports that
>I have forwarded through my firewall. I did have hostname lookup
>enabled........is that what is requiring UDP? I've seen information saying
>that you need both tcp and udp enabled and I've seen information that FTP
>only uses TCP.

hostname lookup requires dns service, which requires udp and tcp to
destination port 53 from whichever local port(s) your resolver uses,
typically either 53 or one or more ephemerals. ftp uses tcp destination
port 21 toward the server from any unreserved source port (i.e., >1023),
and an arbitrary ephemeral port towards the client for each data connection.

-- 
bringing you boring signatures for 17 years


Relevant Pages

  • Re: Firewalling on FreeBSD
    ... ftp man page, hope it helps - ... the ftp client will send a PASV command for all ... data connections instead of the usual PORT command. ... 00x00 allow tcp from any to any established ...
    (Security-Basics)
  • Re: Microsoft FTP Server problem on W2K?
    ... I have technical responsibility for this FTP implementation, ... Since PASV voids PORT, the client side ... connect to the server from" isn't implied by the text of the RFC. ...
    (microsoft.public.inetserver.iis.security)
  • Re: Some questions
    ... > using my ftp software behind my router. ... > issued to server by the client. ... When PORT is used: ... > Can you give me a command line used in a browser to explain me what is the ...
    (comp.security.firewalls)
  • Re: Firewall and ftp service
    ... I'll say it again, FTP is eeeevul. ... > which redirects the traffic to my public ftp server. ... > should force the server to stay on port 21 for tha data connection, ... the client tells the server what port it will be ...
    (FreeBSD-Security)
  • Re: Firewall and ftp service
    ... FTP is eeeevul. ... >> which redirects the traffic to my public ftp server. ... > client connects to the server on port 21. ... the client tells the server what port it will be ...
    (FreeBSD-Security)