VMware Cloud Community
MohammadrezaGha
Contributor
Contributor

vRealize operations 7 apache listen configuration

Hi,

We are using vRops 7 in our env, we need to make the vRops web portal accessible through 2 different networks, I've added a second NIC to appliance and assigned a static IP address to it, from the second network ping is fine toward the newly added IP, I tried to edit /etc/apache2/listen.conf as below:

Listen 80

<IfDefine SSL>

    <IfDefine !NOSSL>

        <IfModule mod_ssl.c>

            Listen 192.168.10.10:443

            Listen 172.16.4.10:443 (I added this line)

            Listen 127.0.0.1:443

        </IfModule>

    </IfDefine>

but service web portal is not accessible through the new added IP address and after restarting server the listen.config back to previous state and new IP is deleted from the configuration.

I need to know this configuration is supported or not and what are the steps?

thanks in advance

0 Kudos
1 Reply
daphnissov
Immortal
Immortal

I don't believe multi-homing vROps is supported. Others have asked and I have found no documentation that suggests this is indeed supported.

0 Kudos