![]() |
I run iptables on the server hylafax is on - not as a gateway, just as an extra security precaution. My config, for hylafax, is: iptables -A FIREWALL -p tcp -m tcp -s 10.10.10.0/24 --dport 4559 --syn -j ACCEPT iptables -A FIREWALL -s 10.10.10.0/24 -m state --state ESTABLISHED,RELATED -j ACCEPT The only thing I can see on the lists that looks like it'll have the desired effect is: insmod ip_conntrack_ftp ports=21,4559 However: insmod: can't read 'ip_conntrack_ftp': No such file or directory /lib/modules/2.6.8-2-386/kernel/net/ipv4/netfilter/ip_conntrack_ftp.ko is there. If I flush iptables the faxes go through just fine. I'm using debian - 2.6.8 Thanks Paul ____________________ HylaFAX(tm) Users Mailing List _______________________ To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null *To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*