Sha256: 52cc03d7cd2de1467bafb8c0019fa3d083e4c624c375e41eee41498d9c63483e
Contents?: true
Size: 1.3 KB
Versions: 17
Compression:
Stored size: 1.3 KB
Contents
# Example configuration file for defining Firewall rules on the vShield Edge Gateway # # Note that applying this configuration file will replace the current FW rules on the vShield Edge Gateway. # # Quick tips: # gateway: should contain the name of the edge gateway (human readable form, not the UUID) # --- gateway: "My gateway name" firewall_service: enabled: true policy: 'drop' log_default_action: true firewall_rules: - :id: '1' :enabled: true :match_on_translate: false :description: 'allow_ssh' :policy: 'allow' :protocols: 'tcp' :destination_port_range: '22' :destination_ip: '00.01.02.03' :source_port_range: 'Any' :source_ip: 'Any' :enable_logging: true - :id: '2' :enabled: true :match_on_translate: false :description: 'allow_access_to_good_sunny_days' :policy: 'allow' :protocols: 'tcp' :destination_port_range: 'Any' :destination_ip: 'external' :source_port_range: 'Any' :source_ip: '12.18.0.0/24' :enable_logging: true - :id: '6' :enabled: true :match_on_translate: false :description: 'network_to_internet_ICMP' :policy: 'allow' :protocols: "icmp" :destination_port_range: 'Any' :destination_ip: 'external' :source_port_range: 'Any' :source_ip: '12.16.0.0/24' :enable_logging: true
Version data entries
17 entries across 17 versions & 1 rubygems