• [^] # Re: dns?

    Posté par . En réponse au message problème resolution dns avec apt. Évalué à 1.

    cat /etc/hosts:

    127.0.0.1 localhost
    127.0.1.1 grenade

    # The following lines are desirable for IPv6 capable hosts
    ::1 localhost ip6-localhost ip6-loopback
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    ff02::3 ip6-allhosts
    #######################################

    cat /etc/resolv.conf:

    domain titi.fr
    search titi.fr
    nameserver 192.168.1.250
    nameserver 192.168.1.251
    #######################################

    cat /etc/host.conf:

    multi on
    #######################################

    dig ftp.fr.debian.org:

    ; <<>> DiG 9.6-ESV-R1 <<>> aaaa ftp.fr.debian.org
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 18336
    ;; flags: qr aa; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

    ;; QUESTION SECTION:
    ;ftp.fr.debian.org. IN AAAA

    ;; AUTHORITY SECTION:
    debian.org. 3600 IN SOA orff.debian.org. hostmaster.debian.org. 2010101501 10800 3600 604800 3600

    ;; Query time: 177 msec
    ;; SERVER: 192.168.1.250#53(192.168.1.250)
    ;; WHEN: Wed Oct 20 10:23:50 2010
    ;; MSG SIZE rcvd: 87