Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Can I use an external Client to connect to a Test RTC server (configured to see itself as prod)

I have a server for testing my upgrade to 5 and then to 6.x (from 3.x)

It is setup with copies of the prod DBs and has a host file that redirects the prod server URi back to the test server.

This works fine for testing the server, but I want to test clients on our main network accessing this test instance.

Can I simply connect to this test server by IP address with out risking my prod instance?

i.e. I know the test server can't hit prod or the dbs by the Uri, but can the client redirect any communication to the PROD instance, even though it's pointing to the test server ip?

e.g.  Client connects to test IP address Https://168.72.1.1:9443/ccm (test server)

Test server and test dbs all think they are Https://RTChost:9443/jazz.

Will they redirect any of the clients connections to the actual prod instance and therefore threaten the prod server/dbs?

0 votes


Accepted answer

Permanent link
Hi Michael,

You can spoof the hostname on the local machine in the hosts file so that the public URI host points to the test server as well instead of connecting by the IP address. The server will also make requests referencing the public URI, but as long as you have the hosts file on the test server redirecting the public URI of prod back to the test server, this sounds okay to me. Your other users will continue to hit the DNS hostname and work with prod while the clients with the modified host files will hit the test server.
michael entler selected this answer as the correct answer

0 votes

Comments

Thanks!

I actually found this as well before reading this answer:

https://jazz.net/help-dev/clm/index.jsp?topic=%2Fcom.ibm.jazz.install.doc%2Ftopics%2Froadmap_clm_upgrade.html

I can't believe I didn't think of this!

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Oct 28 '15, 5:57 p.m.

Question was seen: 2,146 times

Last updated: Oct 29 '15, 3:49 p.m.

Confirmation Cancel Confirm