You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open up WireShark and filter on your primary interface for DHCP traffic
Run passthru.exe "udp and ((udp.DstPort == 67) or (udp.DstPort == 68))"
Run ipconfig /release
Notice the DHCP Release packet in WireShark
Run ipconfig /renew
Wait for the timeout. Notice no new DHCP packets are seen
I would expect the DHCP traffic to still be sent and show up in WireShark.
The text was updated successfully, but these errors were encountered:
schultetwin1
changed the title
WinDivert appears to block DHCP traffic to/from 255.255.255.255
WinDivert appears to block DHCP traffic to 255.255.255.255
Oct 18, 2022
Confirm. I have OpenVPN server that push DNS to client, push gateway with options "bypass-dhcp block-local" and have "block-outside-dns" option in client config.
When WinDivert in memory (after start and closing of GoodbyeDPI), after connect and VPN tunnel up - no access to pushed DNS (nslookup, tracert and ping don't work - timeout), windows changes net icon to globe... After 4-5 minutes tunnel renegs and access appears.
After reboot and without WinDivert in memory VPN works fine with first seconds of tunnel up.
OS - Windows 11 21H2
Repro Steps:
passthru.exe "udp and ((udp.DstPort == 67) or (udp.DstPort == 68))"
ipconfig /release
ipconfig /renew
I would expect the DHCP traffic to still be sent and show up in WireShark.
The text was updated successfully, but these errors were encountered: