Dns configuration on localhost

Discussion in 'Installation/Configuration' started by mart28, Nov 14, 2016.

  1. mart28

    mart28 Member

    Hello
    Hello I have installed ipconfig 3 on localhost, but I can not point to a test domain.
    My host file
    127.0.0.1 localhost
    192.168.1.139 debian.kaka2.com debian


    site

    webdomain kaka2.com (debian.kaka2.com??)

    Not a domain purchased is to test


    How do I configure the dns zone?
    I have tried it
    dns zone
    Zone soa kaka2.com (correct?) debian.kaka2.com???
    ns kaka2.com (correct)

    Records

    Yes
    A
    kaka2.com 192.168.1.139
    192.168.1.139
    0 3600
    Yes
    A
    www 192.168.1.139 0 3600


    But it does not work either inside the virtual machine, or from another computer.

    Thank you

    I'm sorry I was wrong, I wanted to write in the forum of ispconfig3
     
    Last edited: Nov 14, 2016
  2. mart28

    mart28 Member

    testwebsites.PNG

    test dns 2.PNG

    test dns.PNG

    test apache.PNG

    How can i see my website

    test kaka2.PNG
    test5.PNG
     
  3. mart28

    mart28 Member

  4. Jesse Norell

    Jesse Norell ISPConfig Developer Staff Member ISPConfig Developer

    What you see is exactly what would be expected, you added a website for 'kaka2.com' (guessing it probably also answers as 'www.kaka2.com'), then you requested in your browser 'debian.kaka2.com', which is the hostname of your server, and it gave you the server's default webpage.

    DNS is irrelevant if you're using your local hosts file to point to the server; you don't need to set anything up there. It does look like you might need to put 'kaka2.com' in there though, eg. something like:
    Code:
    192.168.1.139 debian.kaka2.com debian kaka2.com www.kaka2.com
    And note that should be in *your* hosts file, not the hosts file on the server. Probably what you had originally is fine for the server.

    Then in your browser, request kaka2.com or www.kaka2.com and you should see your website. If you don't, what do you have set for the website ip address?
     

Share This Page