having DNS issues too.

Discussion in 'Installation/Configuration' started by philip_g, Aug 4, 2007.

  1. philip_g

    philip_g New Member

    I followed the howto here
    http://www.howtoforge.com/ispconfig_dns_godaddy

    have godaddy set up with ns1 and ns2.somedomain.com with the IP address 65.111.174.143, this domain does nothing but host the ns1 and ns2 entries, it's parked at godaddy exactly as the example is

    I set those as the DNS records for my server

    I created a master with those, along with the A records for www and mail, and the MX for mail.mydomain.com

    I created a site with the name mydomain.com and the user web8_mydomain

    the files for web8 are in /var/www/web8/web

    if I try to go to www.mydomain.com I get a 404 error, if I go to http://mydomain.net I get the

    This IP address is shared. For access to the web site which you look for, enter its address instead of its IP.
    For questions or problems please contact the server administrator.


    message.

    if I do
    dig www.mydomain.com I get

    ; <<>> DiG 9.3.4-P1 <<>> www.mydomain.net
    ;; global options: printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 41475
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

    ;; QUESTION SECTION:
    ;www.mydomain.net. IN A

    ;; Query time: 84 msec
    ;; SERVER: 69.60.125.254#53(69.60.125.254)
    ;; WHEN: Fri Aug 3 19:31:19 2007
    ;; MSG SIZE rcvd: 36

    if I dig mydomain.com I get

    ; <<>> DiG 9.3.4-P1 <<>> mydomain.net
    ;; global options: printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 14374
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2

    ;; QUESTION SECTION:
    ;mydomain. net IN A

    ;; ANSWER SECTION:
    mydomain.net. 85045 IN A 65.111.174.142

    ;; AUTHORITY SECTION:
    mydomain.net. 172748 IN NS ns1.mydomain.info.
    mydomain.net. 172748 IN NS ns2.mydomaino.info.

    ;; ADDITIONAL SECTION:
    ns1.mydomain.info. 2093 IN A 65.111.174.142
    ns2.mydomain.info. 2208 IN A 65.111.174.143

    ;; Query time: 1 msec
    ;; SERVER: 69.60.125.254#53(69.60.125.254)
    ;; WHEN: Fri Aug 3 19:32:11 2007
    ;; MSG SIZE rcvd: 131


    all the IP's look correct to me, .142 and .143 are my nameservers and .142 is the IP for mysomain.net


    I have a feeling there is just some stupid little mistake I made, can anyone offer suggestions? (ignore the instances where I swap between .com and .net it means nothing)
     
    Last edited: Aug 4, 2007
  2. falko

    falko Super Moderator Howtoforge Staff

    Did you create an A record for www.mydomain.net (please double-check)?

    What's the output of
    Code:
    ifconfig
    , and what's in Vhosts_ispconfig.conf?
     
  3. philip_g

    philip_g New Member

    I did.

    I fiddled around with the server in a couple different configurations so I'm going to re-do the entire perfect setup on a clean install here in a minute and I'll let you know shortly.
     
  4. philip_g

    philip_g New Member

    nevermind, removed the slave and it's OK
     
    Last edited: Aug 4, 2007
  5. philip_g

    philip_g New Member

    ifconfig output


    DNS MGR -> my server -> records
    A Records

    --------------------------------------------------------------------------------
    IP-Adresse Hostname
    65.111.174.142 www
    65.111.174.142 mail
     
  6. philip_g

    philip_g New Member

    HOLY CRAP it started working on it's own.
    I have no idea what I did but it's working
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    If you change something in DNS, it will take some time until the changes are propagated to the caching namservers. This may take up to 48 hours.
     
  8. philip_g

    philip_g New Member

    Even locally? I figured the local stuff would change right away.

    Anyway, it's been running perfectly and I LOVE how the server has been running, added other domains and it's been just awesome.
     
  9. falko

    falko Super Moderator Howtoforge Staff

    Yes, changes should take effect immediately locally.
     
  10. philip_g

    philip_g New Member

    cool, thanks.

    I'm sure loving ISPConfig, really cool and easy to work with now that it's set up.
     

Share This Page