ispconfig install trouble

Discussion in 'Server Operation' started by demiurgen, Oct 4, 2007.

  1. demiurgen

    demiurgen New Member

    i have just followed the ubuntu 7.04 perfect setup tutorial and everything went smooth. then i went on to install ispconfig. towards the end when configuring mysql i am asked:

    Please enter the IP address of the ISPConfig web: E.g. 192.168.0.1

    what is ispconfig web??

    i tried with the static ip i set up the server with (192.168.50.248) but it said it was unreachable....?

    which ip should i put in here??
     
  2. giganet

    giganet New Member

    You ISPConfig 'web' is the IP of your web-server itself...
    Code:
    192.168.50.248
    I think 'localhost' should work in mysql too!


    Regards
     
  3. demiurgen

    demiurgen New Member

    hmmm... thats what i thought.

    when i try that it says its unreachable and prompts me again.


    :confused:
     
  4. giganet

    giganet New Member

    What do you have in '/etc/network/interfaces'?


    Ohh, almost forgot!
    Look in your firewall and make sure that port 3306 is opened.

    Code:
    ACCEPT               net        $FW     tcp       3306      -         -           -
    
     
    Last edited: Oct 4, 2007
  5. demiurgen

    demiurgen New Member

    i didn't have 248 as my ip i had 148 :rolleyes: god i'm stupid!

    so now it worked.
     
  6. giganet

    giganet New Member

    So it worked?
    Cool :)


    Regards
     

Share This Page