27 Dec 2018 10:08 AM - last edited on 10 Dec 2021 08:23 AM by MaciejNeumann
We have multiple NICs in our Managed environment .... if we hit backup NIC IP still the web console is accessible. Is it possible to edit NGNIX config file to bind to only one IP for webconsole access
Solved! Go to Solution.
27 Dec 2018 10:17 AM
Look here:
https://www.dynatrace.com/support/help/deploy-dyna...
While installation of dynatrace manage you can force which IP should be used.
--cluster-ip
— If your machine has more than one network interface you need to decide which network interface will be used for Dynatrace Cluster traffic and put its IP4 address here.
I think now you will have to reinstall cluster because if you will kill the one IP which is used by cassandra elastic etc, dynatrace can stop working.
Sebastian
27 Dec 2018 01:52 PM
is this the only way ? we cannot afford to re install the whole cluster
27 Dec 2018 03:00 PM
Maybe somebody has done something like that or someone from Dynatrace will confirm that. Now Dynatrace has picked one of your NIC’s and this one will be used in communication and as entry point in web console. I don’t see any other option in documentation actually. You can create new cluster and migrate data from existing one without loosing configurations, data and uptime.
Sebastian
27 Dec 2018 05:44 PM
You can also modify the nginx configuration file, but it will get overwritten during upgrades, so you will have to perform the changes after each upgrade.
Also if the nginx is listening on all interfaces, you can also modify the firewall rules to disallow connections on unwanted interfaces.