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.
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
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
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.