Modifications in IP List don't work

Discussion in 'Installation/Configuration' started by Yueksel, Apr 19, 2006.

  1. Yueksel

    Yueksel New Member

    Hi everybody,

    i installed ISPConfig 2.2.1 on Debian 3.1 and everything went fine. But now i discovered a little funny problem:
    If i want to add IPs under Management -> Server -> Settings -> Server these IPs aren't added for real - they simply show up everywhere in the control panel, but they are _NOT_ in the /etc/network/interfaces file.
    I tried two installations on different hardware with fresh clean Debian 3.1 installations, but it's all the same.

    Does anybody have an idea?

    Yours
    Yueksel
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Automatic network configuration is disabled in ISPConfig by default.

    Open the file /home/admispconfig/ispconfig/lib/config.inc.php and change the line:

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

    to:

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

    If you add now an IP in the ISPCOnfig interface, ISPConfig will add all configured IP addresses to your network card.
     
  3. Yueksel

    Yueksel New Member

    That's it!!!!!!!!

    Hi Till,

    thanks a lot, that's it!

    Yours
    Yueksel
     

Share This Page