Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Feb 2017 13:32:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-xen@FreeBSD.org
Subject:   [Bug 188990] [xen] dhclient(8) does not accept DHCP Offer on FreeBSD 10 as Xen DomU Guest
Message-ID:  <bug-188990-23905-nrsLHTdaTH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-188990-23905@https.bugs.freebsd.org/bugzilla/>
References:  <bug-188990-23905@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=3D188990

Alexander Nusov <alexander.nusov@nfvexpress.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexander.nusov@nfvexpress.
                   |                            |com

--- Comment #19 from Alexander Nusov <alexander.nusov@nfvexpress.com> ---
Another solution would be adding a mangle rule to the iptables

something like
# iptables -A POSTROUTING -t mangle -p udp --dport 68 -j CHECKSUM
--checksum-fill

this approach is used in openstack.
https://github.com/openstack/nova/blob/master/nova/network/linux_net.py#L896

--=20
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-188990-23905-nrsLHTdaTH>