Phill O'Flynn wrote:

Apparently the problem lies in the ip_tables.config

Hylafax seems to work if I do this:

>          modprobe ip_conntrack

>          modeprobe ip_conntrack ports=21,4559

>          modeprobe ip_nat_ftp ports=21,4559

but this does not persist across reboots.

How do I do this?

For a 2.6 kernel, and I know this works in SuSE 9/10, modify /etc/modprobe.conf.local and add options lines like:
options   ip_conntrack    ports=21,4559
options   ip_nat_ftp    ports=21,4559

You might need to `depmod -a` to make this have effect. The next time you insert these modules (modprobe or insmod), it will use these port values.

--Keith

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to