Internal IP in control panel

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

  1. madlew

    madlew New Member

    Hiya guys,

    Just started playing with Linux and found the How to's fantastic.
    I managed to setup the "perfect server" for Debian without any problems.
    I've installed ISPConfig andit works great internally.

    I am now trying my control panel from an external connection but some of the images in the middle frame are trying to load from my internal IP address.

    For example, here is the source for my welcome frame:
    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>ISPConfig Startseite</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link href="https://192.168.200.201:81/design/default/style.css" rel="stylesheet" type="text/css">
    </head>
    
    <body bgcolor="#FFFFFF">
    <table width="450" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td colspan="3" background="https://192.168.200.201:81/design/default/nav_hg.gif">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
    
            <tr>
              <td width="4"><img src="https://192.168.200.201:81/design/default/nav_lft.gif"></td>
              <td background="https://192.168.200.201:81/design/default/nav_hg.gif"><b><font size="2" face="Verdana" color="#333333">&nbsp; Welcome</font></b></td>
              <td width="4"><img src="https://192.168.200.201:81/design/default/nav_rgt.gif"></td>
            </tr>
          </table>
          </td>
      </tr>
    
    I have read all the posts regarding changing
    $go_info["server"]["server_url"] = "https://192.168.200.201:81";
    to have my internal and external IPs but it doesnt make any difference.

    I'm sure this is a simple thing for u guys to fix :D
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer


    Either use your external IP instead your internal IP for $go_info["server"]["server_url"] or use a domain instead of the IP, e.g from dyndns.org if your server is on a dsl line.
     
  3. madlew

    madlew New Member

    Thank you Till.

    I replaced the lines as per the other posts regarding this and all works fine now.
    Sorry for being a n00b :eek:
     

Share This Page