multiple ip addresses - IP List

Discussion in 'Installation/Configuration' started by zensor, Apr 26, 2006.

  1. zensor

    zensor New Member

    I add an IP address in the IP-List field on the server configuration tab.
    In accordance with your documentation the network should be configured automatically on Linux.
    An ifconfig doesn's show me any changes.
    Is this only for the apache configuartion and I have to change my network configuration manually?

    Thank for your help.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The automatic network configuration is disabled by default.

    Edit the /home/admispconfig/ispconfig/config.inc.php file and set:

    $go_info["server"]["network_config"] = 0; // 0 = none, 1 = automatic

    to:

    $go_info["server"]["network_config"] = 1; // 0 = none, 1 = automatic
     
  3. zensor

    zensor New Member

    Thank you very much. Now ifconfig shows the changes.

    But where can I find the configuration? I dont's see any additional entries in /etc/network/interfaces (Debian)...
    Does only ISPConfig activate the additional IP addresses?

    BTW: the correct Path of the file to edit is: /home/admispconfig/ispconfig/lib/config.inc.php
     
  4. falko

    falko Super Moderator ISPConfig Developer

    ISPConfig doesn't write to the network configuration file; it uses the ifconfig command instead to configure additional IP addresses. It does this also when you boot your system so that you don't loose your network configuration.
     

Share This Page