Removing outbound firewall rules

Last Updated : Sep 10, 2020 |

Procedure

  1. Log in to the System Manager command line interface with CLI user credentials that you create during application deployment.
  2. Do one of the following:
    • To remove the list of destination IPv4, IPv6, FQDN, and Network with CIDR notation IP addresses in whitelist, type configureOutboundFirewall remove -e <destination IPv4/IPv6/FQDN/CIDR IPs>, and press Enter.

      For example, to remove the specific entries, type the following:

      configureOutboundFirewall remove -e 10.10.10.10

    • To remove the list of destination IPv4, IPv6, FQDN, and Network with CIDR notation IP addresses in whitelist through a file, type configureOutboundFirewall remove -f <absolute path of the.txt file>, and press Enter.

      For example, to remove the entries through the file, type the following:

      configureOutboundFirewall remove -f /home/location/filename.txt

    While processing the FQDN, System Manager resolves the FQDN to its IP Address, and then adds, removes, or overwrites that IP address in the whitelist.

    System Manager removes the specified IP Addresses, FQDN, and CIDR notation IP addresses from the whitelist.