From owner-freebsd-virtualization@freebsd.org Wed Jul 8 08:05:41 2015 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FF209961A4; Wed, 8 Jul 2015 08:05:41 +0000 (UTC) (envelope-from timp87@gmail.com) Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E679F1A3B; Wed, 8 Jul 2015 08:05:40 +0000 (UTC) (envelope-from timp87@gmail.com) Received: by wiclp1 with SMTP id lp1so72253287wic.0; Wed, 08 Jul 2015 01:05:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=UK8+D7Rbcpf98O0j6X4PpC5CagaQ7+VXr3vjUWY7D8k=; b=TddoHBMkiSaUXeBij58P9i4FOSWm+S6efxv163+SINqxl+JIIEiWnz+Jdtp/iFHcJs F6dHOO2PwRPAFHlTkG+VFZ0W3NssSK8JoDEGS9+v2+zca53Frv/dnEGZkosv8ebmB5Wr yH704/N/yVcxuXznqMI1Sb7liRvE+qEtqnLucVu0V/rzPMoe0WmhCR/AE+QwACguHr+k kFzMUc6QD1AQym8I94tR3VIAglU58L67orIwcm+jwCtKLqTY+5iuDznKETcRjGEbZNRX toJbg9AN/RjmCkQg4A5baq7rNefPeJgX7mFKcZ+3xAgzX+9YqdSClBxEoujrIkPpFQuU lYcQ== MIME-Version: 1.0 X-Received: by 10.194.109.97 with SMTP id hr1mr16424107wjb.95.1436342739470; Wed, 08 Jul 2015 01:05:39 -0700 (PDT) Received: by 10.28.48.207 with HTTP; Wed, 8 Jul 2015 01:05:39 -0700 (PDT) In-Reply-To: <20150707154906.GA44094@zxy.spb.ru> References: <20150707130902.GA41189@zxy.spb.ru> <20150707154906.GA44094@zxy.spb.ru> Date: Wed, 8 Jul 2015 11:05:39 +0300 Message-ID: Subject: Re: MS DNS doesn't answer to CURRENT under Hyper-V From: Pavel Timofeev To: Slawa Olhovchenkov Cc: freebsd-current@freebsd.org, "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jul 2015 08:05:41 -0000 Ok, r284746 is the root of the problem. MS DNS works under r284745 and doesn't work under r284746. Slawa, what should I look at in wireshark output? 2015-07-07 18:49 GMT+03:00 Slawa Olhovchenkov : > On Tue, Jul 07, 2015 at 06:04:46PM +0300, Pavel Timofeev wrote: > >> Well, turning off checksum offloading by `ifconfig hn0 -txcsum >> -rxcsum` definitely helps. >> >> As for tcpdump I'm not completely sure if I did it right, but I see >> "bad udp cksum" phrase: >> >> # tcpdump -i hn0 -vvv -nn udp dst port 53 >> tcpdump: listening on hn0, link-type EN10MB (Ethernet), capture size >> 262144 bytes >> 18:01:19.139994 IP (tos 0x0, ttl 64, id 61218, offset 0, flags [none], >> proto UDP (17), length 51) >> 192.168.25.26.45683 > 192.168.25.3.53: [bad udp cksum 0xb39e -> >> 0xf210!] 52886+ A? ya.ru. (23) >> 18:01:24.140544 IP (tos 0x0, ttl 64, id 17293, offset 0, flags [none], >> proto UDP (17), length 51) >> 192.168.25.26.12575 > 192.168.25.3.53: [bad udp cksum 0xb39e -> >> 0x7365!] 52886+ A? ya.ru. (23) > > tcpdump "bad udp cksum" is normal on FreeBSD host in case checksum > offload (and may be need only for help finding issuse in code). Need > wireshark capturing from MS DNS host (or from mirroring port).