Le mar 29/07/2003 à 13:22, Axel Heinrici a écrit : > I have problem connecting to a ftp-server on a non-standard port. [...] > What options do I have to aply when inserting the modules? As far as I can remember : modprobe ip_conntrack_ftp port=21,2121 You can track 8 ports this way. As a more general way to get modules options, use modinfo command. Unfortunately, I do not have ip_conntrack_ftp built as module, but this what you can get : cbr@xxxxxxx:~$ modinfo bonding filename: /lib/modules/2.4.20/kernel/drivers/net/bonding.o description: <none> author: <none> license: "GPL" parm: max_bonds int, description "Max number of bonded devices" parm: miimon int, description "Link check interval in milliseconds" parm: mode int, description "Mode of operation : 0 for round robin, 1 for active-backup, 2 for xor" parm: arp_interval int, description "arp interval in milliseconds" parm: arp_ip_target string, description "arp target in n.n.n.n form" parm: updelay int, description "Delay before considering link up, in milliseconds" parm: downdelay int, description "Delay before considering link down, in milliseconds" -- http://www.netexit.com/~sid/ PGP KeyID: 157E98EE FingerPrint: FA62226DA9E72FA8AECAA240008B480E157E98EE