On August 27, 2003 01:36 pm, David Luyens wrote: > Hi, > > When a change the portnumber of my ftp deamon, the connection tracking > of netfilter does not work anymore. > Is it possible to say to netfilter to look at a different port (than 21) > for ftp connections? > > David Luyens Not sure what the kernel command line would be but if you use modules to load ip_conntrack_ftp ip_nat_ftp modinfo ip_conntrack_ftp you pass the new port as an option to the module when it loads. insmod ip_nat_ftp ports=xx,xx -- Alistair Tonner nerdnet.ca Senior Systems Analyst - RSS Any sufficiently advanced technology will have the appearance of magic. Lets get magical!