IBM© DataPower Operations Dashboard v1.0.5.0

A newer version of this product documentation is available.

You are viewing an older version. View latest at IBM DPOD Documentation.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

DPOD includes a default firewall configuration rules file with a simple format.

/app/scripts/app_fw_default_rules


The firewall rules configuration file has a very simple format:

    • Direction
      • in – for inbound traffic
      • out – for outbound traffic
    • type
      • tcp
      • udp
    • IP – source ip address
      • Specific IP – 1.1.1.1
      • CIDR range – 1.1.1.0/24, 0.0.0.0/0
    • Port – destination port
      • Specific port – 443, 60000
      • Range – 60000:60009

Notes :

    • For remark use # sign
    • Do not leave empty lines.

DPOD installation includes default rules file located in :

 

 

 

  • No labels