[
https://issues.apache.org/jira/browse/CLOUDSTACK-7517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14128229#comment-14128229
]
ASF subversion and git services commented on CLOUDSTACK-7517:
-------------------------------------------------------------
Commit b4f03a1339c67438a2a9cf94dd81b98cdfb458b9 in cloudstack's branch
refs/heads/master from Jayapal
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=b4f03a1 ]
CLOUDSTACK-7517: loading ftp modules in VR
> FTP modules are not loaded in VR
> --------------------------------
>
> Key: CLOUDSTACK-7517
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7517
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Network Controller
> Affects Versions: 4.2.0
> Reporter: Jayapal Reddy
> Assignee: Jayapal Reddy
> Fix For: 4.5.0
>
>
> To have Active FTP working in isolated networks VRs need the have the
> following modules loaded
> modprobe nf_nat_ftp
> root@r-7-QA:~# lsmod | grep ftp
> root@r-7-QA:~# modprobe nt_nat_ftp
> FATAL: Module nt_nat_ftp not found.
> root@r-7-QA:~# modprobe nf_nat_ftp
> root@r-7-QA:~# lsmod | grep ftp
> nf_nat_ftp 12420 0
> nf_conntrack_ftp 12533 1 nf_nat_ftp
> nf_nat 17924 2 nf_nat_ftp,iptable_nat
> nf_conntrack 43121 7
> nf_conntrack_ftp,nf_nat_ftp,nf_conntrack_ipv4,nf_nat,iptable_nat,xt_state,xt_connmark
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)