Troubleshooting BitLocker Network Unlock Across VLANs

0
11
Asked By TechGuru2023 On

I'm currently working in the IT department and deploying BitLocker (TPM + PIN) on all company laptops. To enhance user experience, we implemented BitLocker Network Unlock (BNU). My goal is to have the laptops connect over Ethernet without requesting a BitLocker PIN while requiring the PIN for remote use. I've successfully configured BNU to work within the same VLAN, but it fails in inter-VLAN scenarios, which simulate remote sites across France. We only use UniFi for DHCP, with no Windows DHCP servers present.In my lab setup, the server is on VLAN 12 and the test laptop is on VLAN 11. While communication works fine between these VLANs, BNU does not operate as expected in inter-VLAN scenarios, always asking for the PIN. Currently, I'm left puzzled because pinging the server and network communication both function properly after Windows boots up. I need to know if specific DHCP options are required or if an IP Helper/DHCP Relay is necessary which UniFi DHCP may not be handling correctly. I'm keen to learn if anyone has successfully implemented BNU across VLANs using just UniFi for DHCP.

3 Answers

Answered By NetworkNerd88 On

It sounds like you'll need a proper BOOTP/DHCP relay configured to route requests to both your DHCP server and the WDS server. Without that, relying on UniFi alone won't meet the requirements for BitLocker Network Unlock across VLANs.

Answered By PacketWhisperer22 On

Have you tried using a network capture tool to monitor the traffic? Capture what packets are going in and out of the laptop to troubleshoot what's going wrong. It's a good way to see if there’s anything missing since PXE is generally working fine.

Answered By SysAdminSeeker On

From what I gathered from the Microsoft documentation, IP helpers on your switches for VLAN 11 may solve the issue. If that's still not helping, definitely consider capturing traffic directly from the test laptop to see what’s not transferring as expected.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.