Forum Discussion

Matus_Lenhart_3's avatar
Matus_Lenhart_3
Icon for Nimbostratus rankNimbostratus
Feb 20, 2018
Solved

vLab IP address space

Hello,

 

I have a general question regarding vLab IP assignment. Is there a way how to change the IP addresses used for internal host within LAMP_v6 image without screwing the vLab functionality? I am running it on ESXi host and works great. There is 10.1.20.x/24 used as internal and I would like to change it to 192.168.X.0/24 range. This is not directly related to F5 LTM, but it would be great if someone could advise. I am totally Linux newbie, so please forgive me if this question looks inappropriate/to easy to you.

 

Thanks in advance.

 

  • OK, I managed it by myself. For anyone interested, you can modify the IPs in Network Settings manager via GUI :) and also modify apache conf files to corresponds with new IPs :)

     

    Files needed to be edited:

     

    /etc/apache2/sites-enabled/ServerX.conf (replace X with server id number, like Server1.conf, Server2.conf etc)

     

    Don't forget to restart apache server:

     

    sudo service apache2 reload; sudo service apache2 restart

     

1 Reply

  • OK, I managed it by myself. For anyone interested, you can modify the IPs in Network Settings manager via GUI :) and also modify apache conf files to corresponds with new IPs :)

     

    Files needed to be edited:

     

    /etc/apache2/sites-enabled/ServerX.conf (replace X with server id number, like Server1.conf, Server2.conf etc)

     

    Don't forget to restart apache server:

     

    sudo service apache2 reload; sudo service apache2 restart