12-05-2024 11:49 PM
Currently struggling to get this to work correctly.
Situation:
Our self-deploying Windows 11 machines (autopilot and Intune) boot up and will start the deployment process. However because failing to authenticate and get redirected into our internet enabled remediation VLAN takes a couple of seconds, Windows will treat this as not having network connectivity.
This breaks self-deploying mode for us. As soon as the machine enters the remediation VLAN the Windows OOBE environment will show network connectivity and a button displaying "Next" will appear, picking up the self-deploying mode. After that, the machine gets a certificate and 802.1x wired profile succesfully connecting to a certificate-based policy VLAN.
We've already tried setting the authentication policy order to certificate - MAB or MAB - certificate and set the tx timeout to 1 second.
Is there anything else we can try?
12-08-2024 01:22 PM
How did you expect the NAC server to handle this situation? Clearly 802.1X will not authenticate on a fresh machine, so you're left with MAB auth. And what Policy Set Authorization logic should be used to handle a brand new, out of the box PC?
The issue you describe is common in other scenarios too, where something foreign is plugged into a LAN interface, and the RADIUS server has to try figure out how to handle it. The MAB Policy Set is where ISE will end up processing these Authorization Rules and none of them will match - inevitably you will end up at the bottom of the Rules list - here you can perhaps do one of two things:
I'd say MAC address is the only sure way to onboard these devices - and since Autopilot is a smart system, I'd be surprised if you couldn't get the PC's Ethernet MAC address electronically, in advance - and even feed them into ISE via API.
12-08-2024 11:26 PM
Hi Arne,
Thank you for your insightful reply. The way it's set up now is exactly how I imagined NAC and ISE would work. A fresh machine has no certificate and is not a member of local ad OU, so ISE won't authenticate it. This is exactly how it should be.
Because of this we've set up a remediation LAN without intranet access, but with internet access. Exactly as described in your second scenario, which is acceptable in our situation. Both guest WiFi and guest LAN are on a separate outside connection to our corporate (W)LAN.
Our issue purely exists in these few seconds between authenticating and remediating into our guest vlan. This also happens when we've manually tested by adding the MAC adress of a single machine into MAB.
I will look into the DHCP trick, this might solve our problems!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide