On Tue, November 22, 2005 11:47, netfilter@xxxxxxxxxxx wrote: > Hello, > > sorry for this generic question, but I searched long, without any > clue. > > On my linux box I load the ip_conntrack_ftp module with some > parameter (to let the HylaFAX daemon talk with the clients): > > insmod ip_conntrack_ftp ports=21,4559 > > Is there a way to pass that "ports" parameter to the kernel, if > the feature is compiled into the kernel, instead of as a module? I'm not sure if passing that parameter to the kernel during boot time will work (probably not). Why would you do that anyway : why not use the module ? Gr, Rob