Posts

Showing posts from October, 2018

NPS Configuration

Image
“Wired Authentication and How to Bypass Cisco IP phone from NPS without creating AD Account“ After spending thousands tries and errors we have figured a way to how bypass Cisco IP phones   And authenticate PC connected to it without any AD account. Configuration is separated into two parts: a.       Switch Configuration 1-       Enabling IEEE 802.1X Authentication and Authorization -           Global configuration: aaa new-model aaa authentication login console enable aaa authentication dot1x default group radius aaa authorization network default group radius aaa accounting dot1x default start-stop group radius radius-server host   <your NPS ip>   key < your preshared key>   2-       Enabling the IEEE 802.1X Host Mode : -        ...