You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Jayapal Reddy (JIRA)" <ji...@apache.org> on 2014/09/09 12:41:29 UTC

[jira] [Created] (CLOUDSTACK-7517) FTP modules are not loaded in VR

Jayapal Reddy created CLOUDSTACK-7517:
-----------------------------------------

             Summary: 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)