Adding FTP server

This commit is contained in:
VC
2024-07-05 11:53:07 +02:00
parent 949c9bbb13
commit 9fc3efae7f
8 changed files with 68 additions and 1 deletions

View File

@@ -499,6 +499,16 @@ config rule
option dest_port '123'
option target 'ACCEPT'
# FTP
config rule
option name 'Allow-OUTPUT-FTP'
option src 'iot'
list proto 'tcp'
option dest 'dmz'
option dest_ip '{{ hostvars['ftp.dmz.mateu.be']['ansible_default_ipv4']['address'] }}'
option dest_port '21 10100-10110'
option target 'ACCEPT'
## Default configuration
config defaults
option syn_flood '1'