Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Oct 2015 13:21:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 203630] [Hyper-V] [nat] [tcp] 10.2 NAT bug in TCP stack or hyperv netsvc driver
Message-ID:  <bug-203630-8-kaJ2F7hEuA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-203630-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-203630-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203630

--- Comment #11 from Eddy <onyx@netfusion.fr> ---
I have a separate NAT router between the VM and the Internet, but not on the
FreeBSD 10.2 server:

PC-LAN-WIN10 <------> FREEBSD 10.2 VM  <------> NAT_ROUTER  <------> INTERNET

I added the NAT router as a default route on the FreeBSD test VM before doing
the tests:

# route add default 192.168.1.254

I just tried to build a new kernel with the last "disable_csum_20151016.patch"
you provided but I am stuck with an error:

/usr/src/sys/dev/hyperv/netvsc/hv_rndis_filter.c:828:11 error: unused variable
`dev` [-Werror,-Wunused-variable]
    device_t dev = device->device;
         ^

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203630-8-kaJ2F7hEuA>