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-ns-vm", "version": "1.1", "dns": { "primaryDnsIP": "172.19.0.100", "secondaryDnsIP": "172.19.0.101" }, "bypassProxyPublicIP": "82.68.6.73", "bypassProxyPacUrl": "https://mhb-netskope-pac-files.s3.eu-west-1.amazonaws.com/mhb-netskope-bypass-vm.pac", "syslogServers": { "primarySyslogIP": "172.19.0.199", "secondarySyslogIP": "", "syslogTcpPort": 514 }, "greCredentials": { "autoDiscovery": true, "grePublicIP": "82.68.6.74", "primaryGreGateway": "163.116.162.36", "primaryProbeIpAddress": "10.162.6.209", "primaryLocation": "GB,London,LON1", "secondaryGreGateway": "163.116.165.36", "secondaryProbeIpAddress": "10.165.6.209", "secondaryLocation": "GB,Manchester,MAN1" }, "tunnelRedundancy": { "returnToPrimaryTunnel": true }, "routedBypassPublicIP": "82.68.6.73", "routedBypassJsonFileUrl": "https://mhb-netskope-pac-files.s3.eu-west-1.amazonaws.com/routedBypassRulesFile-documentation.json", "privateAccesPublicIpPort": "82.68.6.74:51821", "privateAccesPeersJsonFileUrl": "https://mhb-netskope-private.s3.eu-west-1.amazonaws.com/privateAccessPeersConfig-LAB2.json", "privateAccessRemoteManagement": [ "172.19.0.0/24" ] } |