Firewall Port 20 don't open!

Mustafa YILDIZ

New Member
Dec 1, 2018
9
0
1
45
Hello Everyone.

I am using Proxmox Virtual Environment 5.4-13 for a long time. Now i want to use my server ip's port 20 for FTP data. But it doesn't open.

I have disabled firewall, also activated with a rule Accept 20 but it cant't open. Does anything that i could do?

I've tried to open other ports its working although.

Can anyone hep please?
 
you need to add the conntrack ftp module

create a:

/etc/modules-load.d/nf_conntrack.conf

with
"
nf_conntrack
nf_conntrack_ipv4
nf_conntrack_ipv6
nf_conntrack_ftp
"


Then open port 21, it should be enough.
 
Thanks Spirit,

Tried but still not working. Also tried reboot too...

Which component should i dig in for that issue, nf_conntrack ?