problem creating anew site.

Discussion in 'General' started by resnostyle, Sep 13, 2006.

  1. falko

    falko Super Moderator Howtoforge Staff

    Ok, now I get it: www.visualadditions.co.nr is pointing to 82.146.34.249:

    Code:
    dig www.visualadditions.co.nr
    
    ; <<>> DiG 9.2.4 <<>> www.visualadditions.co.nr
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 15620
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;www.visualadditions.co.nr.     IN      A
    
    ;; ANSWER SECTION:
    [B][COLOR="Red"]www.visualadditions.co.nr. 3600 IN      A       82.146.34.249[/COLOR][/B]
    
    ;; Query time: 18 msec
    ;; SERVER: 213.133.98.97#53(213.133.98.97)
    ;; WHEN: Sun Sep 24 14:32:42 2006
    ;; MSG SIZE  rcvd: 59
    However, when I visit that link in my browser, it shows 204.94.101.45 in my browser's status bar. So I guess you somehow redirected the domain to 204.94.101.45 (with a HTTP redirect?) instead of changing its A record. Its A record must point to 204.94.101.45 instead of 82.146.34.249!
     
  2. resnostyle

    resnostyle New Member

    ok so where do i change the "A" record?
     
  3. falko

    falko Super Moderator Howtoforge Staff

    The authoritative name server is ns1.redirect.com.ru, so you must change it there:

    Code:
    dig ns visualadditions.co.nr
    
    ; <<>> DiG 9.2.1 <<>> ns visualadditions.co.nr
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 26529
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;visualadditions.co.nr.         IN      NS
    
    ;; AUTHORITY SECTION:
    co.nr.                  3600    IN      SOA     [B][COLOR="Red"]ns1.redirect.com.ru.[/COLOR][/B] abuse.co.nr. 2006052943 10800 3600 604800 86400
    
    ;; Query time: 39 msec
    ;; SERVER: 81.169.163.104#53(81.169.163.104)
    ;; WHEN: Mon Sep 25 13:22:59 2006
    ;; MSG SIZE  rcvd: 100
     
  4. resnostyle

    resnostyle New Member

    i enter that on dns?
     
  5. falko

    falko Super Moderator Howtoforge Staff

    You must contact the owner of ns1.redirect.com.ru and ask him to change your DNS records. Maybe this server belongs to your ISP? Maybe they even have a web interface where you can do the changes yourself.
     
  6. resnostyle

    resnostyle New Member

    do you know where this server is? could changing my domain fix it? or is this with my isp?

    i am using a free domain service.
     
  7. falko

    falko Super Moderator Howtoforge Staff

    No, it must be related to one of the services you use (your web hoster maybe, or your domain registrar,...).
     
  8. resnostyle

    resnostyle New Member

    what do i put in for name server? maybe thats wrong...
     
  9. falko

    falko Super Moderator Howtoforge Staff

    No, the DNS server is ns1.redirect.com.ru. You can ask your registrar to change it to another name server.
     

Share This Page