Ispconfig Admin Panel Changes Cause Nics To Lose Ip Addresses

Discussion in 'Installation/Configuration' started by jobrien, Mar 20, 2006.

  1. jobrien

    jobrien New Member

    ISPCONFIG ADMIN PANEL CHANGES CAUSE NICS TO LOSE IP ADDRESSES

    Making any small change in our admin panel. Like adding a new user is causing our network cards to lose ip settings.

    The only way to bring the server back online is to:
    /etc/init.d/network restart

    Anyone Seen this happen? It isn't doing it to both NICS.

    -Jim
     
  2. falko

    falko Super Moderator ISPConfig Developer

    What's the value of $go_info["server"]["network_config"] in /home/admispconfig/ispconfig/lib/config.inc.php?
     
  3. jobrien

    jobrien New Member

    $go_info["server"]["network_config"] is currently equal to 1

    $go_info["server"]["network_config"] is currently equal to 1
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Please try to set:

    $go_info["server"]["network_config"] = 0;

    Then ISPConfig will not try to configure your network card anymore.
     

Share This Page