04-12-2018 01:20 AM - edited 02-21-2020 10:53 AM
RDP to Windows 10 machine is not working when Cisco NAM is used instead native Windows supplicant. The case is below:
1) PC is turned on and passed machine authentication
2) RDP is initiated to PC and user authentication passed. But RDP is not established.Windows Firewall blocks this traffic, even if there is a permit rule in its configuration (tcp/udp from any source to port 3389)
3) Machine authentication is passed again.
User and Machine VLAN are the same. It works only if user is locally login into PC( user authentication on switch port) or if Windows Firewall is disabled. Logs are below.
2018-03-30 16:08:52 DROP TCP 172.27.235.51 172.27.235.53 51817 3389 0 - 0 0 0 - - - RECEIVE
2018-03-30 16:08:52 DROP UDP 172.27.235.51 172.27.235.53 62652 3389 0 - - - - - - - RECEIVE
Does anyone use such deployment of 802.1x with Cisco NAM?
Solved! Go to Solution.
08-28-2019 04:50 AM
Its known bug,
https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvo47467
Work around as below.
1. In Registry Editor, locate the following registry subkey:
HKLM\SYSTEM\CurrentControlSet\services\SharedAccess\Parameters\FirewallPolicy
2. Right-click the Parameters registry subkey, point to New, and then click DWORD (32-bit) Value.
3. Rename the new registry entry to IntfQuarantineEnabled and set the value to 0.
Hope this helps
04-12-2018 01:35 AM
04-12-2018 02:20 AM
04-12-2018 03:22 AM
Hi Oleg,
Please check if windows firewall is completely off just to exclude this as a possible issue.
Also, make sure you've added the correct dword in registry to allow RDP with a different user than the currently logged in user.
I've tested this in the past and it worked.
Thanks,
Octavian
08-28-2019 04:50 AM
Its known bug,
https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvo47467
Work around as below.
1. In Registry Editor, locate the following registry subkey:
HKLM\SYSTEM\CurrentControlSet\services\SharedAccess\Parameters\FirewallPolicy
2. Right-click the Parameters registry subkey, point to New, and then click DWORD (32-bit) Value.
3. Rename the new registry entry to IntfQuarantineEnabled and set the value to 0.
Hope this helps
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