Products | Versions |
---|---|
TIBCO Cloud Integration | N/A |
The IP addresses for the US region are:
The IP addresses for the EU region are:
The IP addresses for the AU region are:
|
/tibtunnel configure --profile <<profileName>> --accessKey <<Secret Key created in Step2>> |
c:\Users\ssingh\Downloads>tibtunnel configure --profile profileName --accessKey DI0cXrJgO+ffcFzMNNO3yGlnuQAWgg7cWVqsO3afAwo [OK] Configuration for profile 'profileName' was saved |
./tibtunnel connect --profile <<profile name>> -s <<appPort>>:<<onPremiseHostname>>:<<onPremisePort>> <<connect URL>> |
https://<region>.integration.cloud.tibcoapps.com/tunnel/<appID>
. It is where the TIBCO Cloud - Proxy Agent will connect in order to establish the tunnel connection. The value of appID
is shown below the Access Key on the App Details > Environment Controls > Hybrid Connectivity panel.c:\Users\tci>tibtunnel connect --profile profileName -s 1433:Ssingh-Z240.na.tibco.com:1433 https://integration.cloud.tibcoapps.com/tunnel/opgltyfl23jez3ugnjmt5g7enyjxp4gf time="2019-05-09T12:20:15-07:00" level=info msg="Starting tibtunnel client..." time="2019-05-09T12:20:16-07:00" level=info msg="client started and connected to 34.208.165.226:443" time="2019-05-09T12:21:57-07:00" level=info msg="There is no container running for tunnel /tunnel/opgltyfl23jez3ugnjmt5g7enyjxp4gf" time="2019-05-09T12:22:07-07:00" level=info msg="There is no container running for tunnel /tunnel/opgltyfl23jez3ugnjmt5g7enyjxp4gf" time="2019-05-09T12:22:18-07:00" level=info msg="client started and connected to 35.166.9.214:443" |
NOTE: The value of region is eu-west-1 for the EU instance, ap-southeast-2 for the AU instance, or can be omitted for the US instance.<ConnectURL> format For US :https://integration.cloud.tibcoapps.com/tunnel/<appID> For EU :https://eu-west-1.integration.cloud.tibcoapps.com/tunnel/<appID> For AU :https://ap-southeast-2.integration.cloud.tibcoapps.com/tunnel/<appID> |