Posts Tagged ‘Windows XP’

Fast Reconnect with PEAP

Friday, March 11th, 2011

I have been investigating issues with our laptops whereby they would freeze and become generally unresponsive when changing area and thus changing they connected WAP. This was causing big problems for staff who teach in multiple rooms and regularly change between wired and wireless connections.

We have a combination of HP ProCurve 420WW and HP ProCurve M110 AP’s. All AP’s are required to use 802.1x authentication against a Windows Server 2008 NPS. Two servers run this role – for resiliency.

Wireless settings for the clients are configured through Group Policy and enforced to all machines – specifying the connection protocols, authentication types, etc.

In the client connections, Fast Reconnect was enabled, as we knew users were going to be roaming across AP’s. However, the setting was not set on the server. This meant that although the client was permitted to allow Fast Re-connections, the server was rejecting fast reconnection attempts. I assume that the client continued to try Fast Reconnect, but it was continually being rejected by the server, and causing the client to freeze whilst it attempted the connection.

In NPS you need to enable the Fast Reconnect setting for your PEAP connection by:

  1. Expand Policies then Network Policies
  2. Open up your Wireless Policy.
  3. Select the Constraints tab, then Authentication
  4. Under EAP Types select Microsoft Protected EAP and then click Edit
  5. Make sure that Fast Reconnect is enabled.

As far as I know the setting takes effect the next time that a client completes a full authentication to the RADIUS server.

Another item to check, is that all the wireless AP’s authenticate to the same NPS server. Fast Reconnect only works for clients and AP’s that are connecting to the same RADIUS server. In my scenario I have set every AP to direct requests to a single RADIUS server, and fall back to a different secondary server. If the AP’s are assigned to a different RADIUS server, then a full authentication will occur every time that you change AP that has a different RADIUS server.

1 person found this post useful.

Removing All Users Desktop using Group Policy

Wednesday, May 12th, 2010

This is one of those really frustrating finds, which if only the title mentioned the right words, would have been done in minutes.

Setting up a group policy for use with some on-screen tests that we wanted to perform. We wanted a custom desktop with only the icons that they required.

Little did I know after 15 minutes searching through a list of GP settings that the option to disable the All Users Desktop is called Remove Common Program Groups from Start Menu. How un-obvious is that? Not even the setting description mentions that it has an effect on the Desktop!

For everyone else out there looking for this setting:

User Configuration –> Administrative Templates –> Start Menu & Taskbar

 

2 people found this post useful.

802.1x User Authentication with Mandatory Profiles

Thursday, October 1st, 2009

Just been working on 60 new Asus Eee netbooks that we have bought for student use in the college. Mainly, testing thoroughly that the wireless was going to work flawlessly.

We got everything working for ourselves using Network Policy Server, HP Procurve 420 AP’s and PEAP. Only problem – when a student logs in, the authentication fails.

Did some checks to make sure that there wasn’t any user group filters or GP settings that were blocking the authentication. In a last ditch attempt we dropped the mandatory profile, and the authentication worked.

Having never had this problem before (all staff have roaming profiles), started looking up the problem.

Found that some changes in Windows XP SP3 stop user authentication using 802.1x. You can still use machine authentication, but this didn’t meet our requirements.

Turns out Microsoft released a hotfix for this. Works great – now integrated into our RIS installations. Link below:

http://support.microsoft.com/kb/969111