During the initial setup of ISPConfig, part of the directions listed the following: Afterwards the following information has to be provided: Please enter your MySQL server: E.G. localhost Please enter your MySQL user: E.G. root Please enter your MySQL password: Your MySQL password Please enter a name for the ISPConfig database: E.g. ispconfigdb Please enter the IP address of the ISPConfig web: E.g. 192.168.0.1 Please enter the host name: E.g. www Please enter the domain: E.g. xyz.de Please select the protocol (http or https (SSL encryption)) to use to access the ISPConfig system: If you want to use your control panel with SSL, select 1. You can then access it under https://www.xyz.de:81. If you want to access it under http://www.xyz.de:81, choose 2. IN particular, the IP Address of the ISPConfig web: At the time I was working with a different IP scheme. Now I realize that since I have set it up under a different IP scheme that I may have to change this. However the problem right now, is I think this is what is keeping the ISPC from loading. That or DNS issues. Anyone have an example of what the resolv.conf file should look like with more than one DNS nameserver entered into it? That may be related to this other problem as well. Thanks for any help in advance! Ace
If the IP address has changed, take a look here: http://www.howtoforge.com/forums/showthread.php?t=2760 You can list one name server per line in /etc/resolv.conf, like this: Code: nameserver 1.2.3.4 nameserver 1.2.3.5 nameserver 1.2.3.6
Thanks! I did manage to fix it temporarily by removing one of the DNS IPs, but now I can put the other back in the right way.