We can force the Windows clients to use TCP for Kerberos authentication by setting appropriate registry key value:
- Launch the Registry Editor(regedit.exe).
- Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Lsa\ Kerberos\Parameters
Note: If the Parameters key does not exist, create it.
- On the Edit menu, click New, and then DWORD Value.
- Type MaxPacketSize and then press Enter.
- Double-click MaxPacketSize, type 1 in the Value data field, select the Decimal option, and then click OK.
- Exit the Registry Editor.
For more information, refer to the following link:
http://support.microsoft.com/kb/244474