PASSIVEFTP macro #10

Open
opened 2023-03-30 10:12:47 +02:00 by jlecour · 0 comments
Owner

We should add a macro for enabling passive FTP, for example:

PASSIVEFTP='<on|off>'

Currently we use this :

/sbin/iptables -A INPUT -p tcp --dport 60000:61000 -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT

We should also look if IPv6 is enabled and also execute an ip6tables command.

We should add a macro for enabling passive FTP, for example: ``` PASSIVEFTP='<on|off>' ``` Currently we use this : ``` /sbin/iptables -A INPUT -p tcp --dport 60000:61000 -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT ``` We should also look if IPv6 is enabled and also execute an `ip6tables` command.
mtrossevin added the
enhancement
label 2023-11-22 16:29:04 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: evolix/minifirewall#10
No description provided.