Steps to "Reload" "config.json" file:


  • Create an AWS bucket and place on it the "config.json" file. See Examples below.
  • Download the file to the CSC. Run Command "AWS-RunShellScript" on the CSC and do command:
wget <Your bucket file URL> -O /usr/local/etc/mhb-csc/config.json
  •  Run Document "MHB-CSC-Reload-Config-json" to apply the changes.


Example:

The fields in bold are not configurable. So please, do not modify.


{

    "model": "csc-gre-aws",

    "version": "1.0",

    "cloudName": "zscalerthree",

    "dns": {

        "useCloudDNS": true,

        "primaryDnsIP": "",

        "secondaryDnsIP": ""

    },

    "bypassProxyPacUrl": "http://pac.zscalerthree.net/RdwNltSPqBFN/az-csc-bypass.pac",

    "syslogServers": {

        "primarySyslogIP": "172.31.200.163",

        "secondarySyslogIP": "",

        "syslogTcpPort": 514

    },

    "tunnelRedundancy": {

        "returnToPrimaryTunnel": false

    },

    "routedBypassJsonFileUrl": "https://csc-gre-aws.s3.amazonaws.com/routedBypassRulesFile.json",

    "greCredentials": {

        "grePublicIP": "54.159.82.127",

        "primaryDestination": "165.225.8.30",

        "secondaryDestination": "165.225.38.51",

        "firstIpPrimaryDestinationRange": "172.17.152.96"

    }

}