My Server not resolve!!!

Discussion in 'Installation/Configuration' started by memis, May 3, 2008.

  1. memis

    memis New Member

    My server does not solve domains, I need urgent help, not solve any domain, not that!.

    Help!

    I use CentOS 5.1 + ISPConfig 2.2.23.
    I have a dedicated Server.
     
  2. falko

    falko Super Moderator Howtoforge Staff

  3. memis

    memis New Member

    It solves the problem, not what is happening and I realized there was an error that prevented uploading Service bind, and not what had seen.

    If you can check that you better understand whether this is all well please.

    Primary Domain: http://www.intodns.com/ownlife.info
    Other domains: http://www.intodns.com/virtualgamesuy.com

    Thanks


    Another question, as I do to eliminate updates to install, for example phpmyadmin, roundcube, etc.?
     
  4. falko

    falko Super Moderator Howtoforge Staff

    It seems BIND is not running.
    What are the outputs of
    Code:
    netstat -tap
    and
    Code:
    iptables -L
    ?
    Do you get any errors when you try to start BIND?
     
  5. memis

    memis New Member

    Netstat:
    IpTables:
    ---------------------------------------------------------------------

    The bind was giving me wrong but because it solves, the mistake I was making is that the primary domain of the server is www.ownlife.info, and I had created a site www.ownlife.info since I had the cree dns and dns-mx.
    But if I do not think that site as responsible for the site.
    When you think works well for a while and sometimes fails to resolve, we delete the site and then not resolve that.

    If I give you access ssh / ISPConfig you that you can look all right?.

    Thanks for the answers

    --- Español ----------------------------------------

    El bind me estaba dando error pero ya lo solucione, el error que me estaba dando es por que el dominio principal del server es www.ownlife.info, y yo habia creado un sitio www.ownlife.info le habia puesto que me cree los dns y dns-mx.
    Pero si yo no creo ese sitio como le cargo la web.
    Cuando lo creo funciona bien por un rato y a veces deja de resolver, le borro el sitio y vuelve a resolver no se por que.

    Si yo te doy acceso ssh/ispconfig vos podras fijarte que este todo bien?.

    Gracias por las respuestas
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Everything seems to be working now: :)

    Code:
    root@server1:~# dig www.ownlife.info
    
    ; <<>> DiG 9.4.2 <<>> www.ownlife.info
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 38643
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;www.ownlife.info.              IN      A
    
    ;; ANSWER SECTION:
    www.ownlife.info.       86400   IN      A       190.180.147.25
    
    ;; Query time: 415 msec
    ;; SERVER: 62.109.123.7#53(62.109.123.7)
    ;; WHEN: Tue May  6 15:56:49 2008
    ;; MSG SIZE  rcvd: 50
    
    root@server1:~# dig ns ownlife.info
    
    ; <<>> DiG 9.4.2 <<>> ns ownlife.info
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 41888
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 2
    
    ;; QUESTION SECTION:
    ;ownlife.info.                  IN      NS
    
    ;; ANSWER SECTION:
    ownlife.info.           86400   IN      NS      ns1.ownlife.info.
    ownlife.info.           86400   IN      NS      ns2.ownlife.info.
    
    ;; ADDITIONAL SECTION:
    ns2.ownlife.info.       86400   IN      A       190.180.147.26
    ns1.ownlife.info.       86400   IN      A       190.180.147.25
    
    ;; Query time: 252 msec
    ;; SERVER: 62.109.123.7#53(62.109.123.7)
    ;; WHEN: Tue May  6 15:56:58 2008
    ;; MSG SIZE  rcvd: 98
    
    root@server1:~# dig @ns1.ownlife.info ownlife.info
    
    ; <<>> DiG 9.4.2 <<>> @ns1.ownlife.info ownlife.info
    ; (1 server found)
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 3927
    ;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2
    ;; WARNING: recursion requested but not available
    
    ;; QUESTION SECTION:
    ;ownlife.info.                  IN      A
    
    ;; ANSWER SECTION:
    ownlife.info.           86400   IN      A       190.180.147.25
    
    ;; AUTHORITY SECTION:
    ownlife.info.           86400   IN      NS      ns2.ownlife.info.
    ownlife.info.           86400   IN      NS      ns1.ownlife.info.
    
    ;; ADDITIONAL SECTION:
    ns1.ownlife.info.       86400   IN      A       190.180.147.25
    ns2.ownlife.info.       86400   IN      A       190.180.147.26
    
    ;; Query time: 324 msec
    ;; SERVER: 190.180.147.25#53(190.180.147.25)
    ;; WHEN: Tue May  6 15:57:09 2008
    ;; MSG SIZE  rcvd: 114
    
    root@server1:~# dig @ns2.ownlife.info ownlife.info
    
    ; <<>> DiG 9.4.2 <<>> @ns2.ownlife.info ownlife.info
    ; (1 server found)
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 11244
    ;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2
    ;; WARNING: recursion requested but not available
    
    ;; QUESTION SECTION:
    ;ownlife.info.                  IN      A
    
    ;; ANSWER SECTION:
    ownlife.info.           86400   IN      A       190.180.147.25
    
    ;; AUTHORITY SECTION:
    ownlife.info.           86400   IN      NS      ns1.ownlife.info.
    ownlife.info.           86400   IN      NS      ns2.ownlife.info.
    
    ;; ADDITIONAL SECTION:
    ns1.ownlife.info.       86400   IN      A       190.180.147.25
    ns2.ownlife.info.       86400   IN      A       190.180.147.26
    
    ;; Query time: 256 msec
    ;; SERVER: 190.180.147.26#53(190.180.147.26)
    ;; WHEN: Tue May  6 15:57:19 2008
    ;; MSG SIZE  rcvd: 114
    
    root@server1:~#
     
  7. memis

    memis New Member

    Yea :D

    Today at dawn the settlement.
    A consultation, as delete tools to install? (eg phpmyadmin, roundcube). As for the delete from appearing in the tools of ISPConfig.

    Thanks Falko
     
  8. falko

    falko Super Moderator Howtoforge Staff

    I'm sorry, but I don't understand... ?
     
  9. memis

    memis New Member

    Un-install tools? (roundcube, phpmyadmin, webmail, etc)
     
  10. falko

    falko Super Moderator Howtoforge Staff

    Remove the tools from the /home/admispconfig/ispconfig/web/tools/tools directory. phpMyAdmin and webmail must be deleted from the /home/admispconfig/ispconfig/web directory as well.
     
  11. memis

    memis New Member

    And remove it from there, already eliminated from the tools menu panel?

    Falko Thanks for all your help.
     
  12. falko

    falko Super Moderator Howtoforge Staff

    Remove what from where? :confused:
     

Share This Page