Finally, it's a lot worst. Around, 75% of querie timeout. I will reinstall system with old version and tomorrow, I will probably try with OpenBSD instead to check if it's a bug in the config or with the OS.

Config :

server:

    verbosity: 1
    logfile: /usr/local/etc/unbound/unbound.log
    interface: 0.0.0.0
    port: 53

    do-ip4: yes
    do-ip6: no
    do-udp: yes
    do-tcp: yes

    access-control: 0.0.0.0/0 allow_snoop

    hide-version: yes
    harden-glue: yes
    cache-min-ttl: 3600
    cache-max-ttl: 86400
    prefetch: yes

    num-threads: 4
    outgoing-range: 206

    msg-cache-slabs: 8
    rrset-cache-slabs: 8
    infra-cache-slabs: 8
    key-cache-slabs: 8

    rrset-cache-size: 128m
    msg-cache-size: 64m

    unwanted-reply-threshold: 10000
    do-not-query-localhost: no
    val-clean-additional: yes

   forward-zone:
         name: "."
         forward-addr: 8.8.8.8
         forward-addr: 8.8.4.4
         forward-addr: 4.2.2.1
         forward-addr: 4.2.2.2
         forward-addr: 4.2.2.3
         forward-addr: 4.2.2.4
         forward-addr: 4.2.2.5
         forward-addr: 4.2.2.6

 stub-zone:
        name: "domain1.com"
        stub-addr: 127.0.0.1@nsdport

   stub-zone:
        name: "x.y.z.in-addr.arpa"
        stub-addr: 127.0.0.1@nsdport

   stub-zone:
        name: "w.y.z.in-addr.arpa"
        stub-addr: 127.0.0.1@nsdport

Le 2012-10-22 23:55, Michel Blais a écrit :
I just installed 1.4.18 from port and the error is still in the log. "error: transitioning to response state sans response." was logged 456 times in 46 minutes.

I will do some test to check if I still see timeout.

Thanks

Michel

Le 2012-10-22 15:26, Paul Wouters a écrit :
On Mon, 22 Oct 2012, Michel Blais wrote:

Unbound version is the one on paquage so 1.4.13

That's quite old. Try 1.4.18?

Paul


--
Michel Blais
Administrateur réseau / Network administrator
Targo Communications
www.targo.ca
514-448-0773

_______________________________________________
Unbound-users mailing list
[email protected]
http://unbound.nlnetlabs.nl/mailman/listinfo/unbound-users

Reply via email to