Changeset 3760 in MondoRescue


Ignore:
Timestamp:
Feb 23, 2020, 1:48:32 AM (4 years ago)
Author:
Bruno Cornec
Message:

adds an ftp rule

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/ansible/roles/shorewall/defaults/main.yml

    r3694 r3760  
    5050  - { action: ACCEPT, source: net, destination: fw, protocol: tcp, destination_port: 20 }
    5151  - { action: ACCEPT, source: net, destination: fw, protocol: tcp, destination_port: 21 }
     52  # Returned FTP
     53  - { action: ACCEPT, source: fw, destination: net, protocol: tcp, source_port: 21 }
    5254  # Incoming SMTP
    5355  - { action: ACCEPT, source: "net:{{ smtp }}", destination: fw, protocol: tcp, destination_port: 25 }
Note: See TracChangeset for help on using the changeset viewer.