Panel Subdomain went Down

Discussion in 'Installation/Configuration' started by Matthes, Jul 25, 2008.

  1. Matthes

    Matthes New Member

    All the sudden my subdomain to my server went down: greyhound.redlinehost.com

    It was really out of the blue. Is there anything I need to be checking right now? The panel still responds to the IP it's on, but the subdomain appears to be down.
     
  2. Matthes

    Matthes New Member

    My entire server hostname is down. The IP still works. I'm running Ubuntu 8.0.4

    Please help.
     
  3. createch

    createch New Member

    Just wonder ....have you recently changed the "admin user" of the domain ?
     
  4. Matthes

    Matthes New Member

    No, the only thing I did that may have remotely affected it is I did try to add mail.redlinehost.com so that mail would look more formal. However, I don't believe that's what caused it. It has to be something in the hostname/DNS
     
  5. falko

    falko Super Moderator Howtoforge Staff

    Code:
    mh1:~# dig greyhound.redlinehost.com
    
    ; <<>> DiG 9.3.4 <<>> greyhound.redlinehost.com
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19727
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;greyhound.redlinehost.com.     IN      A
    
    ;; ANSWER SECTION:
    greyhound.redlinehost.com. 172795 IN    A       [B][COLOR="Red"]63.147.185.25[/COLOR][/B]
    
    ;; Query time: 14 msec
    ;; SERVER: 213.191.92.84#53(213.191.92.84)
    ;; WHEN: Sat Jul 26 11:51:36 2008
    ;; MSG SIZE  rcvd: 59
    
    mh1:~#
    IS this the correct IP address?
     
  6. Matthes

    Matthes New Member

    Sorry for the delayed response. yes, it is.
     
  7. falko

    falko Super Moderator Howtoforge Staff

    Then it should work.
    Is the ISPConfig server in your LAN? If so, make sure that your ISP doesn't block port 81 and that your router supports loopbacks.
     
  8. Matthes

    Matthes New Member

  9. Matthes

    Matthes New Member

    I started farting around with the DNS in the backend and managed to get it to resolve. =|

    Anyway, another question - can I route mail.domain.com everytime I setup a domain too?
     
  10. falko

    falko Super Moderator Howtoforge Staff

    How do you mean that?
     

Share This Page