This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Where can I find DNS-address?

My ISP has changed DNS-adresses, and as I know the DHCP-server on ASL does noT forward the DNS-addresses to the clients. I have read in one thread that a file on the ASL-box provide this information.. But I really can't find that tread again.. In which file can I see the DNS-adresses provided by my ISP? The DNS-servers I use at the moment will be offline in a couple of days so I need to know what the DNS-addresses are..


This thread was automatically locked due to age.
  • Hi Eddi...

    Try to make a nslookup (Win OS) with the querytype=ns and give the domain of your ISP...

    Start --> Run ---> Type in "CMD" ---> Enter
    Type in "nslookup" ---> Enter
    Type in "set querytype=ns" ---> Enter
    Type in "Domainname of ISP like yahoo.de" --> Enter
    Then you become a answer like this.....


    Y:\>nslookup
    Default Server:  chpil101.xxxx.xx
    Address:  172.16.2.101

    > set querytype=ns
    > astaro.de
    Server:  chpil101.xxx.xx
    Address:  172.16.2.101

    astaro.de       nameserver = ns1.timenet.de
    astaro.de       nameserver = ns.astaro.net
    astaro.de       nameserver = ns.astaro.net
    astaro.de       nameserver = ns1.timenet.de
    ns1.timenet.de  internet address = 212.126.211.208
    ns.astaro.net   internet address = 128.242.218.125

    The nameserver for astaro are ..

    212.126.211.208 and 128.242.218.125

    Hope that this help you...