weird problem with ipfw and ftp

Clement Twine clem.twain at gmail.com
Tue Apr 12 01:03:16 PDT 2005


Chris Knipe wrote:
> You need tcp port 20 as well (ftp-data)

so, should the following work?

 >>     ipfw add 00010 allow tcp from any to 10.0.0.1 21
 >>     ipfw add 00011 allow tcp from 10.0.0.1 21 to any
 >>     ipfw add 00012 allow tcp from any to 10.0.0.1 20
 >>     ipfw add 00013 allow tcp from 10.0.0.1 20 to any

rgds,
ernest


More information about the freebsd-questions mailing list