Linux/Allow yajhfc to connect to hylafax port in passive mode - Centos - Iptables: Difference between revisions

From voipsupport
Jump to navigation Jump to search
(Created page with "Open port 4559 tcp in firewall Add following file /etc/modprobe.d/nf_conntrack_ftp.conf <pre>options nf_conntrack_ftp ports=21,4559</pre< Ensure that /etc/sysconfig/iptable...")
 
No edit summary
 
Line 3: Line 3:
Add following file /etc/modprobe.d/nf_conntrack_ftp.conf
Add following file /etc/modprobe.d/nf_conntrack_ftp.conf


<pre>options nf_conntrack_ftp ports=21,4559</pre<
<pre>options nf_conntrack_ftp ports=21,4559</pre>


Ensure that /etc/sysconfig/iptables-conf contains
Ensure that /etc/sysconfig/iptables-conf contains


<pre>IPTABLES_MODULES="nf_conntrack_ftp"</pre>
<pre>IPTABLES_MODULES="nf_conntrack_ftp"</pre>

Latest revision as of 00:39, 14 June 2016

Open port 4559 tcp in firewall

Add following file /etc/modprobe.d/nf_conntrack_ftp.conf

options nf_conntrack_ftp ports=21,4559

Ensure that /etc/sysconfig/iptables-conf contains

IPTABLES_MODULES="nf_conntrack_ftp"