Win7 Guest DHCP not working fix

From Proxmox VE
Revision as of 10:38, 9 January 2013 by Alexandre Derumier (talk | contribs) (Created page with "{{Note|Article about Proxmox VE 2.0}} If you have problem with win7 kvm guest with dhcp not working, you can try to disable checksum offloading <pre> Disabling the Checksum Of…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Yellowpin.svg Note: Article about Proxmox VE 2.0

If you have problem with win7 kvm guest with dhcp not working, you can try to disable checksum offloading

Disabling the Checksum Offloading the following way on Your Windows PC solved the Problem.

1. Click Start - Search and type “regedit”.

2. Go to the following registry key

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip\Parameters

HKEY_LOCAL_MACHINE
\SYSTEM
\CurrentControlSet
\Services
\Tcpip
\Parameters
3. Add a DWORD(32bit) Value named "DisableTaskOffload" and set it to "1".
4. Restart the Windows PC to make the changes happen.