newbie setup

Discussion in 'Installation/Configuration' started by jacobhenry, Feb 20, 2006.

  1. jacobhenry

    jacobhenry New Member

    I am new to DNS and web hosting in general. I was able to get ISPConfig setup but when I try to load it is looking for my Domain Name which i still need to Set up. Throughout the installation I used a domain name that I own but I am confused what to do now. I am using Debian Sarge. During the setup of the operating system I did not add any name servers because I thought ISPConfig would allow me to set it up. If anyone could help I would greatly appreciate it. Again I am fairly new to everything, so I am sorry for my ignorance.
     
  2. falko

    falko Super Moderator ISPConfig Developer

    First, check if you have valid nameservers in /etc/resolv.conf.

    For ISPConfig to work, you can either wait util your domain points to your ISPConfig server, or you change the ISPConfig URL in /home/admispconfig/ispconfig/lib/config.inc.php.
     
  3. jacobhenry

    jacobhenry New Member

    My /etc/resolve.conf file says

    search "ISP"
    nameserver "gateway"
    nameserver "external Name Server"
    nameserver "external Name Server"

    I saw that in your example of the perfect setup that it says

    search server
    nameserver "local IP"
    nameserver "local IP"
    nameserver "local IP"

    is there a problem with the way my file is set up?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    No, as long as the nameservers you chose where reachable from your server and they resolve domains correctly.
     
  5. falko

    falko Super Moderator ISPConfig Developer

    In the tutorial I don't use local IP addresses. I use

    Code:
    search server
    nameserver 145.253.2.75
    nameserver 193.174.32.18
    nameserver 194.25.0.60
    The IP addresses in there are public ones.
     
  6. jacobhenry

    jacobhenry New Member

    I have updated to 2.2.0 and I can no longer find my Server_Name in /home/admispconfig/ispconfig/lib/config.inc.php. I do see the if statement using the Server_Name but I cannot change it.
     
  7. falko

    falko Super Moderator ISPConfig Developer

    Why can't you change it?
     
  8. jacobhenry

    jacobhenry New Member

    there is no longer a variable where I can define my url. Before I updated to 2.2.0 I changed it the url variable multiple times. Now I can no longer find the variable.
     
  9. jacobhenry

    jacobhenry New Member

    I am sorry I found it. thanks for your help anyway.
     

Share This Page